/Zephyr-Core-3.4.0/boards/arm/mec172xevb_assy6906/support/ |
D | mec172x_remote_flasher.py | 9 attached to a remote system. 12 west flash -r misc-flasher -- mec172x_remote_flasher.py <remote host> 15 1. SSH access to remote host with write access to remote /tmp. 18 2. Dediprog "dpcmd" available in path on remote host. 22 the Dediprog programmer attached to remote host. 35 - <remote host> 36 serial_pty: "nc,<remote host>,<ser2net port>" 63 This is used for remote file name to avoid file name 90 help="Remote host name or IP address") 92 # Arguments about remote machine [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/mesh/ |
D | rpr_cli.h | 19 * @defgroup bt_mesh_rpr_cli Remote Provisioning Client model 26 * Tells the Remote Provisioning Server not to put restrictions on the max 35 * @brief Remote Provisioning Client model composition data entry. 55 /** Remote Provisioning Server scanning capabilities */ 63 /** Remote Provisioning Client model instance. */ 67 * @param cli Remote Provisioning Client. 68 * @param srv Remote Provisioning Server. 97 /** @brief Get scanning capabilities of Remote Provisioning Server. 99 * @param cli Remote Provisioning Client. 100 * @param srv Remote Provisioning Server. [all …]
|
/Zephyr-Core-3.4.0/samples/subsys/ipc/ipc_service/icmsg/ |
D | README.rst | 30 serial port, one is host another is remote: 52 [00:00:00.006,256] <inf> remote: IPC-service REMOTE demo started 53 [00:00:00.006,378] <inf> remote: Ep bounded 54 [00:00:00.006,439] <inf> remote: Perform sends for 1000 [ms] 56 [00:00:01.417,572] <inf> remote: Sent 235527 [Bytes] over 1000 [ms] 57 [00:00:01.417,602] <inf> remote: IPC-service REMOTE demo ended 59 [00:00:00.006,256] <inf> remote: IPC-service REMOTE demo started 60 [00:00:00.006,347] <inf> remote: Ep bounded 61 [00:00:00.006,378] <inf> remote: Perform sends for 1000 [ms] 62 [00:00:01.006,164] <inf> remote: Sent 236797 [Bytes] over 1000 [ms] [all …]
|
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/mesh/tests_scripts/provision/ |
D | pb_remote_pst_ncrp.sh | 9 # PB-Remote client (1st device): 11 # - provision the 3rd device over PB-Remote 12 # PB-Remote server (2nd device): 14 # - run PB-Remote bearer 15 # PB-Remote server (3rd device): 19 # PB-Remote client (1st device): 23 # PB-Remote server (3rd device): 26 # PB-Remote client (1st device): 28 # PB-Remote server (3rd device):
|
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/mesh/ |
D | rpr_cli.rst | 3 Remote Provisioning Client 6 The Remote Provisioning Client model is a foundation model defined by the Bluetooth 10 The Remote Provisioning Client model is introduced in the Bluetooth Mesh Protocol 14 The Remote Provisioning Client model communicates with a Remote Provisioning Server model 15 using the device key of the node containing the target Remote Provisioning Server model instance. 17 If present, the Remote Provisioning Client model must be instantiated on the primary 23 …sed to scan for unprovisioned devices located nearby the Remote Provisioning Server. The Remote Pr… 52 The above example shows pseudo code for starting a scan procedure on the target Remote Provisioning… 58 Additionally, the Remote Provisioning Client model also supports extended scanning with the 60 Remote Provisioning Server to report additional data for a specific device. The Remote Provisioning… [all …]
|
D | rpr_srv.rst | 3 Remote Provisioning Server 6 The Remote Provisioning Server model is a foundation model defined by the Bluetooth 10 The Remote Provisioning Server model is introduced in the Bluetooth Mesh Protocol 14 The Remote Provisioning Server does not have an API of its own, but relies on a 15 :ref:`bluetooth_mesh_models_rpr_cli` to control it. The Remote Provisioning Server 18 If present, the Remote Provisioning Server model must be instantiated on the primary
|
/Zephyr-Core-3.4.0/subsys/bluetooth/audio/ |
D | Kconfig.mctl | 16 Enables support for control of local and remote media players 36 bool "Support for remote control of local media players" 39 This option enables support for remote control of local media 43 bool "Support for control of remote media player" 48 This options enables support for control of a remote media player. 51 bool "Support for accessing objects on remote player" 58 search results, ...) on a remote media player
|
/Zephyr-Core-3.4.0/subsys/net/lib/sockets/ |
D | socketpair.c | 36 * endpoint) are said to be 'remote'. 43 * - write operations may block if the remote @a recv_q is full 47 int remote; /**< the remote endpoint file descriptor */ member 72 const struct spair *remote = z_get_fd_obj(spair->remote, in sock_is_connected() local 75 if (remote == NULL) { in sock_is_connected() 97 struct spair *const remote = z_get_fd_obj(spair->remote, in spair_write_avail() local 100 if (remote == NULL) { in spair_write_avail() 104 return k_pipe_write_avail(&remote->recv_q); in spair_write_avail() 142 * T1 waits on A's write signal. T2 triggers the remote 148 * If the remote endpoint is already closed, the former operation does not [all …]
|
/Zephyr-Core-3.4.0/samples/subsys/ipc/ipc_service/static_vrings/ |
D | README.rst | 30 serial port, one is host another is remote: 49 IPC-service REMOTE [INST 0 - ENDP A] demo started 50 IPC-service REMOTE [INST 0 - ENDP B] demo started 51 IPC-service REMOTE [INST 1] demo started 52 REMOTE [1]: 0 53 REMOTE [1]: 2 54 REMOTE [1]: 4 55 REMOTE [1]: 6 56 REMOTE [1]: 8
|
/Zephyr-Core-3.4.0/samples/subsys/ipc/rpmsg_service/ |
D | README.rst | 48 serial port, one is master another is remote: 69 RPMsg Service [remote] demo started 70 Remote core received a message: 0 71 Remote core received a message: 2 72 Remote core received a message: 4 74 Remote core received a message: 98 100 remote) will appear on the corresponding serial ports: 121 RPMsg Service [remote] demo started 122 Remote core received a message: 0 123 Remote core received a message: 2 [all …]
|
/Zephyr-Core-3.4.0/samples/drivers/ipm/ipm_mcux/ |
D | sysbuild.cmake | 8 SOURCE_DIR ${APP_DIR}/remote 12 # Add a dependency so that the remote sample will be built and flashed first 14 # remote core's build, such as the output image's LMA 16 # Place remote image first in the image list
|
/Zephyr-Core-3.4.0/samples/subsys/ipc/openamp/ |
D | sysbuild.cmake | 8 SOURCE_DIR ${APP_DIR}/remote 12 # Add a dependency so that the remote sample will be built and flashed first 14 # remote core's build, such as the output image's LMA 16 # Place remote image first in the image list
|
D | README.rst | 11 and code. Note that the remote and primary core images can be flashed 63 serial port, one is master another is remote: 84 OpenAMP[remote] demo started 85 Remote core received a message: 0 86 Remote core received a message: 2 87 Remote core received a message: 4 89 Remote core received a message: 98
|
/Zephyr-Core-3.4.0/samples/drivers/ipm/ipm_esp32/ |
D | README.rst | 41 PRO_CPU is sending a fake request, waiting remote response... 43 PRO_CPU is sending a fake request, waiting remote response... 45 PRO_CPU is sending a fake request, waiting remote response... 47 PRO_CPU is sending a fake request, waiting remote response... 49 PRO_CPU is sending a fake request, waiting remote response... 51 PRO_CPU is sending a fake request, waiting remote response... 53 PRO_CPU is sending a fake request, waiting remote response...
|
/Zephyr-Core-3.4.0/samples/subsys/ipc/openamp/remote/ |
D | sample.yaml | 3 name: OpenAMP example integration (remote) 5 sample.ipc.openamp.remote: 12 harness: remote
|
/Zephyr-Core-3.4.0/samples/subsys/ipc/rpmsg_service/remote/ |
D | sample.yaml | 4 name: RPMsg Service example integration (remote) 6 harness: remote 8 sample.ipc.rpmsg_service.remote:
|
/Zephyr-Core-3.4.0/include/zephyr/xen/ |
D | events.h | 32 * Allocate event-channel between caller and remote domain 34 * @param remote_dom - remote domain domid 40 * Allocate local event channel, binded to remote port and attach specified callback 43 * @param remote_dom - remote domain domid 44 * @param remote_port - remote domain event channel port number
|
/Zephyr-Core-3.4.0/scripts/ |
D | series-push-hook.sh | 8 remote=$1 25 # At each (forced) push, examine all commits since $remote/main 26 base_commit=`git rev-parse $remote/main`
|
/Zephyr-Core-3.4.0/ |
D | west.yml | 19 remote: upstream 39 remote: babblesim 46 remote: babblesim 53 remote: babblesim 60 remote: babblesim 67 remote: babblesim 74 remote: babblesim 81 remote: babblesim 88 remote: babblesim 95 remote: babblesim [all …]
|
/Zephyr-Core-3.4.0/boards/xtensa/intel_adsp_cavs25/doc/ |
D | intel_adsp_generic.rst | 168 Remote Flashing to cAVS-based ADSP 174 this point onward, we will refer to the board as the "remote host" and your 178 :zephyr_file:`soc/xtensa/intel_adsp/tools/remote-fw-service.py` will receive 182 :file:`remote-fw-service.py`. 187 scp -r $ZEPHYR_BASE/soc/xtensa/intel_adsp/tools/remote-fw-service.py username@remotehostname 189 sudo ./remote-fw-service.py 191 :file:`remote-fw-service.py` uses ports 9999 and 10000 on the remote host to 203 west flash --remote-host remotehostname --pty remotehostname 209 …ntel_adsp/tools/cavstool_client.py,-s,remotehostname,-l" --west-flash="--remote-host=remotehostnam… 212 :file:`cavstool_client.py` to :file:`remote-fw-service.py` is forwarded through [all …]
|
/Zephyr-Core-3.4.0/include/zephyr/logging/ |
D | log_multidomain_helper.h | 148 /** @brief Union for holding data returned by associated remote backend. */ 167 /** @brief Remote link API. */ 170 /** @brief Remote link structure. */ 189 /** @brief Remote backend API. */ 192 /** @brief Remote backend structure. */ 202 /** @brief Function to be called when data is received from remote. 218 /** @brief Function called when connection with remote is established. 225 /** @brief Function to be called when data is received from remote. 241 /** @brief Function called when connection with remote is established.
|
/Zephyr-Core-3.4.0/samples/drivers/mbox/remote/ |
D | sample.yaml | 2 name: MBOX IPC sample (remote) 9 harness: remote
|
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/ |
D | conn.h | 34 /** Opaque type representing a connection to a remote device */ 241 * Look up an existing connection based on the remote address. 247 * @param peer Remote address. 292 /** Destination (Remote) Identity Address or remote Resolvable Private 298 /** Remote device address used during connection setup. */ 299 const bt_addr_le_t *remote; member 331 const bt_addr_t *dst; /** Destination (Remote) BR/EDR address */ 411 /** LE Connection Remote Info Structure */ 414 /** Remote LE feature set (bitmask). */ 418 /** BR/EDR Connection Remote Info structure */ [all …]
|
/Zephyr-Core-3.4.0/samples/subsys/ipc/ipc_service/icmsg/remote/ |
D | sample.yaml | 2 name: IPC Service example integration (icmsg backend) (remote) 9 harness: remote
|
/Zephyr-Core-3.4.0/samples/subsys/ipc/ipc_service/static_vrings/remote/ |
D | sample.yaml | 2 name: IPC Service example integration (OpenAMP static_vrings backend) (remote) 9 harness: remote
|