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 support for ATMEGA640 #149

Closed dmsherazi closed 5 years ago

dmsherazi commented 5 years ago

Add support for megacore an Arduino core for ATmega64, ATmega128, ATmega640, ATmega1280, ATmega1281, ATmega2560, ATmega2561, AT90CAN32, AT90CAN64 and AT90CAN128, all running Optiboot flash.

MCUdude commented 5 years ago

@ivankravets is this as simple as adding the correct board JSON files? I can submit a PR for this if you like.

ivankravets commented 5 years ago

Maybe, rename existing manifests?

MCUdude commented 5 years ago

But how about the users who use PlatformIO with Arduino Mega? wouldn't this cause issues if we suddenly rename and restructure the existing board manifests? Isn't it better if I just submit a PR for the new ones, and you can "clean up" the list afterward? Of course, megacore128.json will be renamed by me.

ivankravets commented 5 years ago

You are right, let have new manifests.

MCUdude commented 5 years ago

@ivankravets this issue can be closed now 👍

ivankravets commented 5 years ago

Thanks!