Skip to content

Commit 31aa9b2

Browse files
Neradocdhalbert
authored andcommitted
Fix PSRAM on espressif ESP32S3 box and box lite
1 parent 98bd9e5 commit 31aa9b2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ports/espressif/boards/espressif_esp32s3_box/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
12
CONFIG_SPIRAM=y
23
CONFIG_SPIRAM_MODE_OCT=y
34
CONFIG_SPIRAM_SPEED_80M=y

ports/espressif/boards/espressif_esp32s3_box_lite/sdkconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
12
CONFIG_SPIRAM=y
23
CONFIG_SPIRAM_MODE_OCT=y
34
CONFIG_SPIRAM_SPEED_80M=y

0 commit comments

Comments
 (0)