Home
last modified time | relevance | path

Searched defs:shell (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/scripts/tests/twister_blackbox/test_data/samples/pytest/shell/
DCMakeLists.txt5 project(shell) project
/Zephyr-latest/samples/subsys/testsuite/pytest/shell/
DCMakeLists.txt5 project(shell) project
/Zephyr-latest/tests/subsys/shell/shell/
DCMakeLists.txt5 project(shell) project
/Zephyr-latest/tests/subsys/shell/shell_backend/
DCMakeLists.txt5 project(shell) project
/Zephyr-latest/tests/subsys/shell/shell_flash/
DCMakeLists.txt5 project(shell) project
/Zephyr-latest/tests/subsys/shell/shell_history/
DCMakeLists.txt5 project(shell) project
/Zephyr-latest/include/zephyr/shell/
Dshell.h912 struct shell { struct
913 const char *default_prompt; /*!< shell default prompt. */ argument
915 const struct shell_transport *iface; /*!< Transport interface.*/ argument
916 struct shell_ctx *ctx; /*!< Internal context.*/ argument
918 struct shell_history *history; argument
920 const enum shell_flag shell_flag; argument
922 const struct shell_fprintf *fprintf_ctx; argument
924 struct shell_stats *stats; argument
926 const struct shell_log_backend *log_backend; argument
938 /** @brief Internal macro for defining a shell instance. argument
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py69 def shell(dut: DeviceAdapter) -> Shell: function
/Zephyr-latest/doc/connectivity/networking/api/
Dlwm2m.rst799 .. _lwm2m_api_reference:
/Zephyr-latest/doc/develop/test/
Dpytest.rst125 shell subsection
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py1839 def mock_call(cmd, shell=False): argument
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py178 def verify_setting_basic_in_format(shell, leshan, endpoint, format): argument
/Zephyr-latest/include/zephyr/net/
Dppp.h496 } shell; member