mattairtech / ArduinoCore-samd

This is a fork from arduino/ArduinoCore-samd on GitHub. This will be used to maintain Arduino support for SAM D|L|C (M0+ and M4F) boards including the MattairTech Xeno Mini and the MT-D21E (see https://www.mattairtech.com/). It adds support for new devices like the D51, L21, C21, and D11. It also adds new clock sources, like a high speed crystal or internal oscillator.
103 stars 43 forks source link

Arduino core in PlatformIO IDE? #6

Closed karu2003 closed 6 years ago

karu2003 commented 7 years ago

Good afternoon,

When there is support in PlatformIO? PlatformIO IDE is better than Arduino IDE. Maybe you have a tutorial on how to migrate to PlatformIO.

Thank you. Andrew.

mattairtech commented 7 years ago

My plan for the past few months was to get this done by the end of August (50% chance of being done by August 10). I'm still not sure how much time it will take, otherwise I would have a better answer. I will likely be able to do it sooner if it does not take too long, otherwise it will have to wait until August when I am finished with a current hardware project. But, I have to do more research to figure that out. It looks like Making a custom framework for the custom core looks fairly straightforward. I'm not yet sure if I will also need to create a custom platform as well. Over the next several days as I have spare time, I will learn more and post here with a better time estimate.