Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG.md: Release v0.2.0 #177

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,39 @@ It is updated on each new release based on contributions since the last release.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.0 - 2025-01-08

### Added

- sw: Add tests for DMA 2D transfers, AXI-REALM isolation, and CLIC
- sw: Add target-aware linking for BMPs
- hw: Add wrapper for new iDMA version (removed upstream)
- bootrom: Add `ebreak` on return for easier external debugging
- sw: Add SD and NOR flash write support
- util: Add disk flashing utility
- target/xilinx: Add QSPI and NOR flash boot support on Genesys2
- target/sim: Add VCS simulation setup

### Changed

- deps: Update iDMA to `v0.6.3`
- deps: Update AXI-RT to `0.0.0-alpha.9`
- sw: Various improvements to DMA and AXI-RT tests
- util: Increase OpenOCD adapter speed to 8 kHz
- sw: Clean up VCU128 NOR flash device tree entry

### Fixed

- hw: Fix uncached SPM accessibility
- sw: Avoid potentially incorrect `.bss` section delimiters
- build: Ensure use of real path as root
- hw: Fix CVA6 debug module addresses
- sw: Fix various various `-Wpedantic` warnings


## 0.1.0 - 2024-10-02

### Added

- Initial versioned release of the project.
- Add version-level changelog.
- Initial versioned release of the project
- Add version-level changelog
Loading