1 files changed, 9 insertions(+), 1 deletions(-)
M CHANGELOG.md
M CHANGELOG.md => CHANGELOG.md +9 -1
@@ 7,16 7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Support for `ATmega4809` ([#63]).
+- Support for `ATtiny841` and `ATtiny861` ([#67]).
### Changed
-- **BREAKING**: Updated the enumerated values for the SPI clock prescaler field ([#64]).
+- **BREAKING**: Updated the enumerated values for the SPI clock
+ prescaler field ([#64]).
+- Switched to using the `svd interrupts` command for extracting
+ a list of interrupts instead of parsing generated rust source
+ files for this ([#69]).
### Fixed
- `ATmega64`: Fixed wrong field size for `UMSELn` fields in `USART` peripherals ([#64]).
- (via [`atdf2svd` v0.2.0]): Removed invalid enumerated values from all fields.
+- Fixed an error in the 16-bit timer documentation ([#67]).
[#63]: https://github.com/Rahix/avr-device/pull/63
[#64]: https://github.com/Rahix/avr-device/pull/64
+[#67]: https://github.com/Rahix/avr-device/pull/67
+[#69]: https://github.com/Rahix/avr-device/pull/69
[`atdf2svd` v0.2.0]: https://github.com/Rahix/atdf2svd/blob/master/CHANGELOG.md#020---2020-11-25