From 21376c7e6323ecca64c6e49ff491eb81da8eafd9 Mon Sep 17 00:00:00 2001 From: Aki Van Ness Date: Thu, 19 Oct 2023 12:47:12 -0700 Subject: [PATCH] misc: Update changelog --- CHANGELOG.md | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 206d6cb66..da8057255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,14 +17,46 @@ Unreleased template stuff ### Security --> - ## [Unreleased] + +## [0.3.0] + ### Added + + - Added `handler_condition` to USB Requests + - Added automatic construction of `StallOnlyRequestHandler` + - Added pcapng support for capture applet + - Added a `CONTRIBUTING.md` file + - Added support for dynamic capture speed selection in analyzer + - Added ability to request supported speeds from analyzer + - Added ability to discard invalid/unknown data in the analyzer and restart the capture + - Added an `rx_invalid` signal for `RequestHandlerInterface` to indicate invalid reception + + ### Changed + + - Updated from rich `12.6.0` to `13.0.0` + - Improved Analyzer speed + - Updated `SimpleSoC` to bring it up to date with `torii.soc` and `lambdasoc` + - Updated torii minimum version to >=0.5.0 + - Moved the speed test device gateware into the applet gateware library + ### Deprecated + ### Removed + ### Fixed -### Security + + - Various code formatting cleanups. + - Fixed Analyzer capture engine overflow problem + - Fixed UTMI/ULPI typo + - Fixed Analyzer overflow handling + - Fixed overflow handling on the primary analyzer FIFO + - Fixed an issue with the return type of USBPacketID.byte() + - Fixed signed/unsigned conversion error in USB2 descriptor handling + - Implemented missing `.shape()` method for `ECP5DebugSPIBridge` + - Fixed using `Pin` objects as if they were raw `Signals` + - Fixed missing `**kwargs` in the `toolchain_prepare` method of `LUNAApolloPlatform` ## [0.2.0] @@ -58,6 +90,7 @@ Unreleased template stuff No changelog is provided for this version as it is a hold-over / demarcation of the divergence from [LUNA](https://github.com/greatscottgadgets/luna/). -[Unreleased]: https://github.com/shrine-maiden-heavy-industries/sol/compare/v0.2.0...main +[Unreleased]: https://github.com/shrine-maiden-heavy-industries/sol/compare/v0.3.0...main +[0.3.0]: https://github.com/shrine-maiden-heavy-industries/sol/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/shrine-maiden-heavy-industries/sol/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/shrine-maiden-heavy-industries/sol/compare/hw-r0.4...v0.1.0