[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:
Yakun Xu
2024-09-10 13:39:38 -07:00
committed by GitHub
parent 07a1b7bd98
commit c0690e78fc
6 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -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