/Zephyr-latest/samples/net/cellular_modem/server/ |
D | te_udp_echo.py | 10 self.running = True 17 self.running = False 25 while self.running:
|
D | te_udp_receive.py | 44 self.running = True 52 self.running = False 60 while self.running:
|
/Zephyr-latest/soc/st/stm32/stm32wbax/hci_if/ |
D | host_stack_if.c | 36 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/ |
D | README.txt | 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 122 thread (q order: 4, t/o: 1750) is running
|
D | Kconfig | 9 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/ |
D | openocd.cfg | 12 # 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/ |
D | openocd.cfg | 12 # 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/ |
D | openocd.cfg | 12 # 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/ |
D | openocd.cfg | 12 # 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/ |
D | semihost.rst | 9 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/ |
D | installation_win.rst | 11 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/ |
D | main.c | 101 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/ |
D | README.rst | 16 …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/ |
D | README.rst | 26 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/ |
D | openocd.cfg | 16 # 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/ |
D | nct.c | 100 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/ |
D | Kconfig | 43 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/ |
D | stubs.c | 151 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/ |
D | Kconfig.nxp | 7 # HDLC communication Interface used by Zephyr running Openthread RCP host
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | CMakeLists.txt | 7 # Exclude main when running the generic test because ztest supplies its own
|
/Zephyr-latest/samples/subsys/task_wdt/boards/ |
D | nucleo_f401re.overlay | 10 * Thus, use the IWDG instead for running this sample.
|
D | nucleo_f411re.overlay | 10 * Thus, use the IWDG instead for running this sample.
|
/Zephyr-latest/tests/lib/p4workq/src/ |
D | main.c | 26 bool running; member 46 item->running = false; in stress_sub() 57 titem->running = true; in stress_handler()
|
/Zephyr-latest/boards/nordic/nrf52dk/ |
D | nrf52dk_nrf52805_defconfig | 20 # running the default set of kernel tests.
|
/Zephyr-latest/arch/common/ |
D | Kconfig | 10 Semihosting is a mechanism that enables code running on an ARM or 12 a host computer that is running a debugger.
|