Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/Zephyr-latest/samples/net/cellular_modem/server/
Dte_udp_echo.py10 self.running = True
17 self.running = False
25 while self.running:
Dte_udp_receive.py44 self.running = True
52 self.running = False
60 while self.running:
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/
Dhost_stack_if.c36 uint8_t running = 0x0; in ble_ctlr_stack_handler() local
40 running = BleStack_Process(); in ble_ctlr_stack_handler()
49 if (running == BLE_SLEEPMODE_RUNNING) { in ble_ctlr_stack_handler()
/Zephyr-latest/tests/kernel/context/
DREADME.txt100 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
122 thread (q order: 4, t/o: 1750) is running
DKconfig9 The platform may have some component running in the background while the k_cpu_idle test is
10 running causing the CPU to awake. With this option we allow for a maximum number of wakes
/Zephyr-latest/boards/st/stm32h573i_dk/support/
Dopenocd.cfg12 # connect_assert_srst needed if low power mode application running (WFI...)
17 # Due to the use of connect_assert_srst, running gdb requires
/Zephyr-latest/boards/st/nucleo_h503rb/support/
Dopenocd.cfg12 # connect_assert_srst needed if low power mode application running (WFI...)
17 # Due to the use of connect_assert_srst, running gdb requires
/Zephyr-latest/boards/st/nucleo_h533re/support/
Dopenocd.cfg12 # connect_assert_srst needed if low power mode application running (WFI...)
17 # Due to the use of connect_assert_srst, running gdb requires
/Zephyr-latest/boards/st/nucleo_h563zi/support/
Dopenocd.cfg12 # connect_assert_srst needed if low power mode application running (WFI...)
17 # Due to the use of connect_assert_srst, running gdb requires
/Zephyr-latest/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-latest/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-latest/samples/boards/nordic/clock_skew/src/
Dmain.c101 bool running; in show_clocks() local
104 running = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_LFCLK, in show_clocks()
107 running ? "Running" : "Off", lfsrc_s[src.lf]); in show_clocks()
109 running = nrf_clock_is_running(NRF_CLOCK, NRF_CLOCK_DOMAIN_HFCLK, in show_clocks()
112 running ? "Running" : "Off", hfsrc_s[src.hf]); in show_clocks()
/Zephyr-latest/samples/bluetooth/bthome_sensor_template/
DREADME.rst16 …for example `Home Assistant <https://www.home-assistant.io/>`_ with the BTHome integration running.
25 When the sample is running, navigate to Devices & Services under settings in Home
/Zephyr-latest/samples/net/dhcpv4_client/
DREADME.rst26 QEMU on a Linux host to negotiate IP address from DHCPv4 server (kea) running
94 To verify the Zephyr application client is running and has received
105 These are instructions for how to use this sample application running on
106 :zephyr:board:`frdm_k64f` board to negotiate IP address from DHCPv4 server (kea) running
187 To verify the Zephyr application client is running and has received
201 This sample application running on Arm FVP board can negotiate IP
202 address from DHCPv4 server running on Arm FVP, so there is no extra
/Zephyr-latest/boards/st/stm32h7s78_dk/support/
Dopenocd.cfg16 # connect_assert_srst needed if low power mode application running (WFI...)
35 # Due to the use of connect_assert_srst, running gdb requires
/Zephyr-latest/scripts/native_simulator/common/src/
Dnct.c100 bool running; /* Is this the currently running thread */ member
144 tt_el->running = false; in abort_tail()
161 tt_el->running = false; in nct_wait_until_allowed()
176 tt_el->running = true; in nct_wait_until_allowed()
378 tt_el->running = false; in nct_thread_starter()
470 tt_el->running = false; in nct_new_thread()
/Zephyr-latest/samples/net/cloud/mqtt_azure/
DKconfig43 Provide proxy address if you are running this application
50 Provide proxy port if you are running this application
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_rd_client/src/
Dstubs.c151 static bool running; variable
156 while (running) { in service_work_fn()
190 running = true; in test_lwm2m_engine_start_service()
202 running = false; in test_lwm2m_engine_stop_service()
/Zephyr-latest/drivers/hdlc_rcp_if/
DKconfig.nxp7 # HDLC communication Interface used by Zephyr running Openthread RCP host
/Zephyr-latest/tests/drivers/build_all/sensor/
DCMakeLists.txt7 # Exclude main when running the generic test because ztest supplies its own
/Zephyr-latest/samples/subsys/task_wdt/boards/
Dnucleo_f401re.overlay10 * Thus, use the IWDG instead for running this sample.
Dnucleo_f411re.overlay10 * Thus, use the IWDG instead for running this sample.
/Zephyr-latest/tests/lib/p4workq/src/
Dmain.c26 bool running; member
46 item->running = false; in stress_sub()
57 titem->running = true; in stress_handler()
/Zephyr-latest/boards/nordic/nrf52dk/
Dnrf52dk_nrf52805_defconfig20 # running the default set of kernel tests.
/Zephyr-latest/arch/common/
DKconfig10 Semihosting is a mechanism that enables code running on an ARM or
12 a host computer that is running a debugger.

12345678910>>...27