mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
Add unit test for testing wifi operations when .bss segment is placed in external memory.
5 lines
113 B
Plaintext
5 lines
113 B
Plaintext
# For EXT_RAM_BSS_ATTR
|
|
CONFIG_IDF_TARGET="esp32s3"
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
|