Skip to content

Commit 2c64e07

Browse files
committed
Release v0.5.0
1 parent 6b4eb9a commit 2c64e07

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 0.5.0 - 2023-10-14
8+
9+
### Changed
10+
- Add a struct variant to CVA6's `dma_core_wrap` [#25](https://github.com/pulp-platform/iDMA/pull/25).
11+
- Expose all important back-end parameters in `dma_core_wrap` [#27](https://github.com/pulp-platform/iDMA/pull/27).
12+
13+
### Added
14+
- Add a 2D version of the 64-bit register-based front-end intended to be used with CVA6 and enable
15+
it in the `dma_core_wrap` [#27](https://github.com/pulp-platform/iDMA/pull/27).
16+
17+
718
## 0.4.2 - 2023-02-09
819

920
### Fixed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.5.0

0 commit comments

Comments
 (0)