summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-07 13:43:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-07 13:43:56 -0600
commit7d9ff566350eab27203e2ab21b2212a69ceb84f0 (patch)
treeb3eec21721987a9d888b09fa72a62ef1d6786299 /nuttx/ChangeLog
parentc1603e96719150625a8f53748703dd83e9681ede (diff)
downloadnuttx-7d9ff566350eab27203e2ab21b2212a69ceb84f0.tar.gz
nuttx-7d9ff566350eab27203e2ab21b2212a69ceb84f0.tar.bz2
nuttx-7d9ff566350eab27203e2ab21b2212a69ceb84f0.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index de665c0e2..a0c6fce9f 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8025,3 +8025,8 @@
z180/ostest, 8051, sh1, z80, and z8). The only real loss is probably
to the kl25z/minsh configuration . And with the addition of the
tickless OS, I just wanted to make the pain go away (2014-8-7).
+ * Many files: Change CONFIG_MSEC_PER_TICK to CONFIG_USEC_PER_TICK.
+ This gives more options for system timers in general, but more
+ 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).