unit-test-app: fix chip-specific sdkconfig options

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.
This commit is contained in:
Ivan Grokhotkov
2019-09-10 15:23:30 +02:00
parent 8501a8119c
commit 142e49f4cc
3 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32_XTAL_FREQ_AUTO=y
CONFIG_ESP32_ULP_COPROC_ENABLED=y