platformio / platformio-core

Your Gateway to Embedded Software Development Excellence :alien:
https://platformio.org
Apache License 2.0
7.86k stars 790 forks source link

Teknic Clearcore support #4609

Open jnowak1054 opened 1 year ago

jnowak1054 commented 1 year ago

First thing's first. Thanks for this wonderful project.

Would like you to add support for Teknic ClearCore (based off of a SAME53N19A) link: https://teknic.com/products/io-motion-controller/ They have multiple repositories here https://github.com/Teknic-Inc

It seems to me an excellent low-cost option for industrial applications based on the Arduino ecosystem, industrial grade I/O with robust motion control capabilities.

I have one that I can make available for any necessary test.

Thank you very much in advance.

NWClimber commented 1 year ago

Big upvote for ClearCore. That's why I'm here.

ivankravets commented 1 year ago

Please press 👍 button in the original comment above.

patrickwasp commented 1 year ago

https://github.com/platformio/platform-atmelsam/issues/175

patrickwasp commented 1 year ago

With the help of @maxgerhardt I added support for the ClearCore.

While the pull request is being considered you can use your ClearCore in PlatformIO by using the following config:

[env:clearcore]
platform = https://github.com/patrickwasp/platform-atmelsam
board = clearcore
framework = arduino
jnowak1054 commented 1 year ago

Awesome! Thank you!