mirror of
https://github.com/espressif/openthread.git
synced 2026-09-12 20:20:04 +00:00
[build] set default Thread version to 1.4 (#10690)
This commit updates the default Thread version to 1.4, so that most latest features will be enabled by default. This commit also explicitly enable the epskc feature just like other features in the build script.
This commit is contained in:
+2
-1
@@ -72,7 +72,9 @@ readonly OT_PLATFORMS
|
||||
|
||||
OT_POSIX_SIM_COMMON_OPTIONS=(
|
||||
"-DOT_ANYCAST_LOCATOR=ON"
|
||||
"-DOT_BLE_TCAT=ON"
|
||||
"-DOT_BORDER_AGENT=ON"
|
||||
"-DOT_BORDER_AGENT_EPSKC=ON"
|
||||
"-DOT_BORDER_AGENT_ID=ON"
|
||||
"-DOT_BORDER_ROUTER=ON"
|
||||
"-DOT_CHANNEL_MANAGER=ON"
|
||||
@@ -109,7 +111,6 @@ OT_POSIX_SIM_COMMON_OPTIONS=(
|
||||
"-DOT_SRP_CLIENT=ON"
|
||||
"-DOT_SRP_SERVER=ON"
|
||||
"-DOT_UPTIME=ON"
|
||||
"-DOT_BLE_TCAT=ON"
|
||||
)
|
||||
readonly OT_POSIX_SIM_COMMON_OPTIONS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user