/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/ |
D | mimxrt1180_evk_mimxrt1189_cm7.overlay | 34 role = "remote"; 43 role = "remote";
|
D | frdm_mcxn947_mcxn947_cpu1.overlay | 36 role = "remote"; 45 role = "remote";
|
D | lpcxpresso55s69_lpc55s69_cpu1.overlay | 59 role = "remote"; 68 role = "remote";
|
/Zephyr-latest/samples/net/zperf/ |
D | usbd_next_ecm.overlay | 10 remote-mac-address = "00005E005301";
|
D | usbd_next_ncm.overlay | 10 remote-mac-address = "00005E005301";
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | usbd_next_ncm.overlay | 10 remote-mac-address = "00005E005301";
|
/Zephyr-latest/samples/sysbuild/hello_world/ |
D | Kconfig.sysbuild | 7 string "The board used for remote target"
|
/Zephyr-latest/samples/sysbuild/hello_world/remote/ |
D | CMakeLists.txt | 7 project(remote) project
|
/Zephyr-latest/tests/subsys/nrfs/remote/ |
D | CMakeLists.txt | 10 project(remote) project
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/remote/ |
D | CMakeLists.txt | 7 message(STATUS "${BOARD} compiles as remote in this sample")
|
/Zephyr-latest/subsys/debug/gdbstub/ |
D | Kconfig | 5 bool "GDB remote serial protocol support [EXPERIMENTAL]" 43 breakpoint interrupts and remote commands it receives.
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/ |
D | sysbuild.cmake | 11 SOURCE_DIR ${APP_DIR}/remote
|
D | README.rst | 14 perspective and code. Note that the remote and primary image core images can be 51 serial port, one is master another is remote: 72 RPMsg Service [remote] demo started 103 remote) will appear on the corresponding serial ports: 124 RPMsg Service [remote] demo started
|
/Zephyr-latest/samples/drivers/ipm/ipm_imx/ |
D | README.rst | 13 it blocks until the data are read by the remote side. 29 The sample requires that data are being sent by the remote core so it can echo 48 The remote code is in the form of a loadable Linux kernel module. It creates 52 The remote code and the instructions how to build and run it are located at:
|
/Zephyr-latest/subsys/net/lib/capture/ |
D | capture.c | 284 struct sockaddr remote = { 0 }; in net_capture_setup() local 300 if (!net_ipaddr_parse(remote_addr, strlen(remote_addr), &remote)) { in net_capture_setup() 314 if (IS_ENABLED(CONFIG_NET_IPV6) && remote.sa_family == AF_INET6) { in net_capture_setup() 316 &net_sin6(&remote)->sin6_addr); in net_capture_setup() 319 &net_sin6(&remote)->sin6_addr); in net_capture_setup() 323 } else if (IS_ENABLED(CONFIG_NET_IPV4) && remote.sa_family == AF_INET) { in net_capture_setup() 325 &net_sin(&remote)->sin_addr); in net_capture_setup() 328 &net_sin(&remote)->sin_addr); in net_capture_setup() 333 NET_ERR("Invalid address family %d", remote.sa_family); in net_capture_setup()
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/remote/ |
D | CMakeLists.txt | 10 message(STATUS "${BOARD} compiles as remote in this sample")
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/ |
D | Kconfig.sysbuild | 10 string "The board used for remote target"
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | tbs.rst | 75 read_remote_uri :Read the incoming remote URI 167 TBS can be controlled locally, or by a remote device (when in a call). For 168 example a remote device may initiate a call to the device with the TBS server, 169 or the TBS server may initiate a call to remote device, without a TBS_CLIENT client. 187 incoming :Simulate incoming remote call [<{instance_index, 190 remote_answer :Simulate remote answer outgoing call <call_index> 191 remote_retrieve :Simulate remote retrieve <call_index> 192 remote_terminate :Simulate remote terminate <call_index> 193 remote_hold :Simulate remote hold <call_index>
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-ctlr-arch.rst | 150 * Interface with running procedures, local and remote 159 * Handles passing PDUs into running procedures as well as possibly initiating remote procedures 167 * Holds local and remote procedure request queues as well as conn specific LLCP data 176 …l used to implement procedure contexts resource - instantiated in both a local and a remote version 183 LLCP local and remote request/procedure state machines 194 * Naming concept: rr_<...> => remote request machine 195 * Also handling of remote procedure initiation by llcp_rx_new() 200 * Naming concept: lp_<...> => local initiated procedure, rp_<...> => remote initiated procedure 216 - New remote procedure handling 218 …* Note - for any given connection, there can only ever be ONE remote procedure in the remote proce…
|
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/ |
D | board.cmake | 5 board_runner_args(openocd "--gdb-init=target extended-remote :3334")
|
/Zephyr-latest/samples/subsys/ipc/openamp/remote/ |
D | CMakeLists.txt | 12 message(STATUS "${BOARD} compiles as remote in this sample")
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/ |
D | CMakeLists.txt | 12 message(STATUS "${BOARD} compile as remote in this sample")
|
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/ |
D | sysbuild.cmake | 7 "There is no remote board selected in Kconfig.sysbuild")
|
/Zephyr-latest/samples/subsys/ipc/openamp/ |
D | README.rst | 12 and code. Note that the remote and primary core images can be flashed 78 serial port, one is master another is remote: 99 OpenAMP[remote] demo started
|
/Zephyr-latest/soc/nxp/imxrt/imxrt11xx/ |
D | CMakeLists.txt | 20 # Add remote directory to include within the build
|