From 02355bc2fcb12d1914ff2cd896d18df40dc6fdc2 Mon Sep 17 00:00:00 2001 From: Jakub Rzeszutko Date: Fri, 30 Sep 2022 12:46:03 +0200 Subject: [PATCH] doc: release-notes-3.2: release notes for shell Add release notes for the shell subsystem. Signed-off-by: Jakub Rzeszutko --- doc/releases/release-notes-3.2.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/releases/release-notes-3.2.rst b/doc/releases/release-notes-3.2.rst index baf640866f..46cc3f94a4 100644 --- a/doc/releases/release-notes-3.2.rst +++ b/doc/releases/release-notes-3.2.rst @@ -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 *******************