openthread: support microsecond timer

This commit is contained in:
zhangwenxu
2021-04-26 16:25:15 +08:00
parent 8e599a2365
commit ea836abe50
3 changed files with 70 additions and 20 deletions

View File

@@ -247,6 +247,14 @@
*/
#define OPENTHREAD_CONFIG_PLATFORM_RADIO_SPINEL_RX_FRAME_BUFFER_SIZE 1024
/**
* @def OPENTHREAD_CONFIG_PLATFORM_USEC_TIMER_ENABLE
*
* Define as 1 to enable microsecond timer.
*
*/
#define OPENTHREAD_CONFIG_PLATFORM_USEC_TIMER_ENABLE 1
/**
* @def OPENTHREAD_CONFIG_DTLS_MAX_CONTENT_LEN
*