platformio-core icon indicating copy to clipboard operation
platformio-core copied to clipboard

Teknic Clearcore support

Open jnowak1054 opened this issue 2 years ago • 5 comments

  • [ ] Development Platform or Board.

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.

jnowak1054 avatar Apr 27 '23 14:04 jnowak1054

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

NWClimber avatar May 06 '23 20:05 NWClimber

Please press 👍 button in the original comment above.

ivankravets avatar May 07 '23 07:05 ivankravets

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

patrickwasp avatar Jul 06 '23 21:07 patrickwasp

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

patrickwasp avatar Aug 29 '23 17:08 patrickwasp

Awesome! Thank you!

jnowak1054 avatar Aug 29 '23 21:08 jnowak1054