mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
openthread cli: set dua feature optional
This commit is contained in:
parent
1241bfc73d
commit
3f52b00948
@ -221,4 +221,11 @@ menu "OpenThread"
|
||||
default n
|
||||
help
|
||||
Select this option to set rx on when sleep in CSL feature, only for debug
|
||||
|
||||
config OPENTHREAD_DUA_ENABLE
|
||||
bool "Enable Domain Unicast Address feature"
|
||||
depends on OPENTHREAD_ENABLED
|
||||
default n
|
||||
help
|
||||
Only used for Thread1.2 certification
|
||||
endmenu
|
||||
|
@ -371,6 +371,7 @@
|
||||
*/
|
||||
#define OPENTHREAD_CONFIG_PING_SENDER_ENABLE 1
|
||||
|
||||
#if CONFIG_OPENTHREAD_DUA_ENABLE
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_DUA_ENABLE
|
||||
*
|
||||
@ -378,8 +379,9 @@
|
||||
*
|
||||
*/
|
||||
#ifndef OPENTHREAD_CONFIG_DUA_ENABLE
|
||||
#define OPENTHREAD_CONFIG_DUA_ENABLE 0
|
||||
#define OPENTHREAD_CONFIG_DUA_ENABLE 1
|
||||
#endif
|
||||
#endif //CONFIG_OPENTHREAD_DUA_ENABLE
|
||||
|
||||
/**
|
||||
* @def OPENTHREAD_CONFIG_MLR_ENABLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user