platformio / platform-atmelsam

Atmel SAM: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelsam
Apache License 2.0
78 stars 105 forks source link

Support for ATSAMD11 boards #148

Open Theremingenieur opened 3 years ago

Theremingenieur commented 3 years ago

What kind of issue is this?

I'd like to see support for ATSAMD11 boards added to platformIO. Although not very popular, these little beasts come in a hand solder friendly SOIC-14 format and have native USB. There is already a fork of the Arduino-samd core by mattairtech which adds everything [https://github.com/mattairtech/ArduinoCore-samd] but I have no clue how to "import" these additions into platformIO.

Thank you in advance for your kind consideration !

Theremingenieur commented 3 years ago

I discover only now that a similar request has already been made by @ivankravets in #28. The Mattairtech fork of the Arduino samd cores adds not only support for the Mattairtech dev boards, but also for the generic SAMD11C14 which would cover my request at the same time.

Theremingenieur commented 3 years ago

Since the MattairTech cores seem to be orphaned since 2018, it might be better to integrate @wagiminator's more recent SAMD cores...

harry-finch commented 1 year ago

@Theremingenieur May I ask how you've been using the Mattairtech or even @wagiminator's core in platformio? I have installed the core with platformio CLI but the D11C or D11D "boards" are not available in the menu when creating a new project...

There's the core from Quenting Bolsee, which is a fork from Mattairtech, which works well in the Arduino IDE but which I haven't been able to use in Platformio. https://github.com/qbolsee/ArduinoCore-fab-sam