mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Issue: Compile fails with EthernetIF (Closed: Fixed)

When compiling in a project for the FRDM-K64F with EthernetIF and RTOS libraries, the following error is thrown:

Error: Identifier "kClockModuleENET" is undefined in "EthernetInterface/lwip-eth/arch/TARGET_K64F/fsl_enet_driver.c", Line: 405, Col: 28

It does not do this when the mbed-src library is replaced with the standard mbed library

1 comment:

09 Oct 2014

Hello,

it's caused because mbed-src tracks github mbed master. There was an KSDK update, which caused lot of renaming (they changed the API from the previous beta version). Will be fixed once new mbed lib gets published, so ethernet will be updated.