Searched full:rcp (Results 1 – 25 of 30) sorted by relevance
12
/Zephyr-latest/drivers/hdlc_rcp_if/ |
D | Kconfig | 1 # Configuration options for HDLC RCP communication Interface 7 # HDLC communication Interface used by Zephyr running Openthread RCP host 11 bool "HDLC interface for a Zephyr Openthread RCP host" 20 string "HDLC RCP Interface Driver's name" 26 module-str = HDLC driver for Openthread RCP host 27 module-help = Sets log level for Openthread HDLC RCP host interface Device Drivers.
|
D | Kconfig.uart | 1 # Configuration options for NXP HDLC RCP UART communication Interface 8 # HDLC UART communication Interface used by Zephyr running Openthread RCP host 12 bool "UART HDLC interface for Zephyr Openthread RCP host" 17 int "Set HDLC RCP IF UART RX ring buffer size" 23 int "Set HDLC RCP IF UART TX ring buffer size"
|
D | Kconfig.nxp | 1 # Configuration options for NXP HDLC RCP communication Interface 7 # HDLC communication Interface used by Zephyr running Openthread RCP host 11 bool "NXP HDLC interface for Zephyr Openthread RCP host"
|
D | hdlc_rcp_if_nxp.c | 9 * IEEE 802.15.4 HDLC RCP interface. This is meant for network connectivity 10 * between a host and a RCP radio device.
|
D | hdlc_rcp_if_uart.c | 9 * IEEE 802.15.4 HDLC RCP interface - serial communication interface (UART)
|
/Zephyr-latest/samples/net/openthread/coprocessor/ |
D | README.rst | 13 Co-Processor (RCP), see https://openthread.io/platforms/co-processor. 19 The preferred Co-Processor configuration of OpenThread is RCP now. 45 Example building for the nrf52840dk/nrf52840 for RCP: 51 :conf: "prj.conf overlay-rcp.conf" 61 - :file:`overlay-rcp.conf` 62 RCP overlay file. Use this in combination with prj.conf, if you want the RCP
|
D | sample.yaml | 31 sample.openthread.coprocessor.rcp: 39 extra_args: EXTRA_CONF_FILE=overlay-rcp.conf
|
D | overlay-rcp.conf | 1 # This overlay switches from NCP to RCP, use in combination with prj.conf
|
/Zephyr-latest/dts/bindings/hdlc_rcp_if/ |
D | nxp,hdlc-rcp-if.yaml | 4 description: NXP HDLC RCP interface node 6 compatible: "nxp,hdlc-rcp-if"
|
D | uart,hdlc-rcp-if.yaml | 5 description: UART HDLC RCP interface node 7 compatible: "uart,hdlc-rcp-if"
|
/Zephyr-latest/samples/net/sockets/echo_client/boards/ |
D | mimxrt1020_evk.overlay | 10 * nRF21540-DK -> RCP (nrf/samples/openthread/coprocessor) 19 * Overlay to enable support for OpenThread's RCP UART communication 25 zephyr,hdlc-rcp-if = &hdlc_rcp_if; 30 compatible = "uart,hdlc-rcp-if";
|
/Zephyr-latest/include/zephyr/net/hdlc_rcp_if/ |
D | hdlc_rcp_if.h | 9 * @brief Public APIs of HDLC RCP communication Interface 11 * This file provide the HDLC APIs to be used by an RCP host 22 * @brief OT RCP HDLC RX callback function.
|
/Zephyr-latest/modules/openthread/platform/ |
D | hdlc_interface.hpp | 49 * This class defines an HDLC spinel interface to the Radio Co-processor (RCP). 90 * This method encodes and sends a spinel frame to Radio Co-processor (RCP) over the socket. 128 * This method is called when RCP failure detected and resets internal states of the interface. 134 * This method is called when RCP is reset to recreate the connection with it. 141 * This method hardware resets the RCP. 143 * @retval OT_ERROR_NONE Successfully reset the RCP.
|
D | radio.c | 1333 /* aKeyId == 0 is used only to clear keys for stack reset in RCP */ in otPlatRadioSetMacKey()
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | README.rst | 183 OpenThread RCP+Zephyr HOST (SPINEL connection via UART) 196 - Program nRF RCP from Nordic nrf SDK (v2.7.0): 208 :conf: "prj.conf overlay-ot-rcp-host-uart.conf" 219 - Connect the nRF RCP with IMXRT1020 (HOST) via UART 225 * nRF21540-DK -> RCP (nrf/samples/openthread/coprocessor) 311 Configure RCP (nRF21540-DK) + OT HOST (mimxrt1020)
|
D | overlay-ot-rcp-host-uart.conf | 30 # Enable Openthread rcp host
|
D | overlay-ot-rcp-host-nxp.conf | 35 # Enable Openthread rcp host
|
D | sample.yaml | 105 - OVERLAY_CONFIG="overlay-ot-rcp-host-nxp.conf"
|
/Zephyr-latest/samples/net/sockets/echo_server/ |
D | overlay-ot-rcp-host-nxp.conf | 31 # Enable Openthread rcp host
|
D | sample.yaml | 120 - OVERLAY_CONFIG="overlay-ot-rcp-host-nxp.conf"
|
/Zephyr-latest/modules/openthread/ |
D | CMakeLists.txt | 99 kconfig_to_ot_option(CONFIG_OPENTHREAD_MULTIPAN_RCP OT_MULTIPAN_RCP "Enable Multi-PAN RCP") 233 list(APPEND ot_libs openthread-rcp)
|
D | Kconfig.features | 254 bool "OpenThread multipan rcp"
|
/Zephyr-latest/soc/nxp/common/ |
D | nxp_nbu.c | 9 * Interrupt Narrow Band Unit. This is meant for a RCP radio device.
|
/Zephyr-latest/subsys/net/l2/openthread/ |
D | Kconfig | 231 bool "RCP - Radio Co-Processor"
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rw6xx_common.dtsi | 21 zephyr,hdlc-rcp-if = &hdlc_rcp_if; 530 compatible = "nxp,hdlc-rcp-if";
|
12