Rahix / avr-device

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

Add basic support for ATmega168 #34

Closed kallemooo closed 4 years ago

kallemooo commented 4 years ago

Pull in the ATDF file from Microchip and add all the necessary plumbing around the code-base to make it compile.

Signed-off-by: Karl Thorén karl.h.thoren@gmail.com

Rahix commented 4 years ago

Thank you for the PR! Can you please add timer patches as well, similar to patch/timer/atmega328p.yaml?

kallemooo commented 4 years ago

Thank you for the PR! Can you please add timer patches as well, similar to patch/timer/atmega328p.yaml?

Added and pushed.

Rahix commented 4 years ago

Thanks a lot!