Searched refs:remote (Results 151 – 175 of 282) sorted by relevance
12345678910>>...12
/Zephyr-latest/boards/microchip/mpfs_icicle/doc/ |
D | index.rst | 59 -ex "target extended-remote localhost:3333" \
|
/Zephyr-latest/boards/renesas/rzt2m_starterkit/doc/ |
D | index.rst | 91 target remote :2331
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | rpr.c | 418 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/ |
D | wifi_winc1500.c | 595 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/ |
D | README.rst | 77 serial port, one is host another is remote:
|
/Zephyr-latest/doc/services/debugging/ |
D | coredump.rst | 49 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…
|
D | debugmon.rst | 56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
|
/Zephyr-latest/boards/quicklogic/quick_feather/doc/ |
D | index.rst | 83 target remote <port_number>
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_api/src/ |
D | main.c | 489 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/ |
D | workspaces.rst | 218 remote: zephyrproject-rtos 239 remote: zephyrproject-rtos 309 remote: your-git-server 312 remote: zephyrproject-rtos
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
D | gmap.rst | 7 the remote device's GMAS to see what GMAP roles and features they support.
|
/Zephyr-latest/doc/develop/toolchains/ |
D | cadence_xcc.rst | 27 a remote licensing server.
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/interoperability/ |
D | Kconfig.icmsg_v1 | 29 Time to wait for remote bonding notification before the
|
/Zephyr-latest/samples/net/tftp_client/ |
D | README.rst | 11 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/ |
D | README.rst | 78 serial port, one is the main core another is the remote core:
|
/Zephyr-latest/modules/hal_nordic/ |
D | Kconfig | 189 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/ |
D | conn.c | 127 ntohs(net_sin6(&conn->context->remote)->sin6_port), in tcp_cb()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn.c | 2552 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()
|
D | ull_llcp.c | 418 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/ |
D | index.rst | 233 (gdb) target remote :1111 276 (gdb) target remote :1111
|
/Zephyr-latest/boards/others/promicro_nrf52840/doc/ |
D | index.rst | 109 target extended-remote localhost:3333
|
/Zephyr-latest/samples/sensor/fdc2x1x/ |
D | README.rst | 18 detection and gesture recognition to remote liquid level sensing. The sensor in
|
/Zephyr-latest/samples/boards/arc_secure_services/ |
D | README.rst | 124 $ target remote :3333
|
/Zephyr-latest/cmake/modules/ |
D | FindTargetTools.cmake | 4 # targeting a remote target for Zephyr development.
|
/Zephyr-latest/tests/subsys/ipc/ipc_sessions/remote/src/ |
D | remote.c | 18 LOG_MODULE_REGISTER(remote, LOG_LEVEL_INF);
|
12345678910>>...12