summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-07 18:02:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-07 18:02:39 -0600
commit7feb9a62cfb0a11da688aa916b43dc3b6beb3c82 (patch)
tree285702bc9bc7376179d46221cd31d9718df7ea18
parentf4f8030be0af79250de05d323106dd34a5e7dc85 (diff)
downloadnuttx-7feb9a62cfb0a11da688aa916b43dc3b6beb3c82.tar.gz
nuttx-7feb9a62cfb0a11da688aa916b43dc3b6beb3c82.tar.bz2
nuttx-7feb9a62cfb0a11da688aa916b43dc3b6beb3c82.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a0c6fce9f..c6bd2e0cf 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8030,3 +8030,11 @@
importantly, let's us realize higher resolution for the case of
CONFIG_SCHED_TICKLESS=y -- of course, at the risk of some new
integer overflow problems 2014-8-7).
+ * Many files: Change all time conversions. Yech. New timer units
+ in microseconds breaks all existing logic that used milliseconds
+ in the conversions. Something likely got broken doing this,
+ probably because I confused a MSEC2TICK conversion with a TICK2MSEC
+ conversion (2014-8-7).
+ * arch/sim/src/up_tickless.c and sched/sched_timerexpiration.c: The
+ tickless OS now appears fully functional and passes the OS test
+ on the simulator with no errors (2014-8-7). \ No newline at end of file