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