[rtems-release commit] Add termios changes to rtems-notes-5

Christian Mauderer christianm at rtems.org
Fri Feb 11 07:40:46 UTC 2022


Module:    rtems-release
Branch:    5
Commit:    d9bf67bb615d15fa14ae2a9fb834ac772edfb4f2
Changeset: http://git.rtems.org/rtems-release/commit/?id=d9bf67bb615d15fa14ae2a9fb834ac772edfb4f2

Author:    Christian Mauderer <christian.mauderer at embedded-brains.de>
Date:      Tue Feb  8 13:47:38 2022 +0100

Add termios changes to rtems-notes-5

Update #4494

---

 rtems-notes-5.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/rtems-notes-5.txt b/rtems-notes-5.txt
index 96dc151..1d9cb43 100644
--- a/rtems-notes-5.txt
+++ b/rtems-notes-5.txt
@@ -2,6 +2,14 @@
 
 ### API Changes
 
+* Termios
+  * `txTaskCharsDequeued` has been added to `struct rtems_termios_tty`. With
+    that the size of the structure changed. Libraries and applications that use
+    the structure should be recompiled.
+  * The `l_start` line discipline function now receives the number of characters
+    that have been sent. It is save to ignore the extra parameter for
+    applications that don't need it.
+
 #### API Additions
 
 * NTP support



More information about the vc mailing list