summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-13 13:46:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-13 13:46:20 -0600
commit8eaf8c0dd5573f1a909e159567e17bc759d9771c (patch)
tree345fadb477f3da797375e7e52a9926f9629e921e
parent5ec2a6aa5fb29ab0330118160428bedbc6b41a7b (diff)
downloadnuttx-8eaf8c0dd5573f1a909e159567e17bc759d9771c.tar.gz
nuttx-8eaf8c0dd5573f1a909e159567e17bc759d9771c.tar.bz2
nuttx-8eaf8c0dd5573f1a909e159567e17bc759d9771c.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0b8823e50..c03440411 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9800,3 +9800,9 @@
arch/arm/src/stm32/stm32_rtc_lowerhalf.c. This is just the framework for
the RTC lower half. None of the interface methods have yet been
implemented (2015-02-13).
+ * sched/init/os_start.c: Move the initialization of the networking
+ subsystem to AFTER up_initialize is called. From Macs Neklyudov
+ (2015-02-13).
+ * net/icmpv6/icmpv6_advertise.c and icmpv6_solicit.c: Add inclusion of
+ nuttx/net.h to two files. Without these there can be compilation errors
+ in certain configurations. From Max Neklyudov (2015-02-13).