IPC service shell transport

The IPC Service shell transport allows you to receive shell commands through another remote processor. It uses the IPC Service feature.

The IPC Service shell transport is used in the Radio test (short-range) sample.

API documentation

Header file: include/shell/shell_ipc.h
Source file: subsys/shell/shell_ipc.c
group shell_ipc

IPC Service shell transport API.

Functions

const struct shell *shell_backend_ipc_get_ptr(void)

This function provides a pointer to the shell IPC Service backend instance.

The function returns a pointer to the shell IPC Service instance. This instance can then be used with the shell_execute_cmd function to test the behavior of the command.

Returns:

Pointer to the shell instance.