platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
138 stars 105 forks source link

Added board manifest for Atmel at90pwm316 #79

Closed ThingEngineer closed 6 years ago

ivankravets commented 6 years ago

Did you test it?

ThingEngineer commented 6 years ago

@ivankravets My apologies, I knew I forgot something in the comment before I left. Yes, this is tested and working. I am currently using it in this project making use of the project/boards local copy of the board manifest. The code compiles and programs the device using a USBasp clone with no errors or warnings.

ThingEngineer commented 6 years ago

On a related topic, I will get to adding the other AT90PWM{X...} chips as soon as I can.

ivankravets commented 6 years ago

Thanks!