mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
This commit does the following: - Add a Kconfig option to select between the IDF FreeRTOS kernel and the FreeRTOS SMP kernel. - Updates the freertos component's CMakeLists.txt so that FreeRTOS SMP files are now built based the the new configuration option. This commit WILL NOT compile. The port files for FreeRTOS SMP still need to be updated.