Home
last modified time | relevance | path

Searched refs:remote (Results 151 – 175 of 282) sorted by relevance

12345678910>>...12

/Zephyr-latest/boards/microchip/mpfs_icicle/doc/
Dindex.rst59 -ex "target extended-remote localhost:3333" \
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/
Dindex.rst91 target remote :2331
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Drpr.c418 SHELL_CMD_ARG(provision-remote, NULL, "<UUID(1-16 hex)> <NetKeyIdx> <Addr>",
420 SHELL_CMD_ARG(reprovision-remote, NULL, "<Addr> [<CompChanged(false, true)>]",
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c595 memset(&(context->remote), 0, sizeof(struct sockaddr_in)); in winc1500_put()
913 a_sd->context->remote.sa_family = AF_INET; in handle_socket_msg_accept()
914 net_sin(&a_sd->context->remote)->sin_port = in handle_socket_msg_accept()
916 net_sin(&a_sd->context->remote)->sin_addr.s_addr = in handle_socket_msg_accept()
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
DREADME.rst77 serial port, one is host another is remote:
/Zephyr-latest/doc/services/debugging/
Dcoredump.rst49 a remote target for GDB (and other GDB compatible debuggers). CPU registers,
186 (gdb) target remote localhost:1234
234 You can use ``target remote |`` to start the custom GDB server from inside
247 …(gdb) target remote | ./scripts/coredump/coredump_gdbserver.py --pipe build/zephyr/zephyr.elf core…
Ddebugmon.rst56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
/Zephyr-latest/boards/quicklogic/quick_feather/doc/
Dindex.rst83 target remote <port_number>
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/
Dmain.c489 zassert_equal(conn.llcp.remote.pause, 0); in ZTEST()
544 peek_ctx = (struct proc_ctx *)sys_slist_peek_head(&conn.llcp.remote.pend_proc_list); in ZTEST()
/Zephyr-latest/doc/develop/west/
Dworkspaces.rst218 remote: zephyrproject-rtos
239 remote: zephyrproject-rtos
309 remote: your-git-server
312 remote: zephyrproject-rtos
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dgmap.rst7 the remote device's GMAS to see what GMAP roles and features they support.
/Zephyr-latest/doc/develop/toolchains/
Dcadence_xcc.rst27 a remote licensing server.
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/
DKconfig.icmsg_v129 Time to wait for remote bonding notification before the
/Zephyr-latest/samples/net/tftp_client/
DREADME.rst11 based on UDP, and is designed to get a file from or put a file onto a remote host.
/Zephyr-latest/samples/drivers/mbox_data/
DREADME.rst78 serial port, one is the main core another is the remote core:
/Zephyr-latest/modules/hal_nordic/
DKconfig189 If this value is modified, its remote counterpart must be set to the exact same value.
218 …If this option is modified on a multicore SoC, its remote counterpart must be set to the exact sam…
/Zephyr-latest/subsys/net/lib/shell/
Dconn.c127 ntohs(net_sin6(&conn->context->remote)->sin6_port), in tcp_cb()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c2552 MAX(MIN(conn->lll.dle.local.max_rx_octets, conn->lll.dle.remote.max_tx_octets), in ull_dle_update_eff_rx()
2560 MAX(MIN(conn->lll.dle.local.max_rx_time, conn->lll.dle.remote.max_tx_time), in ull_dle_update_eff_rx()
2591 MAX(MIN(conn->lll.dle.local.max_tx_octets, conn->lll.dle.remote.max_rx_octets), in ull_dle_update_eff_tx()
2599 MAX(MIN(conn->lll.dle.local.max_tx_time, conn->lll.dle.remote.max_rx_time), in ull_dle_update_eff_tx()
2681 conn->lll.dle.remote.max_tx_octets = PDU_DC_PAYLOAD_SIZE_MIN; in ull_dle_init()
2682 conn->lll.dle.remote.max_rx_octets = PDU_DC_PAYLOAD_SIZE_MIN; in ull_dle_init()
2685 conn->lll.dle.remote.max_tx_time = max_time_min; in ull_dle_init()
2686 conn->lll.dle.remote.max_rx_time = max_time_min; in ull_dle_init()
Dull_llcp.c418 sys_slist_init(&conn->llcp.remote.pend_proc_list); in ull_llcp_init()
419 conn->llcp.remote.pause = 0U; in ull_llcp_init()
420 conn->llcp.remote.incompat = INCOMPAT_NO_COLLISION; in ull_llcp_init()
421 conn->llcp.remote.collision = 0U; in ull_llcp_init()
423 conn->llcp.remote.paused_cmd = PROC_NONE; in ull_llcp_init()
526 rem_ret = prt_elapse(&conn->llcp.remote.prt_expire, elapsed_event); in ull_cp_prt_elapse()
/Zephyr-latest/boards/andestech/adp_xc7k_ae350/doc/
Dindex.rst233 (gdb) target remote :1111
276 (gdb) target remote :1111
/Zephyr-latest/boards/others/promicro_nrf52840/doc/
Dindex.rst109 target extended-remote localhost:3333
/Zephyr-latest/samples/sensor/fdc2x1x/
DREADME.rst18 detection and gesture recognition to remote liquid level sensing. The sensor in
/Zephyr-latest/samples/boards/arc_secure_services/
DREADME.rst124 $ target remote :3333
/Zephyr-latest/cmake/modules/
DFindTargetTools.cmake4 # targeting a remote target for Zephyr development.
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/remote/src/
Dremote.c18 LOG_MODULE_REGISTER(remote, LOG_LEVEL_INF);

12345678910>>...12