summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-26 14:46:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-26 14:46:12 -0600
commitafb0defbd87207cc51c5553f35888e99d617beb6 (patch)
tree6ec12a8cf47374368de109e35971445c97a09bcf
parentf5abb005ae5d185ea8cc44a5386d9a9510cf9787 (diff)
downloadnuttx-afb0defbd87207cc51c5553f35888e99d617beb6.tar.gz
nuttx-afb0defbd87207cc51c5553f35888e99d617beb6.tar.bz2
nuttx-afb0defbd87207cc51c5553f35888e99d617beb6.zip
Update changelog
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 504fe6ddb..b7a8044e2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7531,4 +7531,7 @@
* arch/arm/src/sama5: Add logic to redirect all SAMA5D4 interrupts to
the AIC (2014-6-26).
* net/route: Move routing table functions to net/route (2014-6-26).
+ * net/utils: Move some files into net/utils (2014-6-26).
+ * net/: Repartition initialization logic so that net/uip is at the bottom
+ of the food chain, instead of at the top.