summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-07 12:40:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-07 12:40:16 -0600
commit391b1d290aaedcb048c1c97d905f9ae9e9af0795 (patch)
tree88d57123a2673270a07dfd272151888350f6d1a3 /nuttx/ChangeLog
parent6c1d3a968a290e3d09cfc62cdc1a0257d4d4f458 (diff)
downloadnuttx-391b1d290aaedcb048c1c97d905f9ae9e9af0795.tar.gz
nuttx-391b1d290aaedcb048c1c97d905f9ae9e9af0795.tar.bz2
nuttx-391b1d290aaedcb048c1c97d905f9ae9e9af0795.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7a77e1aa2..de665c0e2 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8019,3 +8019,9 @@
sched_addreadytorun.c, sched_processtimer.c, sched_unlock.c,
wd_cancel.c, wd_internal.h, and wd_start.c: Implements the
tickless OS (2014-8-7).
+ * Many files: Remove CONFIG_DISABLE_CLOCK. Why? This option is not
+ really very useful and was only selected in a few unusable, mostly
+ unusable configurations anyway (m9s12/ostest, kl25z/minnsh,
+ 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).