forked from espressif/esp-idf
ci: enable external bss and external noinit test cases
This commit is contained in:
@@ -8,3 +8,5 @@ CONFIG_ESP32_WIFI_IRAM_OPT=n
|
|||||||
CONFIG_ESP_TIMER_PROFILING=n
|
CONFIG_ESP_TIMER_PROFILING=n
|
||||||
# Disable encrypted flash reads/writes to save IRAM in this build configuration
|
# Disable encrypted flash reads/writes to save IRAM in this build configuration
|
||||||
CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=n
|
CONFIG_SPI_FLASH_ENABLE_ENCRYPTED_READ_WRITE=n
|
||||||
|
CONFIG_SPIRAM_ALLOW_NOINIT_SEG_EXTERNAL_MEMORY=y
|
||||||
|
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
|
||||||
|
Reference in New Issue
Block a user