mbedtls: test_app: keep release config enabled for ESP32

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.
This commit is contained in:
Mahavir Jain
2022-10-17 15:08:29 +05:30
parent b3a76f71d7
commit 6c8f6597f9
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
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