ut: add test config for xip_from_psram

This commit is contained in:
Armando
2022-12-19 18:49:50 +08:00
parent 2e5307b247
commit b59cefbfc0

View File

@ -0,0 +1,5 @@
TEST_COMPONENTS=spi_flash
CONFIG_SPIRAM=y
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y
CONFIG_IDF_TARGET="esp32s3"