Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed May 4, 2024
1 parent 01ad24e commit fa5aef2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Added support for AVR64DU32 and AVR64DU28 ([#152]).
- Added support for ATmega16 ([#153]).
- Added support for `AVR64DU32` and `AVR64DU28` ([#152]).
- Added support for `ATmega16` ([#153]).

### Changed
- Upgraded to `atdf2svd` version 0.4.0 ([#154]).
- The split peripherals of `ATmega4808`, `ATtiny402`, `ATtiny404` are now represented ([#154] and [atdf2svd#48]).

### Fixed
- Patched the ADC registers of ATtiny84A ([#151]).

[#151]: https://github.com/Rahix/avr-device/pull/151
[#152]: https://github.com/Rahix/avr-device/pull/152
[#153]: https://github.com/Rahix/avr-device/pull/153
[#154]: https://github.com/Rahix/avr-device/pull/154
[atdf2svd#48]: https://github.com/Rahix/atdf2svd/pull/48


## [0.5.4] - 2024-01-28
Expand Down

0 comments on commit fa5aef2

Please sign in to comment.