We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4e6cba + 7ad6fa8 commit 6fd968fCopy full SHA for 6fd968f
ports/espressif/boards/muselab_nanoesp32_s2_wrover/sdkconfig
@@ -1,4 +1,25 @@
1
-# CONFIG_ESP32S2_SPIRAM_SUPPORT is not set
+CONFIG_ESP32S2_SPIRAM_SUPPORT=y
2
+
3
+#
4
+# SPI RAM config
5
6
+CONFIG_SPIRAM_TYPE_ESPPSRAM16=y
7
+CONFIG_SPIRAM_SIZE=2097152
8
+# end of SPI RAM config
9
10
11
+# PSRAM clock and cs IO for ESP32S2
12
13
+CONFIG_DEFAULT_PSRAM_CLK_IO=30
14
+CONFIG_DEFAULT_PSRAM_CS_IO=26
15
+# end of PSRAM clock and cs IO for ESP32S2
16
17
+CONFIG_SPIRAM_SPEED_40M=y
18
+CONFIG_SPIRAM=y
19
+CONFIG_SPIRAM_BOOT_INIT=y
20
+CONFIG_SPIRAM_USE_MEMMAP=y
21
+CONFIG_SPIRAM_MEMTEST=y
22
23
#
24
# LWIP
25
0 commit comments