Provides a real-time Ethernet link status for the K64F, since the K64F lacks such a function.

Dependencies:   EthernetInterface k64f_EthLink mbed-rtos mbed

Fork of K64F_EthLink_HelloWorld by Kevin Braun

Demo program for k64f_EthLink library.

IMPORTANT NOTE: The latest mbed builds (mbed 120, mbed-rtos 115, EthernetInterface 54) broke a few things in the K64F, including the k64f_EthLink - generates MDIO Timeout errors.

I recommend staying with the following mbed library versions until issues with the K64F are resolved.

mbed = 119 mbed-rtos = 111 EthernetInterface = 52

History

Updated underlying libraries default tip

2016-05-19, by loopsva [Thu, 19 May 2016 17:37:10 +0000] rev 2

Updated underlying libraries


Changed K64f_EthLink folder to library

2014-09-30, by loopsva [Tue, 30 Sep 2014 21:51:10 +0000] rev 1

Changed K64f_EthLink folder to library


Crude driver to get the K64F's Ethernet link status via MDIO.

2014-09-30, by loopsva [Tue, 30 Sep 2014 21:41:06 +0000] rev 0

Crude driver to get the K64F's Ethernet link status via MDIO.