openthread: add SPI support in Radio Co-Processor

This commit is contained in:
xieqinan
2022-11-16 16:59:57 +08:00
parent 6cac537791
commit 5a1578e692
20 changed files with 812 additions and 57 deletions

View File

@@ -88,7 +88,7 @@
* Define to 1 to enable NCP SPI support.
*
*/
#define OPENTHREAD_CONFIG_NCP_SPI_ENABLE 0
#define OPENTHREAD_CONFIG_NCP_SPI_ENABLE CONFIG_OPENTHREAD_RCP_SPI
/**
* @def OPENTHREAD_ENABLE_NCP_SPINEL_ENCRYPTER
@@ -104,7 +104,7 @@
* Define to 1 to enable NCP HDLC support.
*
*/
#define OPENTHREAD_CONFIG_NCP_HDLC_ENABLE 1
#define OPENTHREAD_CONFIG_NCP_HDLC_ENABLE CONFIG_OPENTHREAD_RCP_UART
/**
* @def PACKAGE_NAME