From 47b6c71e7fbd987410d1361080b3231e94358c5a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 13 Mar 2014 09:03:03 -0600 Subject: SAM4E: Fix EMAC pin configuration. Driver is basically functionaly now. SAM4E-EK NSH configuration now has networking enabled by default --- nuttx/ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index a6748f2f0..5cf07ed45 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -6978,6 +6978,13 @@ * configs/spark: Refresh all spark configurations (2014-3-11). * arch/arm/src/tiva/chip/tm4c_memorymap.h: Fix typos reported by Daniel Pereira de Carvalho (2014-2-12). + * arch/arm/src/sam34/sam_emac.c: Add an Ethernet MAC driver for the + SAM4E. The initial checkin is essentially the SAMA5D3 EMAC driver + with naming changes as appropriate (2014-3-12). * arch/arm/src/sam34/sam_cmcc.c: Add logic to manage the Cortex-M Cache Control block. Untested on initial check-in (2014-3-12). - + * arch/arm/src/sam34/sam_emac.c: Fix EMAC pin configuration (was been + set up for RMII instead of MII). Now the driver EMAC appears to be + functional (2014-3-13). + * configs/sam4e-ek/nsh: Networking support is now enabled by default + in the NSH configuration (2014-3-13). -- cgit v1.2.3