From fd9aa57812fa18458bb469d68ee79cc537539d4c Mon Sep 17 00:00:00 2001 From: Rahix Date: Wed, 9 Dec 2020 09:39:40 +0100 Subject: [PATCH] Update CHANGELOG Signed-off-by: Rahix --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 852c08e..c76581d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -- 2.49.0