esp-idf/components/freertos
Marius Vikhammer 4bf8d49159 fix(system): fixed potential double exception when booting on xtensa
Due to old windows from the startup flow being present after
switching to running freertos tasks  windowoverflow exceptions
could potentially try to save windows to the startup stack.

During this overflow they also values previously saved on the
startup stack to find earlier frames' stacks.
Since the start up stack was already recycled these values were
invalid and would cause a crash.

Closes https://github.com/espressif/esp-idf/issues/14406Y
2024-09-27 09:34:00 +08:00
..
config fix(freertos): split idf_additions.c event groups to separate file 2024-08-09 11:19:40 +08:00
esp_additions fix(freertos): Fixed assert failure in vTaskDeleteWithCaps 2024-09-18 11:11:04 +02:00
FreeRTOS-Kernel fix(system): fixed potential double exception when booting on xtensa 2024-09-27 09:34:00 +08:00
FreeRTOS-Kernel-SMP fix(system): fixed potential double exception when booting on xtensa 2024-09-27 09:34:00 +08:00
test_apps Merge branch 'fix/assert_fail_in_xtaskdeletewithcaps' into 'master' 2024-09-20 16:19:40 +08:00
app_startup.c fix(riscv): make HWLP feature use direct saving of lazy saving 2024-05-21 17:27:46 +08:00
CMakeLists.txt fix(freertos): fix GCC 14 analyzer warnings 2024-09-08 13:53:52 +07:00
heap_idf.c refactor(freertos): Updated FreeRTOS component files to astyle format 2024-01-31 16:41:58 +08:00
Kconfig Merge branch 'task/enable_fpu_in_isr_for_esp32s3' into 'master' 2024-08-23 20:18:18 +08:00
linker_common.lf feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
linker_smp.lf change(freertos): Deprecate usage of vPortCleanUpTCB() by applications 2023-08-23 17:50:08 +08:00
linker.lf change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
port_common.c fix(freertos): split idf_additions.c event groups to separate file 2024-08-09 11:19:40 +08:00
port_systick.c feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
port_systick.h freertos: Move port_systick to common directory 2023-04-28 23:03:00 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00