summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-20 16:26:45 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-20 16:26:45 -0600
commitef341c3dd329282a2d15b6d2c2397841d58ff5cc (patch)
tree87740207f70371d9b5b574128300ebcce748e909
parent60968b611e5d13f1d27527f795248407a32f2fdc (diff)
downloadnuttx-ef341c3dd329282a2d15b6d2c2397841d58ff5cc.tar.gz
nuttx-ef341c3dd329282a2d15b6d2c2397841d58ff5cc.tar.bz2
nuttx-ef341c3dd329282a2d15b6d2c2397841d58ff5cc.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index be9a1bf73..699822854 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9026,3 +9026,5 @@
* arch/arm/src/stm32/stm32_otghs.c, Make.defs,
configs/stm32f429i-disco/src/stm32_usb.c and Makefile: STM32 F4 OTGHS
device controller driver from Brennan Ashton (2014-11-20).
+ * configs/sama5d3-xplained/bridge: Add a simple test for the the EMAC
+ and GMAC on the SAMA5D3 working together (2014-11-20).