summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-03 07:33:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-03 07:33:04 -0600
commit5facd80a972df125a152f2ac2493441c18985b51 (patch)
tree00feae86a0e3880d23f248265e2fef47609a7019
parent3b4bb4227047e9a48aca3ace9160aca7edea3206 (diff)
downloadpx4-nuttx-5facd80a972df125a152f2ac2493441c18985b51.tar.gz
px4-nuttx-5facd80a972df125a152f2ac2493441c18985b51.tar.bz2
px4-nuttx-5facd80a972df125a152f2ac2493441c18985b51.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 73d9d4921..e7aaa6e64 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9634,3 +9634,9 @@
while we wait and all is well) (2015-02-02).
* net/icmpv6/icmpv6.h, icmpv6_neighbor.c, icmpv6_notify.c: Apply the
same fix as for ARP to the Neighbor Solicitation logic (2015-02-02).
+ * sched/sched/sched_timerexpiration.c, Kconfig, and include/nuttx/arch.h:
+ On my platform I have just 16-bit timer clocked at 32kHz. As result
+ 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).