Skip to content

Commit b8ed21f

Browse files
authored
Fix S3 Boot hang
Fix S3 Boot hang
2 parents 8a53ff6 + da8c71a commit b8ed21f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

configs/builds.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,17 +131,26 @@
131131
{
132132
"target": "esp32s3",
133133
"features":[],
134-
"idf_libs":["qio","120m","opi_ram"],
134+
"idf_libs":["qio","80m","opi_ram"],
135135
"bootloaders":[
136136
["qio","120m","qio_ram"],
137+
["qio","120m","opi_ram"],
137138
["qio","80m","qio_ram"],
139+
["qio","80m","opi_ram"],
140+
["opi","120m","qio_ram"],
138141
["opi","120m","opi_ram"],
142+
["opi","80m","qio_ram"],
139143
["opi","80m","opi_ram"]
140144
],
141145
"mem_variants":[
142146
["qio","120m","qio_ram"],
147+
["qio","120m","opi_ram"],
148+
["qio","80m","qio_ram"],
149+
["qio","80m","opi_ram"],
150+
["opi","120m","qio_ram"],
143151
["opi","120m","opi_ram"],
144-
["opi","120m","qio_ram"]
152+
["opi","80m","qio_ram"],
153+
["opi","80m","opi_ram"]
145154
]
146155
}
147156
]

configs/defconfig.opi_ram

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
CONFIG_SPIRAM_MODE_OCT=y
22
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
33
# CONFIG_SPIRAM_MEMTEST is not set
4-
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
5-
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
6-
# bounce buffer mode relies on GDMA EOF interrupt to be service-able
7-
CONFIG_GDMA_ISR_IRAM_SAFE=y
8-
# place non-ISR FreeRTOS functions in Flash
9-
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
10-
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
11-
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
12-
CONFIG_SPIRAM_RODATA=y

0 commit comments

Comments
 (0)