Skip to content

Commit

Permalink
Merge pull request #856 from romancardenas/master
Browse files Browse the repository at this point in the history
Use `riscv` section for RISC-V targets
  • Loading branch information
burrbull authored Oct 21, 2024
2 parents 29bcfd8 + 7468bd6 commit 8b809ac
Show file tree
Hide file tree
Showing 12 changed files with 765 additions and 324 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

- Compatibility with `riscv` 0.12 and `riscv-rt` 0.13
- Add `riscv_config` section in `settings.yaml`
It uses `riscv-pac` traits and standard `riscv-peripheral` peripherals.
- Add `settings.yaml` file for target-specific settings.
- Add warning about indexing register arrays
- Skip generating `.add(0)` and `1 *` in accessors
- Bump MSRV of generated code to 1.76
Expand Down
Loading

0 comments on commit 8b809ac

Please sign in to comment.