[spinel] make kTxWaitUs configurable during compile time (#9687)

It is useful in case RCP needs to wait for longer than the hardcoded
value in kTxWaitUs.
This commit is contained in:
parag-silabs
2023-12-06 14:42:37 -08:00
committed by GitHub
parent 8e1ce4bd4a
commit 6e7135e4e1
5 changed files with 18 additions and 2 deletions
+1
View File
@@ -69,6 +69,7 @@ OT_BUILD_OPTIONS=(
"-DOT_PING_SENDER=ON"
"-DOT_PLATFORM=external"
"-DOT_RCP_RESTORATION_MAX_COUNT=2"
"-DOT_RCP_TX_WAIT_TIME_SECS=5"
"-DOT_REFERENCE_DEVICE=ON"
"-DOT_SERVICE=ON"
"-DOT_SLAAC=ON"
+1
View File
@@ -102,6 +102,7 @@ OT_POSIX_SIM_COMMON_OPTIONS=(
"-DOT_NETDIAG_CLIENT=ON"
"-DOT_PING_SENDER=ON"
"-DOT_RCP_RESTORATION_MAX_COUNT=2"
"-DOT_RCP_TX_WAIT_TIME_SECS=5"
"-DOT_REFERENCE_DEVICE=ON"
"-DOT_SERVICE=ON"
"-DOT_SNTP_CLIENT=ON"