{"id":19701904,"url":"https://github.com/microchiptech/oa-tc6-lib","last_synced_at":"2025-08-01T10:40:12.880Z","repository":{"id":171571081,"uuid":"596031833","full_name":"MicrochipTech/oa-tc6-lib","owner":"MicrochipTech","description":"Microchip OPEN Alliance TC6 Protocol Driver for LAN8650/1 source code and example applications.","archived":false,"fork":false,"pushed_at":"2024-07-22T08:14:00.000Z","size":8400,"stargazers_count":20,"open_issues_count":1,"forks_count":7,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-07-22T09:53:40.043Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicrochipTech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-02-01T10:18:45.000Z","updated_at":"2024-07-22T08:14:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"18fe0bcc-8dbf-4844-8642-832c4eb31590","html_url":"https://github.com/MicrochipTech/oa-tc6-lib","commit_stats":null,"previous_names":["microchiptech/oa-tc6-lib"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrochipTech%2Foa-tc6-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrochipTech%2Foa-tc6-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrochipTech%2Foa-tc6-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrochipTech%2Foa-tc6-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicrochipTech","download_url":"https://codeload.github.com/MicrochipTech/oa-tc6-lib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224175657,"owners_count":17268390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-11T21:11:27.995Z","updated_at":"2024-11-11T21:11:28.490Z","avatar_url":"https://github.com/MicrochipTech.png","language":"C","readme":"![Microchip logo](https://raw.githubusercontent.com/wiki/Microchip-MPLAB-Harmony/Microchip-MPLAB-Harmony.github.io/images/microchip_logo.png)\n\n# OPEN Alliance TC6 Protocol Driver for LAN8650/1\n\nThis repository contains the Microchip OPEN Alliance TC6 Protocol Driver for LAN8650/1 source code and example applications. \n\nThe driver is fully OPEN Alliance TC6 V1.1 compliant.\nQuickly incorporate connectivity to your designs with 10BASE-T1S\nICs, modules, software and development kits that make connecting effortless\nfor your customers. Our comprehensive 10BASE-T1S portfolio has the technology\nto meet your range, data rate, interoperability, frequency and topology needs.\nPlease contact the Microchip support in case of issues and questions.\n\n- [10BASE-T1S Support](https://www.microchip.com/support)\n- [OPEN Alliance TC6 - 10BASE-T1x MAC-PHY Serial Interface specification](https://www.opensig.org/Automotive-Ethernet-Specifications)\n- [10Base-T1x MAC-PHY Serial Interface Protocol Analyzer for Saleae Logic](https://github.com/MicrochipTech/oa-tc6-saleae-extension)\n\n# Contents Summary\n\n| Folder    | Description                                   |\n| ---       | ---                                           |\n| examples  | Example applications for 10BASE-T1S devices   |\n| libtc6    | Source code of the OPEN Alliance TC6 Protocol Driver for LAN8650/1  |\n\n## Code Examples\n\nThe following applications are provided to demonstrate the typical or interesting usage models of the MAC-PHY driver.\n\n| Name                                                                      | Status                                                                                            |\n| ---                                                                       | ---                                                                                               |\n|[lwIP TCP/IP example running on dsPIC33CK Curiosity Development Board](examples/lwIP-dsPIC33CK_Curiosity/readme.md)  | ![app-production](https://img.shields.io/badge/application-production-brightgreen?style=plastic)  |\n|[lwIP TCP/IP example running on SAM D21 Curiosity Nano Evaluation Kit](examples/lwIP-SAM-D21-Curiosity-Nano/readme.md)  | ![app-production](https://img.shields.io/badge/application-production-brightgreen?style=plastic)  |\n|[lwIP TCP/IP example running on SAM E54 Curiosity Ultra Development Board](examples/lwIP-SAM-E54-Curiosity/readme.md)  | ![app-production](https://img.shields.io/badge/application-production-brightgreen?style=plastic)  |\n|[lwIP TCP/IP example running on SAM E54 Xplained Pro evaluation kit](examples/lwIP-SAM-E54-xplained-pro/readme.md)  | ![app-production](https://img.shields.io/badge/application-production-brightgreen?style=plastic)  |\n|[lwIP TCP/IP example running on SAM V71 Xplained Ultra evaluation kit](examples/lwIP-SAM-V71-xplained-pro/readme.md)  | ![app-production](https://img.shields.io/badge/application-production-brightgreen?style=plastic)  |\n|[RAW Ethernet example running on PIC18F57Q43 Curiosity Nano Evaluation Kit](examples/noIP-PIC18-Curiosity-Nano/readme.md)  | ![app-production](https://img.shields.io/badge/application-production-brightgreen?style=plastic)  |\n|[RAW Ethernet example running on SAM E54 Curiosity Ultra Development Board](examples/noIP-SAM-E54-Curiosity/readme.md)  | ![app-production](https://img.shields.io/badge/application-production-brightgreen?style=plastic)  |\n|[RAW Ethernet example running on SAM E70 Xplained Ultra Evaluation Kit](examples/noIP-SAM-E70-Xplained/readme.md)  | ![app-production](https://img.shields.io/badge/application-production-brightgreen?style=plastic)  |\n\n\nThose applications have no deep integration of the TC6 protocol driver into MPLAB® Harmony 3. If this is desired, please refer to the official LAN865x MPLAB Harmony v3 driver and example applications in the corresponding repository:\n- [MPLAB® Harmony 3 - 10BASE-T1S-Examples](https://github.com/Microchip-MPLAB-Harmony/net_10base_t1s)\n\nNote: Please refer to AN4964 provided on the Microchip LAN865x product websites:\n- [LAN8650](https://www.microchip.com/en-us/product/lan8650)\n- [LAN8651](https://www.microchip.com/en-us/product/lan8651)\n\n____\n\n\n[![Follow us on Youtube](https://img.shields.io/badge/Youtube-Follow%20us%20on%20Youtube-red.svg)](https://www.youtube.com/user/MicrochipTechnology)\n[![Follow us on LinkedIn](https://img.shields.io/badge/LinkedIn-Follow%20us%20on%20LinkedIn-blue.svg)](https://www.linkedin.com/company/microchip-technology)\n[![Follow us on Facebook](https://img.shields.io/badge/Facebook-Follow%20us%20on%20Facebook-blue.svg)](https://www.facebook.com/microchiptechnology/)\n[![Follow us on Twitter](https://img.shields.io/twitter/follow/MicrochipTech.svg?style=social)](https://twitter.com/MicrochipTech)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrochiptech%2Foa-tc6-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrochiptech%2Foa-tc6-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrochiptech%2Foa-tc6-lib/lists"}