Skip to content

Commit 540d26a

Browse files
nordic-krchcarlescufi
authored andcommitted
release_notes: Add section about Logging and Shell
Update release_notes section for logging and shell. Signed-off-by: Krzysztof Chruscinski <[email protected]>
1 parent 605822d commit 540d26a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/releases/release-notes-3.1.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -988,6 +988,20 @@ Libraries / Subsystems
988988
* static_vrings: Added support for NOCOPY operations
989989
* Introduced inter core messaging backend (icmsg) that relies on simple inter core messaging buffer
990990

991+
* Logging
992+
993+
* Added UART frontend which supports binary dictionary logging.
994+
* Added support for MIPI SyS-T catalog messages.
995+
* Added cAVS HDA backend.
996+
997+
* Shell
998+
999+
* Added API for creating subcommands from multiple files using memory section approach:
1000+
1001+
* :c:macro:`SHELL_SUBCMD_SET_CREATE` for creating a subcommand set.
1002+
* :c:macro:`SHELL_SUBCMD_COND_ADD` and :c:macro:`SHELL_SUBCMD_ADD` for adding subcommands
1003+
to the set.
1004+
9911005
HALs
9921006
****
9931007

0 commit comments

Comments
 (0)