Home
last modified time | relevance | path

Searched refs:shell (Results 351 – 375 of 1489) sorted by relevance

1...<<11121314151617181920>>...60

/Zephyr-4.1.0/boards/luatos/esp32c3_luatos_core/
Desp32c3_luatos_core.dts15 zephyr,shell-uart = &uart0;
/Zephyr-4.1.0/samples/boards/st/power_mgmt/serial_wakeup/
DREADME.rst22 2. The serial port used by the shell should be configured, using device tree, to
28 - If LSE is selected as clock source and shell serial port is a LPUART current speed
46 After flashing, the shell is enabled and device enter sleep mode.
47 User is able to wake up the device by typing into the shell
/Zephyr-4.1.0/samples/drivers/mbox/remote/boards/
Dstm32h747i_disco_stm32h747xx_m4.overlay10 zephyr,shell-uart = &uart8;
/Zephyr-4.1.0/boards/brcm/bcm958402m2/
Dbcm958402m2_bcm58402_a72.dts18 zephyr,shell-uart = &uart1;
/Zephyr-4.1.0/boards/common/usb/
Dcdc_acm_serial.dtsi10 zephyr,shell-uart = &board_cdc_acm_uart;
/Zephyr-4.1.0/boards/cypress/cy8ckit_062_ble/
Dcy8ckit_062_ble_cy8c6347_m0_0_0_0.overlay15 zephyr,shell-uart = &uart5;
/Zephyr-4.1.0/samples/net/telnet/
DREADME.rst5 Access Zephyr shell over telnet.
12 by the kernel, along with the shell and two shell modules: net and kernel.
61 Now type enter, the shell prompt will appear and you can enter commands,
104 shell> [Setup] [INF] main: Starting Telnet sample
/Zephyr-4.1.0/samples/drivers/ethernet/eth_ivshmem/
DREADME.rst46 This should boot Linux and drop into a shell.
68 Back in Jailhouse Linux shell, create the Zephyr cell:
76 You may see a quirk here where the Linux shell stops taking input...
77 If you get this, open a second shell via SSH:
90 Now you can run Zephyr and Linux shell commands to communicate between
/Zephyr-4.1.0/boards/intel/ehl/
Dintel_ehl_crb.dts22 zephyr,shell-uart = &uart2;
Dintel_ehl_crb_sbl.dts30 zephyr,shell-uart = &uart2_fixed;
/Zephyr-4.1.0/boards/gaisler/generic_leon3/
Dgeneric_leon3.dts16 zephyr,shell-uart = &uart0;
/Zephyr-4.1.0/subsys/shell/modules/kernel_service/
Dheap.c15 static int cmd_kernel_heap(const struct shell *sh, size_t argc, char **argv) in cmd_kernel_heap()
/Zephyr-4.1.0/subsys/bluetooth/audio/shell/
Dbap_scan_delegator.c430 static int cmd_bap_scan_delegator_init(const struct shell *sh, size_t argc, in cmd_bap_scan_delegator_init()
455 static int cmd_bap_scan_delegator_set_past_pref(const struct shell *sh, in cmd_bap_scan_delegator_set_past_pref()
474 static int cmd_bap_scan_delegator_sync_pa(const struct shell *sh, size_t argc, in cmd_bap_scan_delegator_sync_pa()
537 static int cmd_bap_scan_delegator_term_pa(const struct shell *sh, size_t argc, in cmd_bap_scan_delegator_term_pa()
576 static int cmd_bap_scan_delegator_add_src(const struct shell *sh, size_t argc, char **argv) in cmd_bap_scan_delegator_add_src()
692 static int cmd_bap_scan_delegator_add_src_by_pa_sync(const struct shell *sh, size_t argc, in cmd_bap_scan_delegator_add_src_by_pa_sync()
797 static int cmd_bap_scan_delegator_mod_src(const struct shell *sh, size_t argc, in cmd_bap_scan_delegator_mod_src()
898 static int cmd_bap_scan_delegator_rem_src(const struct shell *sh, size_t argc, in cmd_bap_scan_delegator_rem_src()
929 static int cmd_bap_scan_delegator_bis_synced(const struct shell *sh, size_t argc, in cmd_bap_scan_delegator_bis_synced()
989 static int cmd_bap_scan_delegator(const struct shell *sh, size_t argc, in cmd_bap_scan_delegator()
Dbap_broadcast_assistant.c302 static int cmd_bap_broadcast_assistant_scan_start(const struct shell *sh, in cmd_bap_broadcast_assistant_scan_start()
329 static int cmd_bap_broadcast_assistant_scan_stop(const struct shell *sh, in cmd_bap_broadcast_assistant_scan_stop()
342 static int cmd_bap_broadcast_assistant_add_src(const struct shell *sh, in cmd_bap_broadcast_assistant_add_src()
591 static int cmd_bap_broadcast_assistant_discover(const struct shell *sh, in cmd_bap_broadcast_assistant_discover()
619 static int cmd_bap_broadcast_assistant_add_broadcast_id(const struct shell *sh, in cmd_bap_broadcast_assistant_add_broadcast_id()
694 static int cmd_bap_broadcast_assistant_add_broadcast_name(const struct shell *sh, in cmd_bap_broadcast_assistant_add_broadcast_name()
762 static int cmd_bap_broadcast_assistant_mod_src(const struct shell *sh, in cmd_bap_broadcast_assistant_mod_src()
916 static int cmd_bap_broadcast_assistant_add_pa_sync(const struct shell *sh, in cmd_bap_broadcast_assistant_add_pa_sync()
1032 static int cmd_bap_broadcast_assistant_broadcast_code(const struct shell *sh, in cmd_bap_broadcast_assistant_broadcast_code()
1075 static int cmd_bap_broadcast_assistant_rem_src(const struct shell *sh, in cmd_bap_broadcast_assistant_rem_src()
[all …]
/Zephyr-4.1.0/drivers/dac/
Ddac_shell.c32 static int cmd_setup(const struct shell *sh, size_t argc, char **argv) in cmd_setup()
72 static int cmd_write_value(const struct shell *sh, size_t argc, char **argv) in cmd_write_value()
/Zephyr-4.1.0/doc/connectivity/bluetooth/shell/host/
Dgatt.rst24 :code:`gatt exchange-mtu` command. To update the shell maximum MTU, you need to update Kconfig
25 symbols in the configuration file of the shell. For more details, see
/Zephyr-4.1.0/subsys/usb/device_next/
DKconfig20 bool "USB device shell"
23 Enable USB device shell.
/Zephyr-4.1.0/lib/crc/
Dcrc_shell.c50 static void usage(const struct shell *sh) in usage()
69 static int cmd_crc(const struct shell *sh, size_t argc, char **argv) in cmd_crc()
/Zephyr-4.1.0/tests/drivers/pwm/pwm_api/boards/
Dmimxrt1060_evk_mimxrt1062_qspi.overlay9 * by the test, but can be tested using the PWM shell.
Dmimxrt1060_evk_mimxrt1062_qspi_C.overlay9 * by the test, but can be tested using the PWM shell.
/Zephyr-4.1.0/boards/intel/rpl/
Dintel_rpl_p_crb.dts21 zephyr,shell-uart = &uart0;
Dintel_rpl_s_crb.dts21 zephyr,shell-uart = &uart_ec_0;
/Zephyr-4.1.0/boards/nxp/ls1046ardb/
Dls1046ardb_ls1046a_smp.dts17 zephyr,shell-uart = &uart1;
/Zephyr-4.1.0/subsys/shell/
DCMakeLists.txt8 shell.c
/Zephyr-4.1.0/doc/develop/test/
Dpytest.rst64 :zephyr_file:`samples/subsys/testsuite/pytest/shell/pytest/test_shell.py`. Using the configuration
96 $ ./scripts/twister --platform native_sim -T samples/subsys/testsuite/pytest/shell \
97 -s samples/subsys/testsuite/pytest/shell/sample.pytest.shell \
125 shell subsection
128 Provide a `Shell <shell_class_>`_ class object with methods used to interact with shell application.
129 It calls ``wait_for_promt`` method, to not start scenario until DUT is ready. The shell fixture
130 calls ``dut`` fixture, hence has access to all its methods. The ``shell`` fixture adds methods
131 optimized for interactions with a shell. It can be used instead of ``dut`` for tests. Scope of this
139 def test_shell(shell: Shell):
140 shell.exec_command('help')
[all …]

1...<<11121314151617181920>>...60