mirror of
https://github.com/espressif/openthread.git
synced 2026-08-15 23:27:47 +00:00
[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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user