-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[shell] Print command result in Zephyr platform
1. Add streamer_print_result() function for printing either: - "Done" or - "Error: <error_string_or_code>" after each shell command and use that in the default and Zephyr shell implementation. Before that Zephyr would not print the result at all (unlike other platforms). 2. Lock Matter stack before running a shell command on Zephyr platform. Signed-off-by: Damian Krolik <[email protected]>
- Loading branch information
1 parent
4c03e50
commit f3ff348
Showing
4 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters