Rahix / avr-device

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

Add support for atmega324pa #119

Closed marcantoinem closed 1 year ago

marcantoinem commented 1 year ago

Support is derived from atmega1284p.

Rahix commented 1 year ago

Hey, thanks for the PR! Please take a look at the CI failure, it seems some patches don't quite apply for this chip?

marcantoinem commented 1 year ago

Oops, by copying the patch for atmega1284p, I copied the spi's patch which the atmega32pa doesn't need.