[PATCH rtems-release] Add termios changes to rtems-notes-5

Joel Sherrill joel at rtems.org
Tue Feb 8 13:59:52 UTC 2022


Looks good to me.

Is there anything in the bsp.and device drivers guide about this?

On Tue, Feb 8, 2022, 6:54 AM Christian Mauderer <
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
>
> 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
> http://lists.rtems.org/mailman/listinfo/devel
>


More information about the devel mailing list