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

linker: esp32: fix cpp rom region #75915

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

sylvioalves
Copy link
Collaborator

cplusplus-rom linker initialization was wrongly placed in RAM area when it should be in ROM area.

Fixes #75853

cplusplus-rom linker initialization was wrongly placed
in RAM area when it should be in ROM area.

Fixes zephyrproject-rtos#75853

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
@zephyrbot zephyrbot added platform: ESP32 Espressif ESP32 size: XS A PR changing only a single line of code labels Jul 16, 2024
@zephyrbot zephyrbot requested a review from uLipe July 16, 2024 02:50
@sylvioalves sylvioalves added this to the v3.7.0 milestone Jul 16, 2024
@sylvioalves
Copy link
Collaborator Author

@nashif Tagged as v3.7.0 but not sure if there is still room for it. If not, skip to next round.

@sylvioalves sylvioalves added the bug The issue is a bug, or the PR is fixing a bug label Jul 16, 2024
@nashif nashif added the backport v3.7-branch Request backport to the v3.7-branch label Jul 16, 2024
@nashif nashif removed this from the v3.7.0 milestone Jul 16, 2024
@nashif nashif merged commit c374d31 into zephyrproject-rtos:main Aug 6, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport v3.7-branch Request backport to the v3.7-branch bug The issue is a bug, or the PR is fixing a bug platform: ESP32 Espressif ESP32 size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C++: Boot fails with global STL objects
6 participants