summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-21 08:45:56 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-21 08:45:56 -0600
commit879eb35595adb7b2198019d77e798e3f9dc691ff (patch)
tree3727a80653b1d576b1bebcde9c4bee2a240e6afd /nuttx/ChangeLog
parent4d70630480d6a9f478948d85a56069e78f4c071e (diff)
downloadnuttx-879eb35595adb7b2198019d77e798e3f9dc691ff.tar.gz
nuttx-879eb35595adb7b2198019d77e798e3f9dc691ff.tar.bz2
nuttx-879eb35595adb7b2198019d77e798e3f9dc691ff.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1213e2cb0..2c4dccdc5 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8200,4 +8200,9 @@
* configs/sam4e-ek/src/Kconfig and src/sam_ili9341.c: Add ILI9341-based
LCD driver. Fully functional (2014-8-20).
* configs/sam4e-ek/nxwm: Add an NxWM configuration for the SAM4E-EK
- (2014-8-20).
+ (2014-8-21).
+ * configs/viewtool-stm32f107: Refresh some configurations (2014-8-20).
+ * nuttx/sched/wdog: If we run out of pre-allocated watchdog times, the
+ logic will allocate additional timers from the heap. A reserve of
+ pre-allocated watchdog timers is maintained so that there will always
+ be timers available for interrupt handlers (2014-8-21).