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 riscv-rt requirement from 0.8.0 to 0.11.0 #6

Open
wants to merge 1 commit into
base: v3-branch
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2023

Updates the requirements on riscv-rt to permit the latest version.

Changelog

Sourced from riscv-rt's changelog.

[v0.11.0] - 2023-01-18

Changed

  • Update riscv to version 0.10.1 fixing a critical section bug

[v0.10.0] - 2022-11-04

Added

  • Optional cargo feature s-mode for supervisor mode, including conditional compilation for supervisor/machine mode instructions.

Changed

  • Remove superfluous parentheses from link.x, which caused linker errors with nightly.
  • Changed mp_hook signature, hartid as passed as usize parameter by the caller (required for s-mode feature).
  • Update riscv to version 0.9

[v0.9.0] - 2022-07-01

Added

  • Pass a0..a2 register values to the #[entry] function.

Changed

  • Update riscv to version 0.8
  • Update riscv-rt-macros to 0.2.0
  • Update Minimum Supported Rust Version to 1.59
  • The main symbol is no longer randomly generated in the #[entry] macro, instead it uses __risc_v_rt__main.

Removed

  • Remove inline-asm feature which is now always enabled

[v0.8.1] - 2022-01-25

Added

  • Enable float support for targets with extension sets F and D
  • Add ability to override trap handling mechanism

Changed

  • Update riscv to version 0.7
  • Update quote to version 1.0
  • Update proc-macro2 to version 1.0
  • Update rand to version to version 0.7.3

[v0.8.0] - 2020-07-18

... (truncated)

Commits

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 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)

Updates the requirements on [riscv-rt](https://github.com/rust-embedded/riscv-rt) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/riscv-rt/releases)
- [Changelog](https://github.com/rust-embedded/riscv-rt/blob/master/CHANGELOG.md)
- [Commits](rust-embedded/riscv-rt@v0.8.0...v0.11.0)

---
updated-dependencies:
- dependency-name: riscv-rt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 19, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants