[Backport v4.4-branch] soc: esp32s3: fix 80MHz octal build failure#107991
Open
github-actions[bot] wants to merge 2 commits intov4.4-branchfrom
Open
[Backport v4.4-branch] soc: esp32s3: fix 80MHz octal build failure#107991github-actions[bot] wants to merge 2 commits intov4.4-branchfrom
github-actions[bot] wants to merge 2 commits intov4.4-branchfrom
Conversation
Place mspi_timing_by_mspi_delay text and rodata in IRAM/DRAM. This file contains PSRAM and flash timing tuning functions that must not run from flash during MSPI clock reconfiguration. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com> (cherry picked from commit 3137790)
Add test entries for ESP32-S3 default SPIRAM and octal 80 MHz configurations. Move harness config to common section to avoid duplication. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com> (cherry picked from commit d95d79d)
Author
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
sylvioalves
approved these changes
Apr 27, 2026
uLipe
approved these changes
Apr 27, 2026
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Backport d95d79d~2..d95d79d from #107426.
Original PR description:
Adds
mspi_timing_by_mspi_delay.crequired for the 80MHz spiram build.and update IRAM/DRAM placement for mspi_timing_by_mspi_delay.
Fixes #107422