Skip to content

Commit 59963f6

Browse files
authored
CHANGELOG.md: Release v0.3.0 (#196)
1 parent 5c63c99 commit 59963f6

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ It is updated on each new release based on contributions since the last release.
66
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
10+
## 0.3.0 - 2025-04-14
11+
12+
### Added
13+
14+
- sw: Add `wfi` to weak trap handler to avoid spinning
15+
- sw: Add basic test for uncached SPM
16+
17+
### Changed
18+
19+
- deps: Update AXI-RT to `0.0.0-alpha.10`
20+
- sw: Move decoupling flags to new config argument in DMA calls
21+
22+
### Fixed
23+
24+
- bootrom: Fix platform ROM fallthrough to boot
25+
- sw: Do not print null terminators
26+
- target/sim: Prevent zero-length serial link bursts on preload
27+
- target/xilinx: Avoid read-in issues when certain defines are not set
28+
- hw: Fix executability of uncached SPM region
29+
- bootrom: Reduce SD frequency when core frequency too low
30+
31+
932
## 0.2.0 - 2025-01-08
1033

1134
### Added
@@ -33,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3356
- sw: Avoid potentially incorrect `.bss` section delimiters
3457
- build: Ensure use of real path as root
3558
- hw: Fix CVA6 debug module addresses
36-
- sw: Fix various various `-Wpedantic` warnings
59+
- sw: Fix various `-Wpedantic` warnings
3760

3861

3962
## 0.1.0 - 2024-10-02

0 commit comments

Comments
 (0)