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

Add mtvec_align for RISC-V #909

Merged
merged 1 commit into from
Feb 8, 2025
Merged

Conversation

romancardenas
Copy link
Contributor

PACs can now define the required vector table alignment in vector mode. You can check the resulting generated code here for the E310x chip.

This feature has not yet been published in riscv-rt's crates.io release but will be soon. Adding it to svd2rust before riscv-rt should not lead to any malfunctioning.

Closes #901

@romancardenas romancardenas requested a review from a team as a code owner February 8, 2025 11:26
src/util.rs Outdated Show resolved Hide resolved
src/config.rs Outdated Show resolved Hide resolved
@burrbull burrbull added this pull request to the merge queue Feb 8, 2025
Merged via the queue into rust-embedded:master with commit dac8766 Feb 8, 2025
46 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.

RISC-V Settings file: add mtvec-align field
2 participants