/Zephyr-4.1.0/boards/luatos/esp32c3_luatos_core/ |
D | esp32c3_luatos_core.dts | 15 zephyr,shell-uart = &uart0;
|
/Zephyr-4.1.0/samples/boards/st/power_mgmt/serial_wakeup/ |
D | README.rst | 22 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/ |
D | stm32h747i_disco_stm32h747xx_m4.overlay | 10 zephyr,shell-uart = &uart8;
|
/Zephyr-4.1.0/boards/brcm/bcm958402m2/ |
D | bcm958402m2_bcm58402_a72.dts | 18 zephyr,shell-uart = &uart1;
|
/Zephyr-4.1.0/boards/common/usb/ |
D | cdc_acm_serial.dtsi | 10 zephyr,shell-uart = &board_cdc_acm_uart;
|
/Zephyr-4.1.0/boards/cypress/cy8ckit_062_ble/ |
D | cy8ckit_062_ble_cy8c6347_m0_0_0_0.overlay | 15 zephyr,shell-uart = &uart5;
|
/Zephyr-4.1.0/samples/net/telnet/ |
D | README.rst | 5 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/ |
D | README.rst | 46 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/ |
D | intel_ehl_crb.dts | 22 zephyr,shell-uart = &uart2;
|
D | intel_ehl_crb_sbl.dts | 30 zephyr,shell-uart = &uart2_fixed;
|
/Zephyr-4.1.0/boards/gaisler/generic_leon3/ |
D | generic_leon3.dts | 16 zephyr,shell-uart = &uart0;
|
/Zephyr-4.1.0/subsys/shell/modules/kernel_service/ |
D | heap.c | 15 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/ |
D | bap_scan_delegator.c | 430 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()
|
D | bap_broadcast_assistant.c | 302 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/ |
D | dac_shell.c | 32 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/ |
D | gatt.rst | 24 :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/ |
D | Kconfig | 20 bool "USB device shell" 23 Enable USB device shell.
|
/Zephyr-4.1.0/lib/crc/ |
D | crc_shell.c | 50 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/ |
D | mimxrt1060_evk_mimxrt1062_qspi.overlay | 9 * by the test, but can be tested using the PWM shell.
|
D | mimxrt1060_evk_mimxrt1062_qspi_C.overlay | 9 * by the test, but can be tested using the PWM shell.
|
/Zephyr-4.1.0/boards/intel/rpl/ |
D | intel_rpl_p_crb.dts | 21 zephyr,shell-uart = &uart0;
|
D | intel_rpl_s_crb.dts | 21 zephyr,shell-uart = &uart_ec_0;
|
/Zephyr-4.1.0/boards/nxp/ls1046ardb/ |
D | ls1046ardb_ls1046a_smp.dts | 17 zephyr,shell-uart = &uart1;
|
/Zephyr-4.1.0/subsys/shell/ |
D | CMakeLists.txt | 8 shell.c
|
/Zephyr-4.1.0/doc/develop/test/ |
D | pytest.rst | 64 :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 …]
|