avr-hal
avr-hal copied to clipboard
Request Support for ATmega324 boards
Writing Rust code for ATmega324A, ATmega324P, ATmega324PA, ATmega324PB would be a nice feature.
I currently use an ATmega324P microcontroler, for which I intend to write some logic in Rust, but I'm missing the hardware abstraction layer JSON file (from the avr-specs/ folder)
Here is the datasheet.
Can someone create the corresponding HAL files?
I can likely get around doing one of the chips.
However, I'll need to check if avr-device has 324p support in particular, because the table visible is only suggesting 324pa.
I'll have to get back to this later; but should be able to aid in doing so.