Home
last modified time | relevance | path

Searched defs:prompt (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.4.0/samples/subsys/console/echo/src/
Dmain.c9 static const char prompt[] = "Start typing characters to see them echoed back\r\n"; variable
/Zephyr-Core-3.4.0/samples/subsys/testsuite/pytest/shell/pytest/
Dtest_shell.py24 def wait_for_prompt(dut: DeviceAbstract, prompt='uart:~$', timeout=20): argument
/Zephyr-Core-3.4.0/subsys/shell/
Dshell.c1589 int shell_prompt_change(const struct shell *sh, const char *prompt) in shell_prompt_change()
/Zephyr-Core-3.4.0/include/zephyr/shell/
Dshell.h774 const char *prompt; /*!< shell current prompt. */ member