File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
boards/adafruit_qualia_s3_rgb666 Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ IDF_TARGET = esp32s3
77
88CIRCUITPY_ESP_FLASH_SIZE = 16MB
99CIRCUITPY_ESP_FLASH_MODE = qio
10- CIRCUITPY_ESP_FLASH_FREQ = 80m
10+ CIRCUITPY_ESP_FLASH_FREQ = 120m
1111
1212CIRCUITPY_ESP_PSRAM_SIZE = 8MB
1313CIRCUITPY_ESP_PSRAM_MODE = opi
14- CIRCUITPY_ESP_PSRAM_FREQ = 80m
14+ CIRCUITPY_ESP_PSRAM_FREQ = 120m
1515
1616CIRCUITPY_DOTCLOCKFRAMEBUFFER = 1
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 7676 "CONFIG_ESPTOOLPY_FLASH_SAMBLE_MODE_" ,
7777]
7878
79- FLASH_FREQ_SETTINGS = [
80- "CONFIG_ESPTOOLPY_FLASHFREQ_" ,
81- ]
79+ FLASH_FREQ_SETTINGS = ["CONFIG_ESPTOOLPY_FLASHFREQ_" , "CONFIG_SPI_FLASH_UNDER_HIGH_FREQ" ]
8280
8381PSRAM_SETTINGS = ["CONFIG_SPIRAM" ]
8482
You can’t perform that action at this time.
0 commit comments