mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00: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
|