OVMS3-idf/tools/unit-test-app/sdkconfig.defaults.esp32s2beta
Ivan Grokhotkov 142e49f4cc 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.
2019-10-30 10:41:30 +01:00

6 lines
143 B
Plaintext

CONFIG_ESP32S2_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32S2_ULP_COPROC_ENABLED=y
# Hardware MPI disabled, ref. IDF-757
CONFIG_MBEDTLS_HARDWARE_MPI=n