Skip to content

Commit 330a28d

Browse files
committed
doc(port_riscv): merge duplicate sections in the changelog
1 parent cdbda4e commit 330a28d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/r3_port_riscv/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1919
### Changed
2020

2121
- **Breaking:** Adjusted for the new design of R3-OS (separation between interface and implementation). Supports `r3_kernel ^0.1`.
22+
- Rename `use_timer!``use_mtime!`, `TimerOptions``MtimeOptions`
2223

2324
### Added
2425

2526
- The new option `ThreadingOptions::PRIVILEGE_LEVEL` allows for running the kernel in other privilege levels than M-mode.
2627
- `use_sbi_timer!` can be used to install a timer driver based on [the RISC-V Supervisor Binary Interface](https://github.com/riscv-non-isa/riscv-sbi-doc).
2728

28-
### Changed
29-
30-
- Rename `use_timer!``use_mtime!`, `TimerOptions``MtimeOptions`
31-
3229
### Fixed
3330

3431
- The default stack alignment (`PortThreading::STACK_ALIGN`) now conforms to the standard ABI requirement (128-bit alignment).

0 commit comments

Comments
 (0)