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

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


Module:    rtems-release
Branch:    master
Commit:    1b0f8016d85424333b316904a97c438532c1404c
Changeset: http://git.rtems.org/rtems-release/commit/?id=1b0f8016d85424333b316904a97c438532c1404c

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 and 6

Update #4493

---

 rtems-notes-5.md | 8 ++++++++
 rtems-notes-6.md | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/rtems-notes-5.md b/rtems-notes-5.md
index 96dc151..1d9cb43 100644
--- a/rtems-notes-5.md
+++ b/rtems-notes-5.md
@@ -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
diff --git a/rtems-notes-6.md b/rtems-notes-6.md
index 1f1c287..0eb7c2f 100644
--- a/rtems-notes-6.md
+++ b/rtems-notes-6.md
@@ -46,6 +46,14 @@ Implementation improvements usually fall into one of the following categories:
 * The rate monotonic period statistics are no longer affected by
   `rtems_cpu_usage_reset()`.
 
+* 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
 
 * `RTEMS_ALIGN_UP()`



More information about the vc mailing list