Skip to content

Commit

Permalink
misc: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed Oct 19, 2023
1 parent 5a1f7c5 commit 21376c7
Showing 1 changed file with 36 additions and 3 deletions.
39 changes: 36 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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

0 comments on commit 21376c7

Please sign in to comment.