mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
142e49f4cc
DEFAULT_CPU_FREQ and ULP_COPROC_ENABLED options have chip-specific names, and should be set in a chip-specific sdkconfig.defaults file. This commit also changes the default CPU frequency for ESP32S2 unit tests to 240 MHz.
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
|
|
CONFIG_ESP32_XTAL_FREQ_AUTO=y
|
|
CONFIG_ESP32_ULP_COPROC_ENABLED=y
|