Skip to content

Commit 0ba89fc

Browse files
authored
Merge pull request #9566 from dhalbert/9.1.x-qualia_glitches
9.1.x Backport of qualia speed fix #9564
2 parents 6375c56 + a763343 commit 0ba89fc

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

ports/espressif/boards/adafruit_qualia_s3_rgb666/mpconfigboard.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ IDF_TARGET = esp32s3
77

88
CIRCUITPY_ESP_FLASH_SIZE = 16MB
99
CIRCUITPY_ESP_FLASH_MODE = qio
10-
CIRCUITPY_ESP_FLASH_FREQ = 80m
10+
CIRCUITPY_ESP_FLASH_FREQ = 120m
1111

1212
CIRCUITPY_ESP_PSRAM_SIZE = 8MB
1313
CIRCUITPY_ESP_PSRAM_MODE = opi
14-
CIRCUITPY_ESP_PSRAM_FREQ = 80m
14+
CIRCUITPY_ESP_PSRAM_FREQ = 120m
1515

1616
CIRCUITPY_DOTCLOCKFRAMEBUFFER = 1
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
CONFIG_ESPTOOLPY_FLASHFREQ_120M=y
2+
# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set
3+
# CONFIG_ESPTOOLPY_FLASHFREQ_64M is not set
4+
# CONFIG_ESPTOOLPY_FLASHFREQ_60M is not set
5+
# CONFIG_ESPTOOLPY_FLASHFREQ_48M is not set
6+
# CONFIG_ESPTOOLPY_FLASHFREQ_40M is not set
7+
# CONFIG_ESPTOOLPY_FLASHFREQ_32M is not set
8+
# CONFIG_ESPTOOLPY_FLASHFREQ_30M is not set
9+
# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set
10+
# CONFIG_ESPTOOLPY_FLASHFREQ_24M is not set
11+
# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set
12+
# CONFIG_ESPTOOLPY_FLASHFREQ_16M is not set
13+
# CONFIG_ESPTOOLPY_FLASHFREQ_15M is not set
14+
CONFIG_ESPTOOLPY_FLASHFREQ_80M_DEFAULT=y
15+
CONFIG_SPI_FLASH_UNDER_HIGH_FREQ=y

ports/espressif/tools/update_sdkconfig.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@
7575
"CONFIG_ESPTOOLPY_FLASH_SAMBLE_MODE_",
7676
]
7777

78-
FLASH_FREQ_SETTINGS = [
79-
"CONFIG_ESPTOOLPY_FLASHFREQ_",
80-
]
78+
FLASH_FREQ_SETTINGS = ["CONFIG_ESPTOOLPY_FLASHFREQ_", "CONFIG_SPI_FLASH_UNDER_HIGH_FREQ"]
8179

8280
PSRAM_SETTINGS = ["CONFIG_SPIRAM"]
8381

0 commit comments

Comments
 (0)