Commit 99866e17 authored by Bjarki Arge Andreasen's avatar Bjarki Arge Andreasen Committed by Anas Nashif
Browse files

doc: release notes: Added release notes for modem subsystem



Added release notes for modem subsystem for release 3.7

Signed-off-by: default avatarBjarki Arge Andreasen <bjarki@arge-andreasen.me>
parent 49e3910f
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -571,6 +571,15 @@ Libraries / Subsystems

* Modem modules

  * Added modem pipelink module which shares modem pipes globally, allowing device drivers to
    create and set up pipes for the application to use.

  * Simplified the modem pipe module's synchronization mechanism to only protect the callback
    and user data. This matches the actual in-tree usage of the modem pipes.

  * Added ``modem_stats`` module which tracks the usage of buffers throughout the modem
    subsystem.

* Picolibc

* Power management