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

fix(deps): update riscv #38

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

fix(deps): update riscv #38

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2024

This PR contains the following updates:

Package Type Update Change
riscv dependencies minor 0.10.1 -> 0.13.0
riscv-rt dependencies minor 0.11.0 -> 0.14.0

Release Notes

rust-embedded/riscv (riscv)

v0.13.0: riscv 0.13.0

riscv 0.12.0

  • CSR writes are now all unsafe. Users can open an RFC to nominate certain CSRs to be safe (#​209)
  • All CSR fields are now generated using macros (thanks, @​rmsyn !)
  • PACs can now use the RISCV_MTVEC_ALIGN environment variable to set the vector table byte alignment ((thanks, @​ia0 !)

riscv-rt 0.13.0

  • Compatibility with RV32E and RV64E!
  • Linker script is now more aligned with cortex-m-rt

riscv-target-parser 0.1.0

New utility crate to assist in build scripts of the RISC-V ecosystem. It is useful for determining which extensions are available, the base ISA of the target, etc.

riscv-peripheral 0.2.1 and riscv-semihosting 0.1.3

Update dependencies

v0.12.0: 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants