mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Assert on untested FreeRTOS features When I SMP-enabled, I went through all the functions and made the necessary modifiucations. I however only managed to test the most used functions thoroughly. While we should test all FreeRTOS functions eventually, this MR will mark the ones we have not tested yet with a macro call that will, if enabled in MenuConfig (default enabled) assert() when the untested function is called. Also removes some superfluous mux initializion code in EventGroups code. See merge request !120