esp-idf/components/freertos/config
Sudeep Mohanty 2c0cea641a fix(freertos/idf): Define configLIST_VOLATILE for list elements
It was noticed that when high level compiler optimizations are enabled,
the compiler optimizes some list manupulation code. This commit enables
the configLIST_VOLATILE for list elements to prevent the compiler from
optimizing out essential kernel code.
2023-11-15 10:04:33 +00:00
..
include/freertos fix(freertos/idf): Define configLIST_VOLATILE for list elements 2023-11-15 10:04:33 +00:00
linux/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00
riscv/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00
xtensa/include/freertos fix(freertos/idf/linux): Fix configMAX_PRIORITIES for linux port 2023-10-21 04:39:16 +08:00