Skip to content

Commit 9a04520

Browse files
authored
Fix spiram. (#57)
1 parent e11b6b3 commit 9a04520

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

variants/esp32-spiram/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ESP32-SPIRAM
22

33
A variant of the ESP32 envelope that supports SPIRAM (external memory).
4-
Typically, these are VROOM modules with 4MB of SPIRAM, but some modules
4+
Typically, these are WROVER modules with 4MB of SPIRAM, but some modules
55
(like the ESP32-CAM) also have SPIRAM with less memory.

variants/esp32-spiram/sdkconfig.defaults.patch

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@
1919
CONFIG_FATFS_LFN_HEAP=y
2020
CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=3
2121
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1024
22+
@@ -73,4 +74,5 @@
23+
CONFIG_SPI_FLASH_LOG_FAILED_WRITE=y
24+
CONFIG_SPI_FLASH_WARN_SETTING_ZERO_TO_ONE=y
25+
# CONFIG_WS_TRANSPORT is not set
26+
+# CONFIG_TOIT_INTERPRETER_IN_IRAM is not set
27+
# CONFIG_TOIT_INTERPRETER_HELPERS_IN_IRAM is not set

0 commit comments

Comments
 (0)