esp-idf/components/freertos/config/include
Sudeep Mohanty 289913daaf 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-10 09:23:51 +01:00
..
freertos fix(freertos/idf): Define configLIST_VOLATILE for list elements 2023-11-10 09:23:51 +01:00