mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00

This commit adds a taskVALID_CORE_ID() macro, similar to the one offered in Amazon SMP FreeRTOS. - Various functions have been updated to use that macro - Removed some unecessary static asserts of CONFIG_FREERTOS_NO_AFFINITY and added casting. - Uncrustify changes