From 09396b39eb6dc57860a19efadc3d680c70aac771 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 22 Aug 2014 06:51:08 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f594747341..e65d25dcc0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8212,4 +8212,7 @@ include/nuttx (2014-8-21). * Documentation/NuttxPortingGuide.h: For the same reason as above, move the description of the watchdog timer interfaces from the Users Guide - to the Porting Guide (2014-8-21). \ No newline at end of file + 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). +