mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'fix/disable_border_agent_default_v5_3' into 'release/v5.3'
fix(openthread): Disable Border Agent features by default(v5.3) See merge request espressif/esp-idf!35551
This commit is contained in:
@ -370,6 +370,16 @@
|
|||||||
/*----The following options set fixed default values but can be overridden by the user header file.----*/
|
/*----The following options set fixed default values but can be overridden by the user header file.----*/
|
||||||
|
|
||||||
#if CONFIG_OPENTHREAD_BORDER_ROUTER
|
#if CONFIG_OPENTHREAD_BORDER_ROUTER
|
||||||
|
/**
|
||||||
|
* @def OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE
|
||||||
|
*
|
||||||
|
* Define to 1 to enable Border Agent support.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#ifndef OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE
|
||||||
|
#define OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @def OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE
|
* @def OPENTHREAD_CONFIG_BORDER_AGENT_ID_ENABLE
|
||||||
*
|
*
|
||||||
@ -451,16 +461,6 @@
|
|||||||
#define OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE 1
|
#define OPENTHREAD_CONFIG_BORDER_ROUTER_ENABLE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
|
||||||
* @def OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE
|
|
||||||
*
|
|
||||||
* Define to 1 to enable Border Agent support.
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
#ifndef OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE
|
|
||||||
#define OPENTHREAD_CONFIG_BORDER_AGENT_ENABLE 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !CONFIG_OPENTHREAD_RADIO_NATIVE
|
#if !CONFIG_OPENTHREAD_RADIO_NATIVE
|
||||||
/**
|
/**
|
||||||
* @def OPENTHREAD_SPINEL_CONFIG_COMPATIBILITY_ERROR_CALLBACK_ENABLE
|
* @def OPENTHREAD_SPINEL_CONFIG_COMPATIBILITY_ERROR_CALLBACK_ENABLE
|
||||||
|
Reference in New Issue
Block a user