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

Update dependencies and generated files #10

Merged
merged 5 commits into from
May 28, 2023

Conversation

rmsyn
Copy link
Contributor

@rmsyn rmsyn commented May 26, 2023

Updates cargo dependencies to their latest versions, and runs the update.sh script to generate updated source files from the SVD file.

Clears cargo lint warnings by removing deprecated attributes.
@Disasm
Copy link
Member

Disasm commented May 26, 2023

Please update the versions of software you used in update.sh

Cargo.toml Outdated
bare-metal = "0.2.4"
riscv = "0.6.0"
vcell = "0.1.2"
bare-metal = "1.0.0"
Copy link
Member

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.

Copy link
Contributor Author

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.

rmsyn added 2 commits May 27, 2023 20:21
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.
Copy link
Member

@Disasm Disasm left a comment

Choose a reason for hiding this comment

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

Thank you!

@Disasm Disasm merged commit fc28cd5 into riscv-rust:master May 28, 2023
@Disasm
Copy link
Member

Disasm commented May 28, 2023

Anything else you would like to add before a release?

@rmsyn
Copy link
Contributor Author

rmsyn commented May 28, 2023

Anything else you would like to add before a release?

Not that I can think of, at the moment.

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