arch/risc-v/espressif: Bump common source version #16219
Merged
+1
−1
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.
Summary
This PR bumps common source version for RISC-V-based Espressif SoCs on NuttX. Specifically, this solves an issue regarding SPI flash frequency selection on ESP32-C6.
Although 80MHz is the default frequency for the SPI flash, it isn't being set properly, as shown on testing section.
Impact
Impact on user: YES. Applications may run faster if the correct frequency is set.
Impact on build: NO.
Impact on hardware: YES. It sets the correct frequency for the SPI flash.
Impact on documentation: NO.
Impact on security: NO.
Impact on compatibility: NO.
Testing
This common source update fixes a known issue regarding SPI flash frequency on ESP32-C6. Before and after logs are provided as evidence for it. Build, flash and run the firmware on ESP32-C6 according to the following instructions:
Building
Running
Results
Compare the boot lgo before and after applying this patch and check the SPI flash frequency:
Before
Note: 80MHz was expected!
After
80MHz is set as expected.