Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-08-21 08:45:56 -06:00
parent 952d87587f
commit 182e2f5e67

View File

@ -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).