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