summaryrefslogtreecommitdiffstats
path: root/notes/rtems-notes-5.2.md
blob: 1839cbe6ccadd986fc0e23ca6e4dd0938b1a5ad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## RTEMS 5.2 Release Notes

### 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
  * Addition of NTP update second handler via _Timecounter_Set_NTP_update_second() from <rtems/score/timecounter.h>