File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,29 @@ It is updated on each new release based on contributions since the last release.
6
6
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
7
7
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8
8
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
+
9
32
## 0.2.0 - 2025-01-08
10
33
11
34
### Added
@@ -33,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
56
- sw: Avoid potentially incorrect ` .bss ` section delimiters
34
57
- build: Ensure use of real path as root
35
58
- hw: Fix CVA6 debug module addresses
36
- - sw: Fix various various ` -Wpedantic ` warnings
59
+ - sw: Fix various ` -Wpedantic ` warnings
37
60
38
61
39
62
## 0.1.0 - 2024-10-02
You can’t perform that action at this time.
0 commit comments