-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update dependencies and generated files #10
Conversation
Clears cargo lint warnings by removing deprecated attributes.
Please update the versions of software you used in |
Generates updated source files from SVD file.
Cargo.toml
Outdated
bare-metal = "0.2.4" | ||
riscv = "0.6.0" | ||
vcell = "0.1.2" | ||
bare-metal = "1.0.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently bare-metal
is not used anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I can remove it.
Adds `critical-section` feature to enable enabling/disabling interrupts on a single HART (via `riscv::critical_section`). A custom `critical_section` impl could enable enabling/disabling interrupts on multiple HARTs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Anything else you would like to add before a release? |
Not that I can think of, at the moment. |
Updates cargo dependencies to their latest versions, and runs the
update.sh
script to generate updated source files from the SVD file.