Rahix / avr-device

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

attiny84a: add chip #143

Closed MichaelDarr closed 7 months ago

MichaelDarr commented 7 months ago

These changes implement basic ATtiny84a support.

Rahix commented 7 months ago

Sounds good, ping me once you want me to review and merge :)

MichaelDarr commented 7 months ago

@Rahix - looks like everything works! I think this is ready for review.

MichaelDarr commented 7 months ago

@Rahix - I've included the eeprom patch for the ATtiny84a in this PR. After making corresponding updates to my local copies of attiny-hal and avr-hal-generic, and the avr-hal eeprom r/w abstractions worked right away! ~I plan on opening a corresponding PR over there, but those contribution guidelines are a bit less concrete. Is there anything I should be aware of before opening the PR?~

Update: I opened a PR