Skip to content

Commit 9fdc86b

Browse files
Jakub Rzeszutkostephanosio
authored andcommitted
doc: release-notes: shell release notes for v3.3.0
Add release notes for shell subsystem. Signed-off-by: Jakub Rzeszutko <[email protected]>
1 parent c4c8583 commit 9fdc86b

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1534,6 +1534,25 @@ Libraries / Subsystems
15341534
* Replaced all :c:func:`k_panic` invocations within settings backend
15351535
initialization with returning / propagating error codes.
15361536

1537+
* Shell
1538+
1539+
* New features:
1540+
1541+
* SHELL_AUTOSTART configuration option. When SHELL_AUTOSTART is set to n, the shell is not
1542+
started after boot but can be enabled later from the application code.
1543+
* Add support for setting the help description for each entry in a dictionary.
1544+
1545+
* Bugfix:
1546+
1547+
* Clear command buffer when leaving bypass mode to prevent undefined behaviour
1548+
on consecutive shell operations.
1549+
* Set RX size default to 256 if shell MCUmgr is enabled.
1550+
* Fix log message queue size for all backends.
1551+
1552+
* Documentation:
1553+
1554+
* Added information explaining commands execution.
1555+
15371556
* Utilities
15381557

15391558
* Added the linear range API to map values in a linear range to a range index

0 commit comments

Comments
 (0)