summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2022-02-08 13:47:38 +0100
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2022-02-10 09:29:47 +0100
commitd9bf67bb615d15fa14ae2a9fb834ac772edfb4f2 (patch)
tree9735b2de089b50b0b90d6278bc365e36352fa65e
parentUpdate rtems-notes-5.txt (diff)
downloadrtems-release-5.tar.bz2
Add termios changes to rtems-notes-55.35.25
Update #4494
-rw-r--r--rtems-notes-5.txt8
1 files changed, 8 insertions, 0 deletions
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