avr-hal icon indicating copy to clipboard operation
avr-hal copied to clipboard

Request Support for ATmega324 boards

Open TrifanBogdan24 opened this issue 9 months ago • 1 comments

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?

TrifanBogdan24 avatar Mar 04 '25 12:03 TrifanBogdan24

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.

AlternativleyCoolSlimbo avatar May 23 '25 02:05 AlternativleyCoolSlimbo