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

riscv-rt: move all the assembly code to asm.rs #186

Merged
merged 13 commits into from
Feb 22, 2024
Merged

Conversation

romancardenas
Copy link
Contributor

I sorted all the code to isolate assembly code in asm.rs. As a result, now _start_rust is no longer needed. This matches the current version of cortex-m-rt.

Hopefully, having all the run-time code in a single asm.rs file will help us adding new functionalities for future versions

@romancardenas romancardenas requested a review from a team as a code owner February 21, 2024 11:01
@romancardenas romancardenas added this pull request to the merge queue Feb 22, 2024
Merged via the queue into master with commit f5a2da9 Feb 22, 2024
126 checks passed
@romancardenas romancardenas deleted the riscv-rt-asm branch April 9, 2024 11:00
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