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

Add support for ATX2 #323

Open Quadralific opened 7 months ago

Quadralific commented 7 months ago

ATX2 is not included in the supported boards list. It would be lovely if Platform IO supports it so I, and many more people, don't need to download the necessary software to program an ATX2.

Quadralific commented 7 months ago

bump?

MCUdude commented 5 months ago

You didn't provide any information about the board, whatsoever. I've never heard of an ATX2 board until now. But after a bit of research, it seems like it's based on an ATmega644 of some sort.

The ATmega644 is supported by PlatformIO, so all that's needed is a tailored platformio.ini file that matches the ATX2 hardware setup. No need for a dedicated board implementation. Use this as a base: https://github.com/MCUdude/MightyCore/blob/master/PlatformIO.md

Quadralific commented 5 months ago

Sorry for not providing any information because I thought ATX2 was a very common board. Thanks for the information!