Rahix / avr-device

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

Add support for ATmega1284p #94

Closed mguillemot closed 2 years ago

mguillemot commented 2 years ago

Title says it all :)

I used the atmega328p as inspiration for the SVD patches since it's fairly similar to atmega1284p. I did apply a few more splits for registers in EXINT to make handling interrupts a bit smoother.