summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e65d25dcc..46b692ba6 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8215,4 +8215,7 @@
to the Porting Guide (2014-8-21).
* arch/arm/src/stm32/stm32_uart.h: STM32 F401: Correct support for
USART6 on this chip. From Freddie Chopin (2014-8-22).
+ * nuttx/sched/wdog and include/nuttx/wdog.h: Add support for statically
+ allocated watchdog timer (also eliminate some unconvential typing)
+ (2014-8-22).