From 2194daff18df8c785bbc3dc3dee093730387fc52 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 31 Dec 2014 11:40:08 -0600 Subject: [PATCH] Update Changelog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index f27c431848..6689241bc5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9357,3 +9357,7 @@ tm4c_ethernet.h: Add logic to descriminate betwen LM3S class Ethernet register definitions and TM4C129X class Ethernet register definitions. Add TM4C129X Ethernet register definitions (2014-12-30). + * arch/arm/src/tiva/tm4c_ethernet.c, lm3s_ethernet.c, Kconfig, and + Make.defs: First cut at TM4C129X Ethernet driver. Initial commit is + basically just the STM32 Ethernet driver with modifications for a clean + compilation in the Tiva environment (2014-12-31).