esp-idf/tools/test_apps/system/build_test/sdkconfig.ci.rom_impl_components
Ivan Grokhotkov 2fe4fe2c19
ci(system): re-enable build test app for C2 and C6, clean up configs
Since we can use CONFIG_NAME now to specify build rules, we don't need
to have target-specific config files.
2023-09-22 13:46:00 +02:00

7 lines
207 B
Plaintext

CONFIG_HAL_WDT_USE_ROM_IMPL=y
CONFIG_HAL_SYSTIMER_USE_ROM_IMPL=y
CONFIG_HEAP_TLSF_USE_ROM_IMPL=y
CONFIG_SPI_FLASH_ROM_IMPL=y
# update tools/test_apps/.build-test-rules.yml if adding more ROM options above!