File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments