Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-02-13 13:46:20 -06:00
parent 77d8f2f63d
commit 8cb4b8c101

View File

@ -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).