|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Shell access over a SEGGER RTT channel. More...
Files | |
| file | shell_rtt.h |
| Header file for the RTT shell backend. | |
Macros | |
| #define | SHELL_RTT_DEFINE(_name) |
| Define an RTT shell transport instance. | |
Functions | |
| const struct shell * | shell_backend_rtt_get_ptr (void) |
| Function provides pointer to shell rtt backend instance. | |
Shell access over a SEGGER RTT channel.
| #define SHELL_RTT_DEFINE | ( | _name | ) |
#include <zephyr/shell/shell_rtt.h>
Define an RTT shell transport instance.
| _name | Name of the transport instance. |
| const struct shell * shell_backend_rtt_get_ptr | ( | void | ) |
#include <zephyr/shell/shell_rtt.h>
Function provides pointer to shell rtt backend instance.
Function returns pointer to the shell rtt instance. This instance can be next used with shell_execute_cmd function in order to test commands behavior.