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
7
7
8
8
CIRCUITPY_ESP_FLASH_SIZE = 16MB
9
9
CIRCUITPY_ESP_FLASH_MODE = qio
10
- CIRCUITPY_ESP_FLASH_FREQ = 80m
10
+ CIRCUITPY_ESP_FLASH_FREQ = 120m
11
11
12
12
CIRCUITPY_ESP_PSRAM_SIZE = 8MB
13
13
CIRCUITPY_ESP_PSRAM_MODE = opi
14
- CIRCUITPY_ESP_PSRAM_FREQ = 80m
14
+ CIRCUITPY_ESP_PSRAM_FREQ = 120m
15
15
16
16
CIRCUITPY_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 75
75
"CONFIG_ESPTOOLPY_FLASH_SAMBLE_MODE_" ,
76
76
]
77
77
78
- FLASH_FREQ_SETTINGS = [
79
- "CONFIG_ESPTOOLPY_FLASHFREQ_" ,
80
- ]
78
+ FLASH_FREQ_SETTINGS = ["CONFIG_ESPTOOLPY_FLASHFREQ_" , "CONFIG_SPI_FLASH_UNDER_HIGH_FREQ" ]
81
79
82
80
PSRAM_SETTINGS = ["CONFIG_SPIRAM" ]
83
81
You can’t perform that action at this time.
0 commit comments