summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-04 16:59:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-04 16:59:24 +0000
commit7592905c78f257058a006691f30227eaf027e5b3 (patch)
treed0e4b868b325893a025878c2b6b10762ca96b60e /nuttx/ChangeLog
parent81fd1693a08fb50ca1ef42c9569397612d7ff098 (diff)
downloadnuttx-7592905c78f257058a006691f30227eaf027e5b3.tar.gz
nuttx-7592905c78f257058a006691f30227eaf027e5b3.tar.bz2
nuttx-7592905c78f257058a006691f30227eaf027e5b3.zip
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
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d331601ac..47bb4c371 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/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.
+