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
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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:20bc1a7828e4 | 2016-05-19 | loopsva | Updated underlying libraries |
1:25f3b8ab1905 | 2014-09-30 | loopsva | Changed K64f_EthLink folder to library |
0:66507f292910 | 2014-09-30 | loopsva | Crude driver to get the K64F's Ethernet link status via MDIO. |