esp-idf/components/freertos/FreeRTOS-Kernel/portable
Omar Chebib bac62cfac8 System: move interrupt stack to .bss instead of .data section
The interrupt stack for Xtensa targets is now declared in C, automatically moving it to .bss section instead of .data section.

* Closes https://github.com/espressif/esp-idf/issues/9188
2022-07-11 17:49:21 +08:00
..
linux/include/freertos bugfix (freertos): added stdint.h to linux portmacro header 2022-02-16 16:51:22 +08:00
priv_include freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
riscv hal: Route CPU and Interrupt Controller HAL/LL to esp_cpu calls 2022-06-14 14:40:03 +08:00
xtensa System: move interrupt stack to .bss instead of .data section 2022-07-11 17:49:21 +08:00
port_common.c freertos: Fix issue with bootup failure in ESP_MAIN_TASK_AFFINITY_CPU1 config 2022-07-01 05:40:46 +00:00
port_systick.c freertos: add pm_trace header include 2022-02-07 17:44:33 +08:00