mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
|
menu "Test app config"
|
||
|
config SINGLE_CORE_VARIANT
|
||
|
bool "Patch esp_chip_info to return single core in a multicore chip"
|
||
|
default "n"
|
||
|
depends on IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3
|
||
|
endmenu
|