[PATCH rtems-release] Add termios changes to rtems-notes-5
Joel Sherrill
joel at rtems.org
Tue Feb 8 14:27:48 UTC 2022
On Tue, Feb 8, 2022 at 8:04 AM Christian MAUDERER
<christian.mauderer at embedded-brains.de> wrote:
>
> 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.
OK. Push it. Just checking.
Easier to ask than find out years from now, we should have written something
in the manuals.
>
> >
> > On Tue, Feb 8, 2022, 6:54 AM Christian Mauderer
> > <christian.mauderer at embedded-brains.de
> > <mailto:christian.mauderer at embedded-brains.de>> 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
> > devel at rtems.org <mailto:devel at rtems.org>
> > 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: christian.mauderer at embedded-brains.de
> 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/
More information about the devel
mailing list