File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
samples/boards/esp32/spiram_test Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1+ CONFIG_ESP_HEAP_MEM_POOL_REGION_1_SIZE=100000
2+ CONFIG_ESP_HEAP_SEARCH_ALL_REGIONS=n
Original file line number Diff line number Diff line change 11CONFIG_ESP_SPIRAM=y
22CONFIG_ESP_HEAP_MIN_EXTRAM_THRESHOLD=2048
33CONFIG_HEAP_MEM_POOL_SIZE=98304
4- CONFIG_ESP_HEAP_MEM_POOL_REGION_1_SIZE=100000
5- CONFIG_ESP_HEAP_SEARCH_ALL_REGIONS=n
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ extern void z_cstart(void);
3030extern void z_bss_zero (void );
3131extern void rtc_clk_cpu_freq_set_xtal (void );
3232
33- #if CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY
33+ #if CONFIG_ESP_SPIRAM
3434extern int _ext_ram_bss_start ;
3535extern int _ext_ram_bss_end ;
3636#endif
@@ -176,9 +176,7 @@ void __attribute__((section(".iram1"))) __start(void)
176176 printk ("SPIRAM size is less than configured size, aborting.\n" );
177177 abort ();
178178 }
179- #endif
180179
181- #if CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY
182180 memset (& _ext_ram_bss_start ,
183181 0 ,
184182 (& _ext_ram_bss_end - & _ext_ram_bss_start ) * sizeof (_ext_ram_bss_start ));
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ manifest:
6767 groups :
6868 - hal
6969 - name : hal_espressif
70- revision : c8a4101133dd7a77e118a23b0c03c765c8a55ba7
70+ revision : c4a591c35385be59a41cde7efc85fe7660172979
7171 path : modules/hal/espressif
7272 west-commands : west/west-commands.yml
7373 groups :
You can’t perform that action at this time.
0 commit comments