File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
ports/esp32s2/boards/microdev_micro_s2 Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ CONFIG_ESP32S2_SPIRAM_SUPPORT=y
2
+
3
+ #
4
+ # SPI RAM config
5
+ #
6
+ # CONFIG_SPIRAM_TYPE_AUTO is not set
7
+ # CONFIG_SPIRAM_TYPE_ESPPSRAM16 is not set
8
+ # CONFIG_SPIRAM_TYPE_ESPPSRAM32 is not set
9
+ CONFIG_SPIRAM_TYPE_ESPPSRAM64=y
10
+ CONFIG_SPIRAM_SIZE=8388608
11
+
12
+ #
13
+ # PSRAM clock and cs IO for ESP32S2
14
+ #
15
+ CONFIG_DEFAULT_PSRAM_CLK_IO=30
16
+ CONFIG_DEFAULT_PSRAM_CS_IO=26
17
+ # end of PSRAM clock and cs IO for ESP32S2
18
+
19
+ CONFIG_SPIRAM_SPIWP_SD3_PIN=28
20
+ # CONFIG_SPIRAM_FETCH_INSTRUCTIONS is not set
21
+ # CONFIG_SPIRAM_RODATA is not set
22
+ # CONFIG_SPIRAM_USE_AHB_DBUS3 is not set
23
+ # CONFIG_SPIRAM_SPEED_80M is not set
24
+ CONFIG_SPIRAM_SPEED_40M=y
25
+ # CONFIG_SPIRAM_SPEED_26M is not set
26
+ # CONFIG_SPIRAM_SPEED_20M is not set
27
+ CONFIG_SPIRAM=y
28
+ CONFIG_SPIRAM_BOOT_INIT=y
29
+ # CONFIG_SPIRAM_IGNORE_NOTFOUND is not set
30
+ CONFIG_SPIRAM_USE_MEMMAP=y
31
+ # CONFIG_SPIRAM_USE_CAPS_ALLOC is not set
32
+ # CONFIG_SPIRAM_USE_MALLOC is not set
33
+ CONFIG_SPIRAM_MEMTEST=y
34
+ # CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY is not set
35
+ # end of SPI RAM config
You can’t perform that action at this time.
0 commit comments