From 182e2f5e678dfc646f1eaf5f46d08cc68ca22239 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 21 Aug 2014 08:45:56 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1213e2cb06..2c4dccdc5f 100755 --- a/ChangeLog +++ b/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).