summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-24 22:56:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-24 22:56:36 +0000
commit79a649dfb7f8673a4150bfdabcf32826619de326 (patch)
treef9293a2385b426204e0e8b9125660c6b22885755 /nuttx/ChangeLog
parente81a336112145a051b354124d4fbf5c7ee73b7f3 (diff)
downloadnuttx-79a649dfb7f8673a4150bfdabcf32826619de326.tar.gz
nuttx-79a649dfb7f8673a4150bfdabcf32826619de326.tar.bz2
nuttx-79a649dfb7f8673a4150bfdabcf32826619de326.zip
Combine cfset[o|i]speed to cfsetspeed; combine cfget[o|i]speed for cfgetspeed
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4975 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 0d29c3db8..0ec8ffb8f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3062,4 +3062,7 @@
BOTHER is gone again.
* arch/arm/src/stm32/stm32_sdio.c and chip/stm32f20xx_pinmap.h: STM32 F2 SDIO
fixes from Gary Teravskis and Scott Rondestvedt.
+ * include/termios.h and lib/termios/*: Replace cfsetispeed and cfsetospeed with
+ cfsetspeed (with definitions for the input/outputs in termios.h). Same for
+ cfgetispeed and cfgetospeed.