summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-06 16:29:46 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-06 16:29:46 -0600
commite6b48c3e1e8b18943bcd4f36a3fa0c1a79f3687a (patch)
tree0696e2c4fb6a7347bf35a35583e187678ed8d91a /nuttx/ChangeLog
parent893d3a9e60609f17026d1eeb774ab993ea393c42 (diff)
downloadnuttx-e6b48c3e1e8b18943bcd4f36a3fa0c1a79f3687a.tar.gz
nuttx-e6b48c3e1e8b18943bcd4f36a3fa0c1a79f3687a.tar.bz2
nuttx-e6b48c3e1e8b18943bcd4f36a3fa0c1a79f3687a.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 22e2f846a..852b8cdde 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7989,3 +7989,10 @@
* audio/pcm_decode.c: Handle errors in the PCM WAV file in a way that
the Nxplayer can recover gracefully: Send and Audio Complete message
(2014-8-5).
+ * arch/*/src/*/*_timerisr.c, up_initialize.c, and up_internal.h: Re-name
+ up_timerinit() to up_timer_intialaize() for compatibility with new
+ tickless OS interface name (2014-8-6).
+ * arch/*/src/*/Make.def: Don't build existing timer initialization
+ logic if CONFIG_SCHED_TICKLESS is defined (2014-8-6).
+ * include/nuttx/arch.h: First cut at platform-specific interfaces
+ needed to support tickless OS option (2014-8-6).