mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
cb7e2f1d62
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
|