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

Add and rename MCUdude AVR targets #151

Closed MCUdude closed 5 years ago

ivankravets commented 5 years ago
MCUdude commented 5 years ago

Could we rename board manifest too, ATMEGA48PB.json -> ATmega48PB.json?

sorry, git didn't catch the name change since it was only a change in capital/non capital letters. Should be fixed now.

What are the files at90can128 and similar to them?

The AT90CAN32/64/128 are very similar to ATmega64, ATmega128, and ATmega1281, but has hardware CAN support. They are pin compatible with ATmega64/128/1281, but they need a dedicated boards manifest file.

ivankravets commented 5 years ago

Thanks! 😊

MCUdude commented 5 years ago

Awesome! I'll update the documentation for MegaCore, MiniCore and MightyCore