-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nrf_rpc: Add functionality for invoking remote shell cmd via rpc
The functionality allows the nrf_rpc client to invoke nrf_rpc server shell command and obtain the command's output. This commit adds the new nrf_rpc client shell subcommand: 'remote_shell' Example of use: rpc remote_shell device list devices: - clock@10e000 (READY) - gpio@10a000 (READY) - gpio@d8200 (READY) - gpio@50400 (READY) - psa-rng (READY) - uart@c7000 (READY) - uart@c6000 (READY) - spi@4a000 (READY) - rram-controller@5004b000 (READY) - mx25r6435f@0 (READY) - ieee802154 (READY) - temp@d7000 (READY) Signed-off-by: Lukasz Maciejonczyk <[email protected]>
- Loading branch information
1 parent
886f691
commit 913980c
Showing
7 changed files
with
208 additions
and
13 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
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