/Zephyr-Core-2.7.6/samples/subsys/ipc/ipc_service/ |
D | README.rst | 31 When you reset the development kit, the following messages (one for master and one for remote) will… 56 IPC Service [remote 1] demo started 58 IPC Service [remote 2] demo started 59 Remote [1] received a message: 0 60 Remote [2] received a message: 0 61 Remote [1] received a message: 2 62 Remote [2] received a message: 2 63 Remote [1] received a message: 4 64 Remote [2] received a message: 4 66 Remote [1] received a message: 98 [all …]
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/rpmsg_multi_instance/ |
D | README.rst | 28 When you reset the development kit, the following messages (one for master and one for remote) will… 56 RPMsg Multiple instance [remote no 1] demo started 58 RPMsg Multiple instance [remote no 2] demo started 59 Remote [no 1] core received a message: 0 60 Remote [no 2] core received a message: 0 61 Remote [no 1] core received a message: 2 62 Remote [no 2] core received a message: 2 63 Remote [no 1] core received a message: 4 64 Remote [no 2] core received a message: 4 66 Remote [no 1] core received a message: 98 [all …]
|
/Zephyr-Core-2.7.6/subsys/net/lib/sockets/ |
D | socketpair.c | 41 * endpoint) are said to be 'remote'. 48 * - write operations may block if the remote @a recv_q is full 52 int remote; /**< the remote endpoint file descriptor */ member 77 const struct spair *remote = z_get_fd_obj(spair->remote, in sock_is_connected() local 80 if (remote == NULL) { in sock_is_connected() 102 struct spair *const remote = z_get_fd_obj(spair->remote, in spair_write_avail() local 105 if (remote == NULL) { in spair_write_avail() 109 return k_pipe_write_avail(&remote->recv_q); in spair_write_avail() 147 * T1 waits on A's write signal. T2 triggers the remote 153 * If the remote endpoint is already closed, the former operation does not [all …]
|
/Zephyr-Core-2.7.6/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-2.7.6/samples/subsys/ipc/openamp/ |
D | README.rst | 54 serial port, one is master another is remote: 75 OpenAMP[remote] demo started 76 Remote core received a message: 0 77 Remote core received a message: 2 78 Remote core received a message: 4 80 Remote core received a message: 98
|
/Zephyr-Core-2.7.6/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-2.7.6/include/bluetooth/ |
D | conn.h | 31 /** Opaque type representing a connection to a remote device */ 228 * Look up an existing connection based on the remote address. 234 * @param peer Remote address. 279 /** Destination (Remote) Identity Address or remote Resolvable Private 285 /** Remote device address used during connection setup. */ 286 const bt_addr_le_t *remote; member 303 const bt_addr_t *dst; /** Destination (Remote) BR/EDR address */ 332 /** LE Connection Remote Info Structure */ 335 /** Remote LE feature set (bitmask). */ 339 /** BR/EDR Connection Remote Info structure */ [all …]
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/ipc_service/remote/src/ |
D | main.c | 77 printk("\r\nIPC Service [remote 1] demo started\r\n"); in app_task_1() 101 printk("Remote [1] received a message: %d\n", message); in app_task_1() 112 printk("IPC Service [remote 1] demo ended.\n"); in app_task_1() 123 printk("\r\nIPC Service [remote 2] demo started\r\n"); in app_task_2() 148 printk("Remote [2] received a message: %d\n", message); in app_task_2() 159 printk("IPC Service [remote 2] demo ended.\n"); in app_task_2()
|
/Zephyr-Core-2.7.6/include/net/ |
D | tftp.h | 35 /* @brief This function gets "file" from the remote server. 40 * @param server Control Block that represents the remote server. 42 * @param remote_file Name of the remote file to get.
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/openamp_rsc_table/ |
D | README.rst | 67 Remote core received message 1: hello world! 68 Remote core received message 2: hello world! 69 Remote core received message 3: hello world! 71 Remote core received message 100: hello world!
|
/Zephyr-Core-2.7.6/doc/guides/west/ |
D | release-notes.rst | 22 relative to its remote ``url-base:``, use ``repo-path:``. See 69 the ``git fetch`` command used to fetch remote revisions when updating each 333 - Remote: removed 431 ``remote`` attributes. 440 - name: remote-1 441 url-base: https://github.com/remote-1 442 - name: remote-2 443 url-base: https://github.com/remote-2 446 remote: remote-1 447 path: remote-1-project [all …]
|
D | manifest.rst | 117 by appending a project-specific path onto a remote URL base. (As we'll see 142 - Mandatory; a unique name for the remote. 146 project with this remote. 161 specify what Git remote URLs to use when cloning and fetching the projects, 176 remote: remote1 180 remote: remote2 188 - ``proj1`` has remote ``remote1``, so its Git fetch URL is 189 ``https://git.example.com/base1/proj1``. The remote ``url-base`` is appended 200 - ``proj2`` has a ``remote`` and a ``repo-path``, so its fetch URL is 231 * - ``remote``, ``url`` [all …]
|
/Zephyr-Core-2.7.6/boards/arm/96b_avenger96/ |
D | 96b_avenger96_defconfig | 25 # console (remote proc console by default) 30 # uart console (overrides remote proc console)
|
/Zephyr-Core-2.7.6/boards/arm/stm32mp157c_dk2/ |
D | stm32mp157c_dk2_defconfig | 25 # console (remote proc console by default) 30 # uart console (overrides remote proc console)
|
/Zephyr-Core-2.7.6/samples/net/syslog_net/ |
D | README.rst | 9 This sample application enables a remote syslog service that will 10 send syslog messages to a remote server, as configured in ``prj.conf``. 25 For configuring the remote IPv6 syslog server, set the following
|
/Zephyr-Core-2.7.6/doc/reference/bluetooth/ |
D | hci_raw.rst | 10 HCI RAW channel API is intended to expose HCI interface to the remote entity. 11 The local Bluetooth controller gets owned by the remote entity and host
|
/Zephyr-Core-2.7.6/samples/subsys/ipc/ipm_imx/ |
D | README.rst | 12 it blocks until the data are read by the remote side. 28 The sample requires that data are being sent by the remote core so it can echo 47 The remote code is in the form of a loadable Linux kernel module. It creates 51 The remote code and the instructions how to build and run it are located at:
|
/Zephyr-Core-2.7.6/scripts/west_commands/runners/ |
D | blackmagicprobe.py | 43 '-ex', "target extended-remote {}".format(self.gdb_serial), 63 '-ex', "target extended-remote {}".format( 70 '-ex', "target extended-remote {}".format( 82 '-ex', "target extended-remote {}".format(self.gdb_serial),
|
/Zephyr-Core-2.7.6/samples/subsys/debug/gdbstub/ |
D | README.rst | 10 remote serial protocol capabilities. 29 (gdb) target remote :1234
|
/Zephyr-Core-2.7.6/lib/open-amp/ |
D | resource_table.c | 8 * In addition to the standard ELF segments, most remote processors would 11 * The resource table contains system resources that the remote processor 17 * or configurations by the remote processor, such as trace buffers and
|
/Zephyr-Core-2.7.6/scripts/west_commands/tests/ |
D | test_blackmagicprobe.py | 23 '-ex', "target extended-remote {}".format(TEST_GDB_SERIAL), 30 '-ex', "target extended-remote {}".format(TEST_GDB_SERIAL), 38 '-ex', "target extended-remote {}".format(TEST_GDB_SERIAL),
|
/Zephyr-Core-2.7.6/subsys/bluetooth/host/ |
D | ecc.h | 79 /* @brief Calculate a DH Key from a remote Public Key. 81 * Calculate a DH Key from the remote Public Key. 83 * @param remote_pk Remote Public Key.
|
/Zephyr-Core-2.7.6/include/drivers/ |
D | ipm.h | 101 * A message is considered consumed once the remote interrupt handler 102 * finishes. If there is deferred processing on the remote side, 116 * @param wait If nonzero, busy-wait for remote to consume the message. The 117 * message is considered consumed once the remote interrupt handler 118 * finishes. If there is deferred processing on the remote side, 127 * @retval -EBUSY If the remote hasn't yet read the last data sent.
|
/Zephyr-Core-2.7.6/subsys/net/lib/capture/ |
D | capture.c | 283 struct sockaddr remote = { 0 }; in net_capture_setup() local 300 if (!net_ipaddr_parse(remote_addr, strlen(remote_addr), &remote)) { in net_capture_setup() 302 "remote", remote_addr); 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() 325 } else if (IS_ENABLED(CONFIG_NET_IPV4) && remote.sa_family == AF_INET) { in net_capture_setup() 327 &net_sin(&remote)->sin_addr); in net_capture_setup() 330 &net_sin(&remote)->sin_addr); in net_capture_setup() 337 NET_ERR("Invalid address family %d", remote.sa_family); in net_capture_setup() [all …]
|
/Zephyr-Core-2.7.6/subsys/usb/class/netusb/ |
D | Kconfig | 28 bool "USB Remote NDIS (RNDIS) Networking device" 31 Remote NDIS (RNDIS) is commonly used Microsoft vendor protocol with
|