Skip to content

cortex-m-rt: Add alignment check for the .vector_table #582

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

Merged

Conversation

korken89
Copy link
Contributor

@korken89 korken89 commented Mar 6, 2025

This adds an alignment check to the placement of the vector table in accordance to armv6-m, armv7-m, and armv8-m requirements so if a user does something wrong with the linker scripts cortex-m-rt will throw an error.

@korken89 korken89 force-pushed the vector-table-alignment branch from 9943ef6 to 8ad33bf Compare March 6, 2025 15:25
@korken89 korken89 force-pushed the vector-table-alignment branch from 8ad33bf to 4e6c2b6 Compare March 7, 2025 07:42
@adamgreig adamgreig added this pull request to the merge queue Mar 8, 2025
@adamgreig
Copy link
Member

Thanks!

Merged via the queue into rust-embedded:master with commit 898b11c Mar 8, 2025
11 checks passed
@korken89 korken89 deleted the vector-table-alignment branch March 8, 2025 12:35
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