summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-22 18:56:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-22 18:56:50 +0000
commit92ee042ea3f2cd97bcca3f1d752ec68dac919d85 (patch)
tree3031e9ab44fcd5d158aa160ee01517a0eb409a94 /nuttx/ChangeLog
parent60375dcc5d9c24b5919f66f63ac70879e653c350 (diff)
downloadnuttx-92ee042ea3f2cd97bcca3f1d752ec68dac919d85.tar.gz
nuttx-92ee042ea3f2cd97bcca3f1d752ec68dac919d85.tar.bz2
nuttx-92ee042ea3f2cd97bcca3f1d752ec68dac919d85.zip
Loosen up termios interfaces to allow more flexible baud settings; remove AIX-like interfaces of last check-in
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4969 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c92f581c0..61a3ca386 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3039,5 +3039,12 @@
Add APIs to support setting non-standard BAUD values not supported by POSIX
termios. These are non-standard interfaces but have a precedence: There are
similar interfaces in AIX.
+ * include/sys/str_tty.h, lib/lib_setspeed.c, lib_getspeed.c, and lib_resetspeed.c:
+ Sigh... removed. We don't need any more almost standard interfaces.
+ * include/termios.h and lib/termios/*: Open the existing, standard termios
+ interfaces to permit some non-standard baud settings. The new termios definitions
+ still supports the POSIX standard except that it does not strictly enforce
+ baud rate settings, permitting some non-portable, but useful baud rate settings
+ (this is what the short-lived AIX-like interfaces would have accomplished as well).