summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-23 15:37:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-23 15:37:13 +0000
commit6355e50a2289d7d764ac9de87ddd1528c510bd8f (patch)
treebdace79b95ff390c7c1b0ccdd005816be2c83e6c /nuttx/ChangeLog
parent92ee042ea3f2cd97bcca3f1d752ec68dac919d85 (diff)
downloadpx4-nuttx-6355e50a2289d7d764ac9de87ddd1528c510bd8f.tar.gz
px4-nuttx-6355e50a2289d7d764ac9de87ddd1528c510bd8f.tar.bz2
px4-nuttx-6355e50a2289d7d764ac9de87ddd1528c510bd8f.zip
Baud definitions (B9600 for example) are again encoded; Now supports the BOTHER settings which allows specifying the baud via c_ispeed and c_ospeed termios fields
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4970 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 61a3ca386..7445e62e1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3040,11 +3040,18 @@
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.
+ Sigh... removed. We don't need any more almost standard interfaces! (SVN
+ revision 4968 if you want the short-lived code).
* 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).
+ * include/termios.h and lib/termios/*: Redesigned yet again (this is getting
+ painful. NuttX now supports the BOTHER baud setting just as Linux does. termios
+ Bxxx definitions are again encoded; cf[set|get][o|i]speed now deal with only the
+ encoded values. If the encoed baud is set to BOTHER, then the values in the (non-
+ standard) c_ispeed and c_ospeed baud values may be accessed directly.
+