esp-idf/components/freertos/FreeRTOS-Kernel-SMP/portable
Darian Leung 3c6185788f freertos: Fix GCC 11 SMP FreeRTOS build errors
This commit fixes the following build errors in SMP FreeRTOS when building with GCC 11:

- "-Wattributes" warning due to conflicting attributes on xPortInterruptedFromISRContext()
- "-Wtype-limits" warning due to taskVALID_CORE_ID() not casting xCoreID
2022-06-07 16:33:22 +08:00
..
xtensa freertos: Fix GCC 11 SMP FreeRTOS build errors 2022-06-07 16:33:22 +08:00