summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-30 19:20:53 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-30 19:20:53 -0600
commitbb26dbb5fdcdea282c5f3b76dd9e00bfbce92862 (patch)
treecb690253cbe4b3fdcec3c64d8ffa26255b0d2eff /nuttx/ChangeLog
parent3ede46ec423dff68b6cabc58b0335c2c6ea36494 (diff)
downloadnuttx-bb26dbb5fdcdea282c5f3b76dd9e00bfbce92862.tar.gz
nuttx-bb26dbb5fdcdea282c5f3b76dd9e00bfbce92862.tar.bz2
nuttx-bb26dbb5fdcdea282c5f3b76dd9e00bfbce92862.zip
Updated ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5c0742d4e..eea4d6090 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7612,3 +7612,6 @@
* arch/arm/src/sama5/sam_pio.c: Another *critical* SAMA5D3 and 4 bug
fix: PIO clocking must be enabled for all input pins or else the
value that is read never changes. (2014-6-30).
+ * net/: Many more functions renamed to follow new modularizaiton of
+ the networking code. This is part of an ongoing repartitioning
+ effort and there is still more to be done (2014-6-30).