esp-idf/components/freertos/FreeRTOS-Kernel/portable
Andrei Safronov 847462a578 freertos: fix gnu asm extensions.
The llvm asm pasrser doesn't support some gnu asm extensions,
like using "&" with macro arguments. So, replace such code with
code which could be compiled by llvm.
2022-10-27 00:27:50 +03:00
..
linux feat(freertos): Added FreeRTOS POSIX/Linux Simulator 2022-09-27 16:23:54 +02:00
priv_include freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
riscv freertos: Enable configUSE_PORT_OPTIMISED_TASK_SELECTION for RISC-V targets 2022-10-17 16:47:21 +02:00
xtensa freertos: fix gnu asm extensions. 2022-10-27 00:27:50 +03:00
port_common.c WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
port_systick.c freertos, ulp: Fix header inclusion to be compatible with new esp32c6 target 2022-09-06 09:13:20 +00:00