Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-02-03 13:27:52 -06:00
parent 66f0198e3f
commit 8ced2c2fda

View File

@ -9639,4 +9639,8 @@
oneshot timer max delay is 2s. The patch adds limit of maximum ticks
in sched_timer_start(). From Macs N (2015-02-03).
* arch/arm/src/sam34: Add support for Tickless mode of operation for
the SAM4CM platfrom. From Macs N (2015-02-03).
the SAM4CM platform. From Macs N (2015-02-03).
* include/nuttx/net/icmpv6.h and net/icmpv6/Kconfig: Add support for
sending ICMPv6 Router Solicitation and receiving Router advertisement.
This is a part of the ICMPv6 auto-configuration logic is still not
complete (2015-02-03).