mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
be057f26dc
Since we can use CONFIG_NAME now to specify build rules, we don't need to have target-specific config files.
7 lines
207 B
Plaintext
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!
|