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

build(deps): bump riscv from 0.11.1 to 0.12.1 #382

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps riscv from 0.11.1 to 0.12.1.

Release notes

Sourced from riscv's releases.

riscv 0.12.0

New features

riscv 0.12.0

  • Support for target-dependent external interrupt and exception numbers
  • riscv-macros for helping during the definition of custom interrupt and exception sources
  • Macros for automating the definition of new CSRs

riscv-pac 0.2.0

  • Enumeration of common errors for RISC-V targets at the register level
  • All PAC traits now work with usize numbers
  • New ExceptionNumber trait for custom exception numbers

riscv-peripheral 0.2.0

  • Adapt to new changes in the RISC-V ecosystem

riscv-rt 0.13.0

  • Now exceptions rely on the _dispatch_exception function
  • Now interrupts rely on the _dispatch_interrupt function
  • While the crate provides a default implementation for the previously mentioned functions, you can skip these functions with the new no-exceptions and no-interrupts features. This way, you can adapt riscv-rt to target-specific sources.
  • New pre_init_trap to detect early errors during the boot process.
  • Vectored interrupts handling is now available under the v-trap feature!
  • New core_interrupt, external_interrupt, and exception macros for defining interrupt and exception handlers
  • New u-boot feature to execute U-boot binaries.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 21, 2024
@mkroening
Copy link
Member

@dependabot recreate

Bumps [riscv](https://github.com/rust-embedded/riscv) from 0.11.1 to 0.12.1.
- [Release notes](https://github.com/rust-embedded/riscv/releases)
- [Commits](https://github.com/rust-embedded/riscv/commits)

---
updated-dependencies:
- dependency-name: riscv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/riscv-0.12.1 branch from 72c375e to 2b5667f Compare October 22, 2024 14:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 22, 2024

Looks like riscv is no longer a dependency, so this is no longer needed.

@dependabot dependabot bot closed this Oct 22, 2024
@dependabot dependabot bot deleted the dependabot/cargo/riscv-0.12.1 branch October 22, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant