Home
last modified time | relevance | path

Searched refs:remote (Results 76 – 100 of 282) sorted by relevance

12345678910>>...12

/Zephyr-latest/tests/drivers/mbox/mbox_data/remote/
DCMakeLists.txt14 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as remote in this sample")
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dboard.cmake6 board_runner_args(openocd "--gdb-init=target extended-remote :3334")
/Zephyr-latest/samples/drivers/mbox_data/remote/
DCMakeLists.txt15 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as remote in this sample")
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/
Dappli_debug_cmd.gdb9 set remote interrupt-on-connect off
/Zephyr-latest/boards/nordic/nrf52840dongle/
Dnrf52840dongle_nrf52840_defconfig12 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
/Zephyr-latest/boards/others/promicro_nrf52840/
Dpromicro_nrf52840_nrf52840_defconfig12 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
Dpromicro_nrf52840_nrf52840_uf2_defconfig12 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
/Zephyr-latest/boards/ct/ctcc/
Dctcc_nrf52840_defconfig12 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
/Zephyr-latest/boards/common/
Desp32.board.cmake7 board_runner_args(openocd --gdb-init "set remote hardware-watchpoint-limit 2")
/Zephyr-latest/drivers/sensor/f75303/
DKconfig14 and two remote.
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
DCMakeLists.txt12 set(REMOTE_ZEPHYR_DIR ${CMAKE_CURRENT_BINARY_DIR}/../remote/zephyr)
/Zephyr-latest/drivers/mbox/
DKconfig.nrf_vevif_event16 Mailbox driver for transmitting events from VPR to a remote core
/Zephyr-latest/tests/boards/nrf/coresight_stm/
Dsysbuild.cmake4 set(REMOTE_APP remote)
/Zephyr-latest/samples/drivers/mbox_data/
DCMakeLists.txt10 set(REMOTE_ZEPHYR_DIR ${CMAKE_CURRENT_BINARY_DIR}/../remote/zephyr)
/Zephyr-latest/tests/drivers/mbox/mbox_data/
DCMakeLists.txt10 set(REMOTE_ZEPHYR_DIR ${CMAKE_CURRENT_BINARY_DIR}/../remote/zephyr)
/Zephyr-latest/samples/boards/nordic/coresight_stm/
Dsysbuild.cmake4 set(REMOTE_APP remote)
/Zephyr-latest/drivers/wifi/esp_at/
Desp_socket.c146 memcpy(&pkt->remote, &sock->context->remote, sizeof(pkt->remote)); in esp_socket_prepare_pkt()
/Zephyr-latest/doc/develop/west/
Dmanifest.rst117 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/
Dthingy53_nrf5340_cpuapp_defconfig22 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
Dthingy53_nrf5340_cpuapp_ns_defconfig25 # Board Kconfig.defconfig enables USB CDC ACM and should disable USB remote
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/
Dmimxrt1160_evk_mimxrt1166_cm4.overlay72 role = "remote";
81 role = "remote";
Dmimxrt1170_evk_mimxrt1176_cm4.overlay72 role = "remote";
81 role = "remote";
Dmimxrt1170_evk_mimxrt1176_cm4_B.overlay72 role = "remote";
81 role = "remote";
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_pdu.c667 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/
DCMakeLists.txt27 message(STATUS "${BOARD}${BOARD_QUALIFIERS} compile as remote in this sample")

12345678910>>...12