Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Header file for the dummy shell backend. More...

Go to the source code of this file.

Macros

#define SHELL_DUMMY_DEFINE(_name)
 Define a dummy shell transport instance.

Functions

const struct shellshell_backend_dummy_get_ptr (void)
 This function shall not be used directly.
const char * shell_backend_dummy_get_output (const struct shell *sh, size_t *sizep)
 Returns the buffered output in the shell and resets the pointer.
void shell_backend_dummy_clear_output (const struct shell *sh)
 Clears the output buffer in the shell backend.
int shell_backend_dummy_push_input (const struct shell *sh, const char *data, size_t len)
 Push input data to the dummy shell backend.
void shell_backend_dummy_clear_input (const struct shell *sh)
 Clear the input buffer in the shell backend.

Detailed Description

Header file for the dummy shell backend.