mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-02 16:11:41 +01:00
psram: support .bss on psram on esp32s3
This commit is contained in:
@@ -116,7 +116,7 @@ TEST_CASE_MULTIPLE_STAGES("Spiram test noinit memory", "[spiram]", write_spiram_
|
||||
|
||||
|
||||
#if CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY
|
||||
#define TEST_BSS_NUM 256
|
||||
#define TEST_BSS_NUM (256 * 1024)
|
||||
static EXT_RAM_ATTR uint32_t s_bss_buffer[TEST_BSS_NUM];
|
||||
|
||||
TEST_CASE("Test variables placed in external .bss segment", "[ld]")
|
||||
|
||||
Reference in New Issue
Block a user