8000 Merge pull request #7599 from bill88t/wspico-updates · atrawog/circuitpython@0a5fb31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a5fb31

Browse files
authored
Merge pull request adafruit#7599 from bill88t/wspico-updates
Some minor updates to waveshare-esp32s2-pico board definition
2 parents cd0ff51 + a2c2252 commit 0a5fb31

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ports/espressif/boards/waveshare_esp32s2_pico/mpconfigboard.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ USB_MANUFACTURER = "Waveshare Electronics"
55

66
IDF_TARGET = esp32s2
77

8-
CIRCUITPY_ESP_FLASH_MODE = dio
8+
CIRCUITPY_ESP_FLASH_MODE = qio
99
CIRCUITPY_ESP_FLASH_FREQ = 80m
1010
CIRCUITPY_ESP_FLASH_SIZE = 4MB

ports/espressif/boards/waveshare_esp32s2_pico/sdkconfig

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
#
2+
# SPI RAM config
3+
#
14
CONFIG_ESP32S2_SPIRAM_SUPPORT=y
2-
35
CONFIG_DEFAULT_PSRAM_CLK_IO=30
46
CONFIG_DEFAULT_PSRAM_CS_IO=26
5-
67
CONFIG_SPIRAM_TYPE_ESPPSRAM64=y
8+
CONFIG_SPIRAM_SIZE=8388608
79
CONFIG_SPIRAM_SPEED_80M=y
810
CONFIG_SPIRAM=y
911
CONFIG_SPIRAM_BOOT_INIT=y

0 commit comments

Comments
 (0)
0