Loading...
Searching...
No Matches
Shell compile time configurations

Detailed Description

Macros

#define CONFIG_SHELL_SHUTDOWN_ON_EXIT   0
 Shutdown RIOT on shell exit.
 
#define CONFIG_SHELL_NO_ECHO   0
 Set to 1 to disable shell's echo.
 
#define CONFIG_SHELL_NO_PROMPT   0
 Set to 1 to disable shell's prompt.
 

Macro Definition Documentation

◆ CONFIG_SHELL_NO_ECHO

#define CONFIG_SHELL_NO_ECHO   0

Set to 1 to disable shell's echo.

Definition at line 72 of file shell.h.

◆ CONFIG_SHELL_NO_PROMPT

#define CONFIG_SHELL_NO_PROMPT   0

Set to 1 to disable shell's prompt.

Definition at line 79 of file shell.h.

◆ CONFIG_SHELL_SHUTDOWN_ON_EXIT

#define CONFIG_SHELL_SHUTDOWN_ON_EXIT   0

Shutdown RIOT on shell exit.

Note
On native platform this option defaults to 1.

Definition at line 64 of file shell.h.