summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-13 09:03:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-13 09:03:03 -0600
commit47b6c71e7fbd987410d1361080b3231e94358c5a (patch)
tree05da4ab3599a2347d547ac172146c3c1cb0a04fc /nuttx/ChangeLog
parent0814c8992d01496357d0f995187d6408ec26e7a5 (diff)
downloadnuttx-47b6c71e7fbd987410d1361080b3231e94358c5a.tar.gz
nuttx-47b6c71e7fbd987410d1361080b3231e94358c5a.tar.bz2
nuttx-47b6c71e7fbd987410d1361080b3231e94358c5a.zip
SAM4E: Fix EMAC pin configuration. Driver is basically functionaly now. SAM4E-EK NSH configuration now has networking enabled by default
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
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).