Rahix / avr-device

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

Add support for atmega88p #120

Closed LtdSauce closed 1 year ago

LtdSauce commented 1 year ago

This commit adds the ATmega88P.atdf downloaded from https://github.com/avr-rust/avr-mcu/tree/master/packs and all neccessary changes/files that are needed for the atmega88p.

The atmega88p.yaml file was just copied from atmega48p.yaml (and atmega328p.yaml) as those are of the same micro controller family and mainly differ in flash/ram/eeprom size.