mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00

This commit updates the copied Xtensa port to support the new porting interfaces of the FreeRTOS SMP kernel. These modifications are mainly contained in - FreeRTOSConfig.h - FreeRTOSConfig_smp.h - portmacro.h - port.c Some porting interfaces have changed in FreeRTOS SMP. In order to allow building with IDF, compatibility interfaces have been added.