Home
last modified time | relevance | path

Searched refs:shell_rtt (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/subsys/shell/backends/
Dshell_rtt.c27 SHELL_DEFINE(shell_rtt, CONFIG_SHELL_PROMPT_RTT, &shell_transport_rtt,
32 LOG_MODULE_REGISTER(shell_rtt, CONFIG_SHELL_RTT_LOG_LEVEL);
39 const struct shell_rtt *sh_rtt = k_timer_user_data_get(timer); in timer_handler()
51 struct shell_rtt *sh_rtt = (struct shell_rtt *)transport->ctx; in init()
76 struct shell_rtt *sh_rtt = (struct shell_rtt *)transport->ctx; in uninit()
85 struct shell_rtt *sh_rtt = (struct shell_rtt *)transport->ctx; in enable()
140 struct shell_rtt *sh_rtt = (struct shell_rtt *)transport->ctx; in write()
194 shell_init(&shell_rtt, NULL, cfg_flags, log_backend, level); in enable_shell_rtt()
202 return &shell_rtt; in shell_backend_rtt_get_ptr()
DCMakeLists.txt15 shell_rtt.c
/Zephyr-latest/include/zephyr/shell/
Dshell_rtt.h18 struct shell_rtt { struct
25 static struct shell_rtt _name##_shell_rtt; \ argument
28 .ctx = (struct shell_rtt *)&_name##_shell_rtt \
/Zephyr-latest/doc/releases/
Drelease-notes-2.0.rst1006 * :github:`16578` - [Coverity CID :198869]Parse warnings in /subsys/shell/shell_rtt.c
Drelease-notes-3.2.rst1747 - :github:`49390` - shell_rtt thread can starve other threads of the same priority
Drelease-notes-3.3.rst2634 - :github:`49390` - shell_rtt thread can starve other threads of the same priority