Skip to content
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

esp32[c3|c6|h2]: Fix RTC data placement #12044

Merged
merged 1 commit into from
Apr 4, 2024

Conversation

tmedicci
Copy link
Contributor

@tmedicci tmedicci commented Apr 3, 2024

Summary

  • esp32[c3|c6|h2]: Fix RTC data placement

RTC data was not being correctly placed on RTC's memory data due to linker issues. Also, the image's RTC memory segment was not being properly parsed by the bootloader.

Impact

Fix RTC data placement and enable the RTC segment to be properly parsed by the bootloader.

Testing

Internal CI testing + ESP32-C3-DevKitC-02 v1.1 + ESP32-C6-DevKitC-1 v1.1 + ESP32-H2-DevKitM-1 v1.2

arch/risc-v/src/common/espressif/esp_start.c Outdated Show resolved Hide resolved
arch/risc-v/src/common/espressif/esp_start.c Outdated Show resolved Hide resolved
arch/risc-v/src/common/espressif/esp_start.c Outdated Show resolved Hide resolved
arch/risc-v/src/common/espressif/esp_start.c Outdated Show resolved Hide resolved
arch/risc-v/src/common/espressif/esp_start.c Outdated Show resolved Hide resolved
RTC data was not being correctly placed on RTC's memory data due to
linker issues. Also, the image's RTC memory segment was not being
properly parsed by the bootloader.
@xiaoxiang781216 xiaoxiang781216 merged commit 65bd548 into apache:master Apr 4, 2024
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants