Commit 02355bc2 authored by Jakub Rzeszutko's avatar Jakub Rzeszutko Committed by Fabio Baltieri
Browse files

doc: release-notes-3.2: release notes for shell



Add release notes for the shell subsystem.

Signed-off-by: default avatarJakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
parent 175cc385
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1525,6 +1525,13 @@ Libraries / Subsystems

* Shell

  * Added new API function checking shell readiness: :c:func:`shell_ready`.
  * Added option to control formatting of the logging timestamp.
  * Added missing asserts to the shell api functions.
  * MQTT backend: bug fix to handle negative return value of the wait function.
  * A new ``backends`` command that lists the name and number of active shell backends.
  * Fixed handling mandatory args with optional raw arg.

* Storage

* Testsuite
@@ -1659,6 +1666,7 @@ Tests and Samples
  introduce tests as well.
* smp_svr Bluetooth overlay (overlay-bt) has been reworked to increase
  throughput and enable packet reassembly.
* Added test for the new shell API function: :c:func:`shell_ready`.

Issue Related Items
*******************