mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
freertos: Update components CMakeLists.txt and Add SMP Kconfig option
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.
This commit is contained in:
@@ -6,8 +6,11 @@ components/xtensa/esp32/include/xtensa/config/
|
||||
|
||||
components/newlib/platform_include/
|
||||
|
||||
components/freertos/esp_additions/include/freertos_tasks_c_additions.h
|
||||
components/freertos/FreeRTOS-Kernel/include/freertos/
|
||||
components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos/
|
||||
components/freertos/FreeRTOS-Kernel-SMP/include/freertos/
|
||||
components/freertos/FreeRTOS-Kernel-SMP/portable/xtensa/include/freertos/
|
||||
|
||||
|
||||
components/log/include/esp_log_internal.h
|
||||
|
||||
Reference in New Issue
Block a user