summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-10 14:06:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-10 14:06:07 -0600
commit7351534e4099743c6504a6d1ed2048b6b614240d (patch)
tree918d2a1bdee699fcc130e4ca1deb6a26d8a5487e
parentc1a49b010c53d5d7aca3924b80fd843d3750107d (diff)
downloadnuttx-7351534e4099743c6504a6d1ed2048b6b614240d.tar.gz
nuttx-7351534e4099743c6504a6d1ed2048b6b614240d.tar.bz2
nuttx-7351534e4099743c6504a6d1ed2048b6b614240d.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bc31a94a0..438fd2c21 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9741,3 +9741,6 @@
can occur outside of interrupt level processing (2015-02-10).
* SAM4E-EK: The nsh configuration now configures the Ethernet driver
for execution on the HP work thread (2015-02-10).
+ * arch/arm/src/lpc17xx/lpc17_ethernet.c: Add IPv6 support to the LPC17
+ Ethernet driver. Untested... I no longer have a proper environment
+ for LPC17 debug (2015-02-10).