Before `test_apps` migration, we had an independent release config, but we can safely enable it in the default configuration for ESP32 target itself. This helps to catch any potential issues that may occur in relevant tests because of compiler optimization flags.
4 lines
132 B
Text
4 lines
132 B
Text
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
|
|
CONFIG_XTAL_FREQ_AUTO=y
|
|
CONFIG_SPI_FLASH_SHARE_SPI1_BUS=y
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|