-
Notifications
You must be signed in to change notification settings - Fork 184
asm: Improve documentation and code quality for RISC-V instructions #341
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
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |
|
||
## [Unreleased] | ||
|
||
- Improved assembly macro handling in asm.rs | ||
|
||
### Added | ||
|
||
- Add `miselect` CSR | ||
|
||
## [v0.15.0] - 2025-09-08 | ||
|
||
|
||
KushalMeghani1644 marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
### Added | ||
|
||
- Add `miselect` CSR | ||
- Improved assembly macro handling in asm.rs | ||
|
||
romancardenas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
### Added | ||
|
||
- Add `miselect` CSR | ||
|
@@ -116,6 +130,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |
- Export `riscv::register::macros` module macros for external use | ||
- Add `riscv::register::mcountinhibit` module for `mcountinhibit` CSR | ||
- Add `Mcounteren` in-memory update functions | ||
romancardenas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- Add `Mcounteren` in-memory update functions | ||
|
||
- Add `Mstatus` vector extension support | ||
- Add fallible counterparts to all functions that `panic` | ||
- Add `riscv-pac` as a dependency | ||
|
@@ -283,4 +298,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |
[v0.7.0]: https://github.com/rust-embedded/riscv/compare/v0.6.0...v0.7.0 | ||
[v0.6.0]: https://github.com/rust-embedded/riscv/compare/v0.5.6...v0.6.0 | ||
[v0.5.6]: https://github.com/rust-embedded/riscv/compare/v0.5.5...v0.5.6 | ||
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5 | ||
[v0.5.5]: https://github.com/rust-embedded/riscv/compare/v0.5.4...v0.5.5 |
Uh oh!
There was an error while loading. Please reload this page.