Rahix / avr-device

Register access crate for AVR microcontrollers
Apache License 2.0
168 stars 67 forks source link

attiny44a: add chip #141

Closed MichaelDarr closed 8 months ago

MichaelDarr commented 8 months ago

These changes implement basic ATtiny44a support.

I tested this by implementing a basic LCD driver. So far, everything works as-is. I'll be working extensively with this chip and will contribute patches as needed.

Rahix commented 8 months ago

Seems you need to rebase your work on latest main so I can merge it.

MichaelDarr commented 8 months ago

@Rahix - done!