platformio / platform-atmelmegaavr

Atmel megaAVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelmegaavr
Apache License 2.0
29 stars 22 forks source link

Add manifest files for all tinyAVR-0 and tinyAVR-1 chips #12

Closed MCUdude closed 4 years ago

MCUdude commented 4 years ago

Supported by @SpenceKonde's megaTinyCore. FYI I can see if I can figure ut all the fuse settings for these targets, so we can get the fuse calculation script working for these as well.

https://github.com/platformio/platform-atmelavr/issues/83 related.

MCUdude commented 4 years ago

Turns out that the fuses for tinyAVR-0 and tinyAVR-1 are identical to the megaAVR-0 fuses except for the RESET/GPIO/UPDI pin configuration in SYSCFG0. But that's a very simple fix. I'll give the fuses script a try a little later this evening!

valeros commented 4 years ago

Many thanks!