openthread: update openthread submodule

Roll OpenThread submodule and rename OpenThread config macros and api
calls accordingly.
This commit is contained in:
Jiacheng Guo
2021-04-16 14:39:21 +08:00
parent f8addc5b3d
commit 64c498a584
6 changed files with 41 additions and 30 deletions

View File

@@ -180,12 +180,12 @@
#define OPENTHREAD_ENABLE_NCP_SPINEL_ENCRYPTER 0
/**
* @def OPENTHREAD_CONFIG_NCP_UART_ENABLE
* @def OPENTHREAD_CONFIG_NCP_HDLC_ENABLE
*
* Define to 1 to enable NCP UART support.
* Define to 1 to enable NCP HDLC support.
*
*/
#define OPENTHREAD_CONFIG_NCP_UART_ENABLE 1
#define OPENTHREAD_CONFIG_NCP_HDLC_ENABLE 1
/**
* @def OPENTHREAD_CONFIG_TMF_NETDATA_SERVICE_ENABLE