Rahix / avr-device

Register access crate for AVR microcontrollers
Apache License 2.0
170 stars 66 forks source link

Add initial support for attiny1614. #90

Closed justinlatimer closed 2 years ago

justinlatimer commented 2 years ago

Add initial support for the attiny1614 from the tinyAVR 1-series.

justinlatimer commented 2 years ago

Yup! I built a binary that worked using the USART, interrupts, changing clock speeds and the RTC without needing any patches so far. Thanks a lot!