esp-idf/tools/unit-test-app/configs/release

6 lines
252 B
Plaintext
Raw Normal View History

CONFIG_IDF_TARGET="esp32"
2022-09-19 05:46:55 -04:00
TEST_COMPONENTS=freertos esp_hw_support esp_system esp_ipc esp_timer driver soc spi_flash vfs
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
2019-04-24 09:02:25 -04:00
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y