We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b98bd4 + 61aaa6c commit 259d1caCopy full SHA for 259d1ca
riscv-rt/CHANGELOG.md
@@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+### Added
11
+
12
+- Pass `a0..a2` register values to the `#[entry]` function.
13
14
### Changed
15
16
- Update `riscv` to version 0.8
17
+- Update `riscv-rt-macros` to 0.2.0
18
- Update Minimum Supported Rust Version to 1.59
19
- The main symbol is no longer randomly generated in the `#[entry]` macro, instead it uses `__risc_v_rt__main`.
20
0 commit comments