mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
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.