Jelajahi Sumber

Merge branch 'feature/enable_freertos_smp_on_c2_and_h2' into 'master'

freertos-smp: enable FreeRTOS SMP for all targets

Closes IDF-5233

See merge request espressif/esp-idf!18506
Zim Kalinowski 3 tahun lalu
induk
melakukan
e55ca17fb6
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      components/freertos/Kconfig

+ 0 - 1
components/freertos/Kconfig

@@ -5,7 +5,6 @@ menu "FreeRTOS"
 
 
         config FREERTOS_SMP
         config FREERTOS_SMP
             bool "Run the SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)"
             bool "Run the SMP FreeRTOS kernel instead (FEATURE UNDER DEVELOPMENT)"
-            depends on IDF_TARGET_ESP32 || IDF_TARGET_ESP32C3
             default  "n"
             default  "n"
             help
             help
                 This will cause the FreeRTOS component to compile with the SMP FreeRTOS kernel instead.
                 This will cause the FreeRTOS component to compile with the SMP FreeRTOS kernel instead.