summaryrefslogtreecommitdiffstats
path: root/rtems-notes-6.md
diff options
context:
space:
mode:
Diffstat (limited to 'rtems-notes-6.md')
-rw-r--r--rtems-notes-6.md8
1 files changed, 8 insertions, 0 deletions
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()`