Home
last modified time | relevance | path

Searched refs:remote (Results 26 – 50 of 282) sorted by relevance

12345678910>>...12

/Zephyr-latest/boards/96boards/avenger96/
D96b_avenger96_defconfig14 # console (remote proc console by default)
19 # uart console (overrides remote proc console)
/Zephyr-latest/boards/st/stm32mp157c_dk2/
Dstm32mp157c_dk2_defconfig14 # console (remote proc console by default)
19 # uart console (overrides remote proc console)
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/Zephyr-latest/samples/subsys/ipc/openamp/
DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/
DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/Zephyr-latest/samples/drivers/mbox_data/
DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/Zephyr-latest/tests/drivers/mbox/mbox_data/
DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/Zephyr-latest/tests/drivers/build_all/video/
Dmimxrt1170_evk_mimxrt1176_cm7.overlay42 remote-endpoint-label = "mipi_csi2rx_ep_in";
59 remote-endpoint-label = "test_mipi_csi2rx_ep_out";
79 remote-endpoint-label = "test_csi_ep_in";
87 remote-endpoint-label = "ov5640_ep_out";
Dapp.overlay75 remote-endpoint-label = "test_video_emul_rx_ep_in";
92 remote-endpoint-label = "test_video_emul_imager_ep_out";
97 remote-endpoint-label = "application";
/Zephyr-latest/samples/subsys/logging/multidomain/
Dsysbuild.cmake7 "There is no remote board selected in Kconfig.sysbuild")
10 set(NET_APP remote)
/Zephyr-latest/dts/arm/xilinx/
Dzynqmp_rpu.dtsi36 remote-ipi-id = <0>;
48 remote-ipi-id = <2>;
75 remote-ipi-id = <0>;
87 remote-ipi-id = <1>;
/Zephyr-latest/boards/shields/weact_ov2640_cam_module/
Dweact_ov2640_cam_module.overlay24 remote-endpoint = <&zephyr_camera_dvp_in>;
41 remote-endpoint = <&ov2640_ep_out>;
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci_raw.rst10 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-latest/samples/drivers/mbox/
DKconfig8 bool "Include remote core header directory"
10 Include remote build header files. Can be used if primary image
/Zephyr-latest/boards/shields/nxp_btb44_ov5640/
Dnxp_btb44_ov5640.overlay26 remote-endpoint-label = "mipi_csi2rx_ep_in";
42 remote-endpoint-label = "ov5640_ep_out";
/Zephyr-latest/boards/nxp/imx8mp_evk/
Dimx8mp_evk_mimx8ml8_adsp_defconfig18 # console (remote proc console by default)
21 # uart console (overrides remote proc console)
/Zephyr-latest/boards/shields/st_b_cams_omv_mb1683/
Dst_b_cams_omv_mb1683.overlay27 remote-endpoint-label = "dcmi_ep_in";
46 remote-endpoint-label = "ov5640_ep_out";
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/boards/
Dnrf5340dk_nrf5340_cpunet.overlay34 role = "remote";
43 role = "remote";
/Zephyr-latest/samples/subsys/logging/multidomain/remote/boards/
Dnrf5340dk_nrf5340_cpunet.overlay35 role = "remote";
44 role = "remote";
/Zephyr-latest/boards/intel/adsp/doc/
Dintel_adsp_generic.rst159 this point onward, we will refer to the board as the "remote host" and your
163 :zephyr_file:`soc/intel/intel_adsp/tools/remote-fw-service.py` will receive
167 :file:`remote-fw-service.py`.
172 scp -r $ZEPHYR_BASE/soc/intel/intel_adsp/tools/remote-fw-service.py username@remotehostname
174 sudo ./remote-fw-service.py
176 :file:`remote-fw-service.py` uses ports 9999 and 10000 on the remote host to
188 west flash --remote-host remotehostname --pty remotehostname
194 …ntel_adsp/tools/cavstool_client.py,-s,remotehostname,-l" --west-flash="--remote-host=remotehostnam…
197 :file:`cavstool_client.py` to :file:`remote-fw-service.py` is forwarded through
204 west flash --remote-host intermediatehost:reqport --pty remotehostname:logport
[all …]
/Zephyr-latest/samples/subsys/ipc/openamp_rsc_table/
DREADME.rst73 OpenAMP[remote] Linux responder demo started
75 OpenAMP[remote] Linux sample client responder started
77 OpenAMP[remote] Linux TTY responder started
122 OpenAMP[remote] Linux responder demo started
124 OpenAMP[remote] Linux sample client responder started
126 OpenAMP[remote] Linux TTY responder started
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dtmap.rst7 the remote device's TMAS to see what TMAP roles they support.
22 discover :Discover TMAS on remote device
/Zephyr-latest/drivers/sensor/ti/lm95234/
Dlm95234.c76 int32_t remote[4]; member
153 for (int i = 0; i < ARRAY_SIZE(data->remote); i++) { in lm95234_sample_fetch()
156 &data->remote[i]); in lm95234_sample_fetch()
170 &data->remote[chan - SENSOR_CHAN_LM95234_REMOTE_TEMP_1]); in lm95234_sample_fetch()
195 raw_temp = data->remote[chan - SENSOR_CHAN_LM95234_REMOTE_TEMP_1]; in lm95234_channel_get()
/Zephyr-latest/subsys/net/lib/shell/
Dcapture.c111 const char *remote, *local, *peer; in cmd_net_capture_setup() local
113 remote = argv[arg++]; in cmd_net_capture_setup()
114 if (!remote) { in cmd_net_capture_setup()
137 ret = net_capture_setup(remote, local, peer, &capture_dev); in cmd_net_capture_setup()
/Zephyr-latest/boards/seeed/xiao_esp32s3/
Dxiao_esp32s3_procpu_sense.dts33 remote-endpoint-label = "dvp_ep_in";
53 remote-endpoint-label = "ov2640_ep_out";

12345678910>>...12