Skip to content

Fix S3 Boot hang #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions configs/builds.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,26 @@
{
"target": "esp32s3",
"features":[],
"idf_libs":["qio","120m","opi_ram"],
"idf_libs":["qio","80m","opi_ram"],
"bootloaders":[
["qio","120m","qio_ram"],
["qio","120m","opi_ram"],
["qio","80m","qio_ram"],
["qio","80m","opi_ram"],
["opi","120m","qio_ram"],
["opi","120m","opi_ram"],
["opi","80m","qio_ram"],
["opi","80m","opi_ram"]
],
"mem_variants":[
["qio","120m","qio_ram"],
["qio","120m","opi_ram"],
["qio","80m","qio_ram"],
["qio","80m","opi_ram"],
["opi","120m","qio_ram"],
["opi","120m","opi_ram"],
["opi","120m","qio_ram"]
["opi","80m","qio_ram"],
["opi","80m","opi_ram"]
]
}
]
Expand Down
9 changes: 0 additions & 9 deletions configs/defconfig.opi_ram
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
CONFIG_SPIRAM_MODE_OCT=y
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
# CONFIG_SPIRAM_MEMTEST is not set
CONFIG_LCD_RGB_ISR_IRAM_SAFE=y
CONFIG_GDMA_CTRL_FUNC_IN_IRAM=y
# bounce buffer mode relies on GDMA EOF interrupt to be service-able
CONFIG_GDMA_ISR_IRAM_SAFE=y
# place non-ISR FreeRTOS functions in Flash
CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH=y
# Enable the XIP-PSRAM feature, so the ext-mem cache won't be disabled when SPI1 is operating the main flash
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y