[PATCH rtems-release] Add termios changes to rtems-notes-5
Christian Mauderer
christian.mauderer at embedded-brains.de
Tue Feb 8 12:51:17 UTC 2022
Update #4494
---
This adds a paragraph to the release notes like discussed here:
https://lists.rtems.org/pipermail/devel/2022-February/070455.html
Is that OK. Should I add more details?
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
--
2.31.1
More information about the devel
mailing list