From ac9fda80ab01aa511a731de2a47f7cedc9cce9b6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 4 Sep 2012 16:59:24 +0000 Subject: [PATCH] Enhancements to the uIP web server from Kate git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5088 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index d331601aca0..47bb4c37128 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3256,3 +3256,6 @@ only 16-bits wide and the SDIO DMA must be set up differently. * arch/arm/src/stm32/stm32_dma.c: Back out the 16-bit DMA change. It is incorrect. + * configs/: Make use of UART4/5 vs USART4/5 consistent in all places. + * Kconfig: Serial 2STOP setting must be integer 0/1, not a boolean. +