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 all 100 pins on ATmega 2650 #50

Closed gratefulfrog closed 4 years ago

gratefulfrog commented 7 years ago

The Arduino implementation only provides access to some of the pins. These are currently available on platformIO as well.

However, I need to be able to address all 100 pins, as provided by the MegaCore package.

I would be great if this could be integrated into PlatformIO.

Thanks, Bob

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/45413420-add-support-for-all-100-pins-on-atmega-2650?utm_campaign=plugin&utm_content=tracker%2F38207915&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F38207915&utm_medium=issues&utm_source=github).
per1234 commented 6 years ago

Update: In the time since, MegaCore's ATmega2560/1280/640 support has reached production status and the avr-100-pin branch gratefulfrog linked to has been merged into the MegaCore master branch. MegaCore provides support for:

MegaCore has a specialized MegaCore:100-pin-avr variant to support all the IO pins of the ATmega2560/1280/640 in addition to the standard arduino:mega variant.

valeros commented 4 years ago

Looks like support for this targets was released in https://github.com/platformio/platform-atmelavr/releases/tag/v1.15.0