mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7b5bca9b93
Also build the bootloader to the same config level as the app
6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
TEST_COMPONENTS=freertos esp32s2 esp_timer driver heap pthread soc spi_flash vfs
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
|
CONFIG_BOOTLOADER_COMPILER_OPTIMIZATION_SIZE=y
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
|
CONFIG_IDF_TARGET="esp32s2"
|