{"id":40184790,"url":"https://github.com/teknic-inc/clearcore-library","last_synced_at":"2026-01-19T19:01:10.057Z","repository":{"id":51332719,"uuid":"260303202","full_name":"Teknic-Inc/ClearCore-library","owner":"Teknic-Inc","description":"Repository for the ClearCore Motion and I/O Library, Atmel Studio example projects, and a user-friendly Project Template","archived":false,"fork":false,"pushed_at":"2026-01-16T21:25:57.000Z","size":95109,"stargazers_count":35,"open_issues_count":1,"forks_count":23,"subscribers_count":12,"default_branch":"master","last_synced_at":"2026-01-17T10:16:33.752Z","etag":null,"topics":["clearcore","clearpath","clearpath-servo","controller","machine-controller","step-and-direction","teknic"],"latest_commit_sha":null,"homepage":"https://www.teknic.com/products/io-motion-controller/","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Teknic-Inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-04-30T19:44:05.000Z","updated_at":"2026-01-16T21:26:04.000Z","dependencies_parsed_at":"2024-12-11T18:20:53.167Z","dependency_job_id":"daf9270c-b886-435b-a133-8d19f9aae095","html_url":"https://github.com/Teknic-Inc/ClearCore-library","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Teknic-Inc/ClearCore-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teknic-Inc%2FClearCore-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teknic-Inc%2FClearCore-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teknic-Inc%2FClearCore-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teknic-Inc%2FClearCore-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Teknic-Inc","download_url":"https://codeload.github.com/Teknic-Inc/ClearCore-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Teknic-Inc%2FClearCore-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28580672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T18:52:07.356Z","status":"ssl_error","status_checked_at":"2026-01-19T18:49:52.190Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clearcore","clearpath","clearpath-servo","controller","machine-controller","step-and-direction","teknic"],"created_at":"2026-01-19T19:01:08.688Z","updated_at":"2026-01-19T19:01:10.041Z","avatar_url":"https://github.com/Teknic-Inc.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClearCore-library \n\nThis repository contains the ClearCore Motion and I/O Library, providing a foundation to build ClearCore applications. Also included are Microchip Studio example programs that demonstrate various features of the ClearCore, and an Microchip Studio template project that can be used to start building your own application.\n\n#### Microchip Studio requirements\n\nThe included Microchip Studio projects require Microchip Studio version 7.0.1645 or later (latest version is recommended).\n\nFrom the Microchip Studio Tools menu, open the Device Pack Manager. Ensure the following packs are installed:\n* SAME53_DFP version 1.1.118\n* CMSIS version 4.5.0\n\n#### Installers and Resources\n\nhttps://www.teknic.com/downloads/\n\n### libClearCore\n\nlibClearCore provides a C++ object oriented API to interface with the ClearCore hardware. Each connector of the ClearCore has an associated object to use in your application. A Doxygen reference manual for the libClearCore API is available at https://teknic-inc.github.io/ClearCore-library/.\n\nThere is an Microchip Studio project file (*.cppproj) included to load and compile this library in Microchip Studio.\n\n### LwIP\n\nThe ClearCore Ethernet implementation is based off of the LwIP stack. Ethernet applications should be developed using the ethernet API provided by libClearCore. The LwIP source code is included for completeness.\n\nThere is an Microchip Studio project file (*.cppproj) included to load and compile this library in Microchip Studio.\n\n### Microchip_Examples\n\nThis folder contains example applications for a variety of ClearCore features. To run a provided example, first choose which subdirectory describes the feature that you want to run. Within each subdirectory is an Microchip solution file (*.atsln) that contains various examples related to that feature, as well as the required interface libraries. After the solution is loaded in Microchip Studio, browse for the project with the example that you wish to run within the solution explorer panel. Right click on the project and select \"Set as Startup Project\". \n\nThe example programs are configured with a custom firmware loading script that will search for a connected ClearCore USB port and load the example programs on the ClearCore hardware. Simply click \"Start Without Debugging (Ctrl+Alt+F5)\" and the example program will compile, load the firmware, and start executing.\n\n### Project Template\nThe Project Template directory is included as a starting point for writing your own application. Simply open the Microchip Studio solution file (*.atsln), and put your application code in main.cpp.\n\n### Tools\n\nWe have included Windows tools for loading the firmware onto the ClearCore using the USB connector. \n\n**bossac** A command line flashing application\n\n**flash_clearcore.cmd** A script that searches for a connected ClearCore USB port and uses bossac to load the firmware\n\n**uf2-builder** Converts the compiled firmware binary file into a UF2 file that allows drag and drop flashing onto the bootloader's mass storage drive.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteknic-inc%2Fclearcore-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteknic-inc%2Fclearcore-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteknic-inc%2Fclearcore-library/lists"}