summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 24085859e..c92f581c0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3035,4 +3035,9 @@
* arch/arm/src/lpc43xx/lpc43_serial.c: Add support for certain RS-485 features
* lib/termios/lib_cfsetispeed.c, lib_cfsetospeed.c, lib_tcflush.c: Add
simple implementations of cfsetispeed(), cfsetospeed(), and tcflush().
+ * include/sys/str_tty.h, lib/lib_setspeed.c, lib_getspeed.c, and lib_resetspeed.c:
+ 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.
+