platformio / platform-atmelavr

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

Request for generic ATtiny816 #222

Open Jan-NiklasB opened 3 years ago

Jan-NiklasB commented 3 years ago

Could you please implement a generic ATtiny816 board?

Datasheet: https://ww1.microchip.com/downloads/en/DeviceDoc/ATtiny416-816-DataSheet-DS40001913C.pdf

Product description: https://www.microchip.com/wwwproducts/en/ATTINY816

Thanks a lot

MCUdude commented 3 years ago

Since the ATtiny816 is a tinyAVR1, this isn't really the correct repo for this issue. This is the correct repo: https://github.com/platformio/platform-atmelmegaavr

With that being said, there is already support for the entire tinyAVR0 an tinyAVR1 series, but there hasn't been done a new release of the platform-atmelmegaavr package yet.