Searched refs:setup (Results 176 – 200 of 444) sorted by relevance
12345678910>>...18
/Zephyr-latest/samples/net/virtual/ |
D | README.rst | 39 net-setup.sh -c zeth-tunnel.conf
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 6 This tutorial shows how to setup AutoPTS client and server to run both on 73 Perform Windows setup from `Getting Started Guide <https://docs.zephyrproject.org/latest/getting_st… 194 If the error "ImportError: No module named pywintypes" appeared after the fresh setup,
|
/Zephyr-latest/tests/bluetooth/mesh/rpl/src/ |
D | main.c | 194 static void setup(void *f) in setup() function 245 ZTEST_SUITE(bt_mesh_rpl_reset, NULL, NULL, setup, NULL, NULL);
|
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_test.h | 195 const ztest_suite_setup_t setup; member 238 .setup = (setup_fn), \
|
/Zephyr-latest/tests/net/socket/tls_ext/src/ |
D | main.c | 419 static void *setup(void) in setup() function 472 ZTEST_SUITE(net_socket_tls_api_extension, NULL, setup, NULL, NULL, NULL);
|
/Zephyr-latest/soc/ |
D | Kconfig | 24 # The helper symbols below are put here due to an unusual setup: The simulated
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_iwdg_stm32.c | 183 .setup = iwdg_stm32_setup,
|
D | wdt_ene_kb1200.c | 147 .setup = wdt_kb1200_setup,
|
D | wdt_cc13xx_cc26xx.c | 217 .setup = wdt_cc13xx_cc26xx_setup,
|
D | wdt_mchp_xec.c | 170 .setup = wdt_xec_setup,
|
D | wdt_mcux_imx_wdog.c | 153 .setup = mcux_wdog_setup,
|
D | wdt_npm6001.c | 161 .setup = wdt_npm6001_setup,
|
D | wdt_sam.c | 228 .setup = wdt_sam_setup,
|
/Zephyr-latest/samples/drivers/espi/ |
D | README.rst | 24 Sample requires a correct harness and fixture setup.
|
/Zephyr-latest/samples/subsys/lorawan/fuota/ |
D | README.rst | 25 …urces.lora-alliance.org/technical-specifications/lorawan-remote-multicast-setup-specification-v1-0…
|
/Zephyr-latest/samples/bluetooth/ |
D | bluetooth.rst | 10 external Bluetooth Controllers. Refer to the :ref:`bluetooth-hw-setup` section
|
/Zephyr-latest/include/zephyr/usb/ |
D | usb_device.h | 117 typedef int (*usb_request_handler)(struct usb_setup_packet *setup,
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | capture.rst | 15 external system for analysis. The monitoring can be setup either manually 44 * The network packet capturing infrastructure is then setup so that the ``cooked``
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_setup.rst | 153 setup on the host may be required. This setup is common for both 204 Unlike the VM-to-Host setup described above, VM-to-VM setup is
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 49 … be generated in every run of "pytest" in the tests directory using configuration file (setup.cfg).
|
/Zephyr-latest/doc/kernel/iterable_sections/ |
D | index.rst | 35 Then the linker has to be setup to place the structure in a
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | external_content.py | 164 def setup(app: Sphinx) -> dict[str, Any]: function
|
/Zephyr-latest/samples/net/zperf/ |
D | README.rst | 57 to setup the network environment.
|
/Zephyr-latest/boards/aspeed/ast1030_evb/doc/ |
D | index.rst | 60 UART5 is configured for serial logs. The default serial setup is 115200 8N1.
|
/Zephyr-latest/boards/nxp/common/ |
D | opensda-debug.rst | 10 to setup your debug probe:
|
12345678910>>...18