Skip to content

Latest commit

 

History

History
98 lines (66 loc) · 5.17 KB

File metadata and controls

98 lines (66 loc) · 5.17 KB

Microchip logo

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release Notes

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release v3.1.5

Bugfixes

  • Updated initial value for LAN865x Rev.B1.

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release v3.1.4

New Features

  • Added interfaces for error and event string retrieval.

Bugfixes

  • Added protection around TC6 register initialization to prevent reentrancy.
  • Added protection in TC6_Reset() to ensure initialization is complete before resetting.

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release v3.1.3

Bugfixes

  • Renamed "protected" parameter into "secure", so C++ compilers do not throw keyword error.

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release v3.1.2

New Features

  • SAM V71 example provides interactive menu and benchmark result like the E54 noIP variant

Bugfixes

  • Updating all example projects to latest Harmony 3 components
  • Lowering all release mode settings to -O1 to avoid comercial compiler license warning
  • Providing TC6 version number in tc6.h
  • Printing PLCA-Node-ID at firmware start
  • Board instance can be chosen from Project Build dropdown list
  • Bugfixes for synchronous TC6 variant used in PIC18 firmware

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release v3.1.1

New Features

  • Add MAC-PHY chip revision checking
  • Replaced PIC18 example by synchronous API OA-TC6 example (easier to use and maintain)

Bugfixes

  • Initialize MAC-PHY according to AN1760 LAN8650/1 Configuration Application Note
  • Enable collision detection on CSMA/CD mode

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release v3.1.0

Bugfixes

  • Changed initialization phase according to Configuration Application Note (AN1760)
  • Checking Chip Revision at startup

Dependencies (applies only to Demo applications)

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release v3.0.1

Bugfixes

  • Fixes issue with mass production LAN8650/1

OPEN Alliance TC6 Protocol Driver for LAN8650/1 Release v3.0.0

This is the first release distributed on GitHub. Previous releases were distributed via the Microchip support channel.

New Features

Generic TC6 Protocol Driver for LAN8650/1

  • New device support - This release introduces support for

    Device Description
    LAN865x 10BASE-T1S Ethernet MAC-PHY
  • Demo application support - The following table provides a list of of new applications

Name Status
lwIP TCP/IP example running on dsPIC33CK Curiosity Development Board app-production
lwIP TCP/IP example running on SAM D21 Curiosity Nano Evaluation Kit app-production
lwIP TCP/IP example running on SAM E54 Curiosity Ultra Development Board app-production
lwIP TCP/IP example running on SAM E54 Xplained Pro evaluation kit app-production
lwIP TCP/IP example running on SAM V71 Xplained Ultra evaluation kit app-production
RAW Ethernet example running on PIC18F57Q43 Curiosity Nano Evaluation Kit app-production
RAW Ethernet example running on SAM E54 Curiosity Ultra Development Board app-production
RAW Ethernet example running on SAM E70 Xplained Ultra Evaluation Kit app-production

Dependencies (applies only to Demo applications)