Skip to content

Commit 1cc95f6

Browse files
authored
Merge pull request #6266 from kjbracey-arm/emac_stm_corr
Corrected STM+K64F eth driver flagging, memory allocation and thread init
2 parents 8b0e2e0 + a7e9d95 commit 1cc95f6

File tree

31 files changed

+44
-36
lines changed

31 files changed

+44
-36
lines changed

features/netsocket/emac-drivers/TARGET_Freescale/k64f_emac.cpp renamed to features/netsocket/emac-drivers/TARGET_Freescale_EMAC/k64f_emac.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242
#include "netsocket/nsapi_types.h"
4343
#include "mbed_shared_queues.h"
4444

45-
#if DEVICE_EMAC
46-
4745
#include "fsl_phy.h"
4846

4947
#include "k64f_emac_config.h"
@@ -614,7 +612,5 @@ MBED_WEAK EMAC &EMAC::get_default_instance() {
614612
* @}
615613
*/
616614

617-
#endif // DEVICE_EMAC
618-
619615
/* --------------------------------- End Of File ------------------------------ */
620616

0 commit comments

Comments
 (0)