Skip to content

Commit

Permalink
Merge pull request micropython#8197 from dhalbert/8.2.x-backport-8129…
Browse files Browse the repository at this point in the history
…-s3-box-psram

8.2.x backport: Fix PSRAM on espressif ESP32S3 box and box lite
  • Loading branch information
tannewt committed Jul 24, 2023
2 parents db0a74b + 31aa9b2 commit b901063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ports/espressif/boards/espressif_esp32s3_box/sdkconfig
@@ -1,3 +1,4 @@
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y
Expand Down
@@ -1,3 +1,4 @@
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
CONFIG_SPIRAM=y
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_SPEED_80M=y
Expand Down

0 comments on commit b901063

Please sign in to comment.