Skip to content

Commit fa5aef2

Browse files
committed
Update CHANGELOG
1 parent 01ad24e commit fa5aef2

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88
### Added
9-
- Added support for AVR64DU32 and AVR64DU28 ([#152]).
10-
- Added support for ATmega16 ([#153]).
9+
- Added support for `AVR64DU32` and `AVR64DU28` ([#152]).
10+
- Added support for `ATmega16` ([#153]).
11+
12+
### Changed
13+
- Upgraded to `atdf2svd` version 0.4.0 ([#154]).
14+
- The split peripherals of `ATmega4808`, `ATtiny402`, `ATtiny404` are now represented ([#154] and [atdf2svd#48]).
1115

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

1519
[#151]: https://github.com/Rahix/avr-device/pull/151
1620
[#152]: https://github.com/Rahix/avr-device/pull/152
1721
[#153]: https://github.com/Rahix/avr-device/pull/153
22+
[#154]: https://github.com/Rahix/avr-device/pull/154
23+
[atdf2svd#48]: https://github.com/Rahix/atdf2svd/pull/48
1824

1925

2026
## [0.5.4] - 2024-01-28

0 commit comments

Comments
 (0)