Hello Joel, Am 08.02.22 um 14:59 schrieb Joel Sherrill:
Looks good to me.
Thanks.
Is there anything in the bsp.and device drivers guide about this?
I haven't found anything about the line discipline or about the l_start function in the docs. rtems_termios_tty is mentioned in three examples in the BSP howto. But it's only used as an anonymous pointer so the fields of the structure are not relevant.
On Tue, Feb 8, 2022, 6:54 AM Christian Mauderer <[email protected] <mailto:[email protected]>> wrote:Update #4494 --- This adds a paragraph to the release notes like discussed here: https://lists.rtems.org/pipermail/devel/2022-February/070455.html <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_______________________________________________ devel mailing list [email protected] <mailto:[email protected]> http://lists.rtems.org/mailman/listinfo/devel <http://lists.rtems.org/mailman/listinfo/devel>
-- -------------------------------------------- embedded brains GmbH Herr Christian MAUDERER Dornierstr. 4 82178 Puchheim Germany email: [email protected] phone: +49-89-18 94 741 - 18 fax: +49-89-18 94 741 - 08 Registergericht: Amtsgericht München Registernummer: HRB 157899 Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler Unsere Datenschutzerklärung finden Sie hier: https://embedded-brains.de/datenschutzerklaerung/ _______________________________________________ devel mailing list [email protected] http://lists.rtems.org/mailman/listinfo/devel
