Skip to content

Conversation

@romancardenas
Copy link
Contributor

I encountered linker errors trying to build RTIC examples on RISC-V. The reason was that the linker could not find any empty spot in RAM to place the .uninit section. This PR mimics the .uninit section of cortex-m-rt. The linker will put it in the same memory region as .bss, considering that both sections have a very similar purpose.

@romancardenas romancardenas requested a review from a team as a code owner July 12, 2025 06:08
Copy link
Contributor

@rmsyn rmsyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@romancardenas romancardenas added this pull request to the merge queue Jul 14, 2025
Merged via the queue into master with commit 73635b8 Jul 14, 2025
139 checks passed
@romancardenas romancardenas deleted the post-init branch September 9, 2025 11:19
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.

2 participants