Home
last modified time | relevance | path

Searched full:running (Results 1 – 25 of 1315) sorted by relevance

12345678910>>...53

/Zephyr-Core-3.5.0/tests/kernel/workq/work_queue/
DREADME.txt9 Building and Running Project:
37 - Running test item 1
41 - Running test item 2
45 - Running test item 3
46 - Running test item 4
47 - Running test item 5
48 - Running test item 6
69 - Running delayed test item 1
70 - Running delayed test item 2
71 - Running delayed test item 3
[all …]
/Zephyr-Core-3.5.0/samples/drivers/dac/
DREADME.rst12 Building and Running
21 Building and Running for ST Nucleo L073RZ
32 Building and Running for ST Nucleo L152RE
43 Building and Running for ST Nucleo F767ZI
54 Building and Running for ST Disco F3
65 Building and Running for ST Nucleo F429ZI
76 Building and Running for STM32L562E DK
87 Building and Running for ST Nucleo L552ZE Q
98 Building and Running for NXP TWR-KE18F
112 Building and Running for NXP FRDM-K64F
[all …]
/Zephyr-Core-3.5.0/tests/kernel/context/
DREADME.txt57 Building and Running Project:
100 thread (q order: 2, t/o: 500) is running
102 thread (q order: 3, t/o: 750) is running
104 thread (q order: 0, t/o: 1000) is running
106 thread (q order: 6, t/o: 1250) is running
108 thread (q order: 1, t/o: 1500) is running
110 thread (q order: 4, t/o: 1750) is running
112 thread (q order: 5, t/o: 2000) is running
116 thread (q order: 3, t/o: 750) is running
118 thread (q order: 0, t/o: 1000) is running
[all …]
/Zephyr-Core-3.5.0/tests/net/trickle/src/
Dmain.c121 zassert_true(net_trickle_is_running(&t1), "Trickle 1 not running"); in test_trickle_1_status()
132 zassert_true(net_trickle_is_running(&t2), "Trickle 2 not running"); in test_trickle_2_status()
147 zassert_true(net_trickle_is_running(&t1), "Trickle 1 not running"); in test_trickle_1_wait()
159 zassert_true(net_trickle_is_running(&t1), "Trickle 1 not running"); in test_trickle_1_wait_long()
174 zassert_true(net_trickle_is_running(&t2), "Trickle 2 not running"); in test_trickle_2_wait()
179 zassert_false(net_trickle_is_running(&t1), "Trickle 1 running"); in test_trickle_1_stopped()
184 zassert_true(net_trickle_is_running(&t2), "Trickle 2 is not running"); in test_trickle_2_inc()
190 zassert_true(net_trickle_is_running(&t1), "trickle 1 is not running"); in test_trickle_1_update()
/Zephyr-Core-3.5.0/samples/subsys/debug/gdbstub/
DREADME.rst4 Use GDB Remote Serial Protocol to debug a Zephyr application running on QEMU.
12 Building and Running
24 Open a new terminal and use gdb to connect to the running qemu as follows:
/Zephyr-Core-3.5.0/samples/net/dhcpv4_client/
DREADME.rst19 Building and Running
22 Running DHCPv4 client in Linux Host
26 QEMU on a Linux host to negotiate IP address from DHCPv4 server running
72 To verify the Zephyr application client is running and has received
83 These are instructions for how to use this sample application running on
84 :ref:`frdm_k64f` board to negotiate IP address from DHCPv4 server running on
143 To verify the Zephyr application client is running and has received
157 This sample application running on Arm FVP board can negotiate IP
158 address from DHCPv4 server running on Arm FVP, so there is no extra
/Zephyr-Core-3.5.0/samples/bluetooth/bthome_sensor_template/
DREADME.rst12 …for example `Home Assistant <https://www.home-assistant.io/>`_ with the BTHome integration running.
14 Building and Running
21 When the sample is running, navigate to Devices & Services under settings in Home
/Zephyr-Core-3.5.0/samples/net/cellular_modem/server/
Dte_udp_echo.py10 self.running = True
17 self.running = False
25 while self.running:
/Zephyr-Core-3.5.0/samples/net/sockets/echo_client/
Doverlay-linux.conf1 # Include this overlay when the echo-server is running on Linux and
2 # echo-client is running on Qemu.
DREADME.rst22 Building and Running
105 running ``west build`` or ``cmake``.
116 To enable it, use ``-DEXTRA_CONF_FILE=overlay-socks5.conf`` when running ``west
140 To connect to a proxy server that is not running under the same IP as the
150 Running echo-server in Linux Host
174 Note that echo-server must be running in the Linux host terminal window
183 way of running, with the echo-client on the Linux host and the echo-server
/Zephyr-Core-3.5.0/samples/net/ipv4_autoconf/
DREADME.rst20 Building and Running
23 These are instructions for how to use this sample application running
30 Running Avahi client in Linux Host
66 To verify the Zephyr application is running and has configured an IP address
/Zephyr-Core-3.5.0/samples/sensor/fxos8700/
DREADME.rst13 Building and Running
23 Building and Running for FRDM-K64F argument
43 Building and Running for FRDM-K22F argument
63 Building and Running for TWR-KE18F argument
77 Building and Running for FRDM-KL25Z argument
89 Building and Running for Micro Bit argument
101 Building and Running for reel board argument
113 Building and Running for MIMXRT685-EVK argument
124 Building and Running for MIMXRT595-EVK argument
/Zephyr-Core-3.5.0/samples/net/sockets/http_client/
DREADME.rst21 Building and Running
25 running it inside QEMU as described in :ref:`networking_with_qemu`.
50 running ``west build`` or ``cmake``.
60 Running http-server in Linux Host
84 Note that ``http-server.py`` must be running in the Linux host terminal window
/Zephyr-Core-3.5.0/samples/net/sockets/websocket_client/
DREADME.rst22 Building and Running
26 running it inside QEMU as described in :ref:`networking_with_qemu`.
51 running ``west build`` or ``cmake``.
57 Running websocket-server in Linux Host
89 Note that ``zephyr-websocket-server.py`` or ``websocketd`` must be running in
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dbinary_adapter.py35 """Generate and set command which will be used during running device."""
45 log_command(logger, 'Running command', self.command, level=logging.DEBUG)
49 msg = f'Running subprocess failed due to SubprocessError {exc}'
53 msg = f'Running subprocess failed due to file not found: {exc.filename}'
57 msg = f'Running subprocess failed {exc}'
86 logger.debug('Running subprocess finished with return code %s', return_code)
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/sam3x/
DKconfig.soc36 RC oscillator running at 32 kHz.
52 running at 12 MHz.
65 PLL is running at 7 times of main clock.
78 PLL is running at 7 times of main clock.
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/sam4e/
DKconfig.soc38 RC oscillator running at 32 kHz.
54 running at 12 MHz.
67 PLL is running at 10 times of main clock.
80 PLL is running at 10 times of main clock.
/Zephyr-Core-3.5.0/doc/hardware/arch/
Dsemihost.rst9 Semihosting is a mechanism that enables code running on ARM and RISC-V targets
11 running a debugger or emulator.
26 directory of the running process.
57 Additional functionality is available by running semihosting instructions
/Zephyr-Core-3.5.0/soc/arm/atmel_sam/sam4s/
DKconfig.soc58 RC oscillator running at 32 kHz.
74 running at 12 MHz.
87 PLL is running at 10 times of main clock.
100 PLL is running at 10 times of main clock.
/Zephyr-Core-3.5.0/samples/net/telnet/
DREADME.rst13 Once up and running, you can connect to the target over the network,
22 Building and Running
50 At this point, your QEMU guest is up and running. Connect to the telnet
68 These are instructions for how to use this sample application running on a
69 Freedom-K64F board. Unlike running it on QEMU, :ref:`Freedom-K64F board
105 [Setup] [INF] setup_dhcpv4: Running dhcpv4 client...
/Zephyr-Core-3.5.0/scripts/west_commands/
Drun_tests.py7 # A convenience script provided for running tests on the runners
33 print(f'Running mypy from {here}:\n\t' +
37 print(f'Running pytest from {here}:\n\t' +
/Zephyr-Core-3.5.0/samples/net/sockets/echo/
DREADME.rst24 Building and Running
47 Running application on POSIX Host
75 Running on cc3220sf_launchxl
81 the IP address will be printed to the console upon running this echo
/Zephyr-Core-3.5.0/samples/boards/nrf/clock_skew/
DREADME.rst26 Building, Flashing and Running
35 Running:
44 Power-up clocks: LFCLK[ON]: Running LFXO ; HFCLK[OFF]: Running HFINT
46 Timer-running clocks: LFCLK[ON]: Running LFXO ; HFCLK[OFF]: Running HFINT
/Zephyr-Core-3.5.0/doc/develop/getting_started/
Dinstallation_win.rst11 If you are running a recent version of Windows 10 you can make use of the
26 running in the "About your PC" section of the System Settings.
27 If you are running an older Windows 10 build you might need to install
/Zephyr-Core-3.5.0/samples/bluetooth/beacon/
DREADME.rst17 * BlueZ running on the host, or
20 Building and Running

12345678910>>...53