Home
last modified time | relevance | path

Searched refs:remote (Results 51 – 75 of 282) sorted by relevance

12345678910>>...12

/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/
Dmimxrt1180_evk_mimxrt1189_cm7.overlay34 role = "remote";
43 role = "remote";
Dfrdm_mcxn947_mcxn947_cpu1.overlay36 role = "remote";
45 role = "remote";
Dlpcxpresso55s69_lpc55s69_cpu1.overlay59 role = "remote";
68 role = "remote";
/Zephyr-latest/samples/net/zperf/
Dusbd_next_ecm.overlay10 remote-mac-address = "00005E005301";
Dusbd_next_ncm.overlay10 remote-mac-address = "00005E005301";
/Zephyr-latest/samples/net/sockets/echo_server/
Dusbd_next_ncm.overlay10 remote-mac-address = "00005E005301";
/Zephyr-latest/samples/sysbuild/hello_world/
DKconfig.sysbuild7 string "The board used for remote target"
/Zephyr-latest/samples/sysbuild/hello_world/remote/
DCMakeLists.txt7 project(remote) project
/Zephyr-latest/tests/subsys/nrfs/remote/
DCMakeLists.txt10 project(remote) project
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/remote/
DCMakeLists.txt7 message(STATUS "${BOARD} compiles as remote in this sample")
/Zephyr-latest/subsys/debug/gdbstub/
DKconfig5 bool "GDB remote serial protocol support [EXPERIMENTAL]"
43 breakpoint interrupts and remote commands it receives.
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/
Dsysbuild.cmake11 SOURCE_DIR ${APP_DIR}/remote
DREADME.rst14 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/
DREADME.rst13 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/
Dcapture.c284 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/
DCMakeLists.txt10 message(STATUS "${BOARD} compiles as remote in this sample")
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/
DKconfig.sysbuild10 string "The board used for remote target"
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dtbs.rst75 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/
Dbluetooth-ctlr-arch.rst150 * 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/
Dboard.cmake5 board_runner_args(openocd "--gdb-init=target extended-remote :3334")
/Zephyr-latest/samples/subsys/ipc/openamp/remote/
DCMakeLists.txt12 message(STATUS "${BOARD} compiles as remote in this sample")
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/
DCMakeLists.txt12 message(STATUS "${BOARD} compile as remote in this sample")
/Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/
Dsysbuild.cmake7 "There is no remote board selected in Kconfig.sysbuild")
/Zephyr-latest/samples/subsys/ipc/openamp/
DREADME.rst12 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/
DCMakeLists.txt20 # Add remote directory to include within the build

12345678910>>...12