We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e6fe5 commit 75993b0Copy full SHA for 75993b0
CHANGELOG.md
@@ -27,9 +27,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
- Switched to the rust version of svdtools ([#174]).
28
- Better register definitions for peripherals of the ATmega128RFA1 ([#173]).
29
30
+### Added
31
+- Support for `ATtiny1606` ([#183]). The `VPORTA.DIR` register is currently
32
+ unavailable due to a compiler limitation. See pull request for details.
33
+
34
[#157]: https://github.com/Rahix/avr-device/pull/157
35
[#173]: https://github.com/Rahix/avr-device/pull/173
36
[#174]: https://github.com/Rahix/avr-device/pull/174
37
+[#183]: https://github.com/Rahix/avr-device/pull/183
38
39
40
## [0.7.0] - 2025-01-05
0 commit comments