Searched refs:remote (Results 76 – 100 of 282) sorted by relevance
12345678910>>...12
/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/ |
D | CMakeLists.txt | 14 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as remote in this sample")
|
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/ |
D | board.cmake | 6 board_runner_args(openocd "--gdb-init=target extended-remote :3334")
|
/Zephyr-latest/samples/drivers/mbox_data/remote/ |
D | CMakeLists.txt | 15 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as remote in this sample")
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/ |
D | appli_debug_cmd.gdb | 9 set remote interrupt-on-connect off
|
/Zephyr-latest/boards/nordic/nrf52840dongle/ |
D | nrf52840dongle_nrf52840_defconfig | 12 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
|
/Zephyr-latest/boards/others/promicro_nrf52840/ |
D | promicro_nrf52840_nrf52840_defconfig | 12 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
|
D | promicro_nrf52840_nrf52840_uf2_defconfig | 12 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
|
/Zephyr-latest/boards/ct/ctcc/ |
D | ctcc_nrf52840_defconfig | 12 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
|
/Zephyr-latest/boards/common/ |
D | esp32.board.cmake | 7 board_runner_args(openocd --gdb-init "set remote hardware-watchpoint-limit 2")
|
/Zephyr-latest/drivers/sensor/f75303/ |
D | Kconfig | 14 and two remote.
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/ |
D | CMakeLists.txt | 12 set(REMOTE_ZEPHYR_DIR ${CMAKE_CURRENT_BINARY_DIR}/../remote/zephyr)
|
/Zephyr-latest/drivers/mbox/ |
D | Kconfig.nrf_vevif_event | 16 Mailbox driver for transmitting events from VPR to a remote core
|
/Zephyr-latest/tests/boards/nrf/coresight_stm/ |
D | sysbuild.cmake | 4 set(REMOTE_APP remote)
|
/Zephyr-latest/samples/drivers/mbox_data/ |
D | CMakeLists.txt | 10 set(REMOTE_ZEPHYR_DIR ${CMAKE_CURRENT_BINARY_DIR}/../remote/zephyr)
|
/Zephyr-latest/tests/drivers/mbox/mbox_data/ |
D | CMakeLists.txt | 10 set(REMOTE_ZEPHYR_DIR ${CMAKE_CURRENT_BINARY_DIR}/../remote/zephyr)
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | sysbuild.cmake | 4 set(REMOTE_APP remote)
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_socket.c | 146 memcpy(&pkt->remote, &sock->context->remote, sizeof(pkt->remote)); in esp_socket_prepare_pkt()
|
/Zephyr-latest/doc/develop/west/ |
D | manifest.rst | 117 by appending a project-specific path onto a remote URL base. (As we'll see 142 - Mandatory; a unique name for the remote. 146 project with this remote. 161 specify what Git remote URLs to use when cloning and fetching the projects, 178 remote: remote1 185 remote: remote2 193 - ``proj1`` has remote ``remote1``, so its Git fetch URL is 194 ``https://git.example.com/base1/proj1``. The remote ``url-base`` is appended 205 - ``proj2`` has a ``remote`` and a ``repo-path``, so its fetch URL is 240 * - ``remote``, ``url`` [all …]
|
/Zephyr-latest/boards/nordic/thingy53/ |
D | thingy53_nrf5340_cpuapp_defconfig | 22 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
|
D | thingy53_nrf5340_cpuapp_ns_defconfig | 25 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/ |
D | mimxrt1160_evk_mimxrt1166_cm4.overlay | 72 role = "remote"; 81 role = "remote";
|
D | mimxrt1170_evk_mimxrt1176_cm4.overlay | 72 role = "remote"; 81 role = "remote";
|
D | mimxrt1170_evk_mimxrt1176_cm4_B.overlay | 72 role = "remote"; 81 role = "remote";
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_pdu.c | 667 static bool dle_remote_valid(const struct data_pdu_length *remote) in dle_remote_valid() argument 669 if (!IN_RANGE(remote->max_rx_octets, PDU_DC_PAYLOAD_SIZE_MIN, in dle_remote_valid() 674 if (!IN_RANGE(remote->max_tx_octets, PDU_DC_PAYLOAD_SIZE_MIN, in dle_remote_valid() 680 if (!IN_RANGE(remote->max_rx_time, PDU_DC_PAYLOAD_TIME_MIN, in dle_remote_valid() 685 if (!IN_RANGE(remote->max_tx_time, PDU_DC_PAYLOAD_TIME_MIN, in dle_remote_valid() 690 if (!IN_RANGE(remote->max_rx_time, PDU_DC_PAYLOAD_TIME_MIN, in dle_remote_valid() 695 if (!IN_RANGE(remote->max_tx_time, PDU_DC_PAYLOAD_TIME_MIN, in dle_remote_valid() 706 struct data_pdu_length remote; in decode_length_req_rsp_common() local 708 remote.max_rx_octets = sys_le16_to_cpu(p->max_rx_octets); in decode_length_req_rsp_common() 709 remote.max_tx_octets = sys_le16_to_cpu(p->max_tx_octets); in decode_length_req_rsp_common() [all …]
|
/Zephyr-latest/samples/drivers/mbox/remote/ |
D | CMakeLists.txt | 27 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as remote in this sample")
|
12345678910>>...12