summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-09 10:53:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-09 10:53:22 -0600
commit77ad0082f49500ed2e40002819ec3e1b5ec246d3 (patch)
tree85ac94b0978776d10ad3b9d1a29fa5e558e7eb35
parent700fbf5aa30742aa418bc6d26e9dffe5b688fa36 (diff)
downloadnuttx-77ad0082f49500ed2e40002819ec3e1b5ec246d3.tar.gz
nuttx-77ad0082f49500ed2e40002819ec3e1b5ec246d3.tar.bz2
nuttx-77ad0082f49500ed2e40002819ec3e1b5ec246d3.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a0c7a855c..0eaf460d3 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9698,3 +9698,7 @@
* libc/unisted/lib_execl.c: Fix bad logic in counting the number of
arguments. This could never have worked. Noted by Pierre-noel
Bouteville (2015-4-09).
+ * arch/arm/src/sama5/sam_emacb.c: Add support for Multicast address
+ matching and IPv6 in the SAMA5D4 Ethernet driver (2015-02-09).
+ * configs/sama5d4-ek/ipv6: Add a configuration for testing IPv6 with
+ the SAMA5D4-EK (2015-02-09).