feat(openthread): add kconfig option for timing optimization

This commit is contained in:
Tan Yan Quan
2025-10-23 11:56:34 +08:00
parent 19fef9f5ac
commit 0153494eec
3 changed files with 16 additions and 4 deletions

View File

@@ -50,3 +50,5 @@ CONFIG_LOG_DEFAULT_LEVEL_NONE=y
CONFIG_LIBC_NEWLIB_NANO_FORMAT=y
CONFIG_OPENTHREAD_LOG_LEVEL_DYNAMIC=n
CONFIG_OPENTHREAD_LOG_LEVEL_NONE=y
CONFIG_OPENTHREAD_TIMING_OPTIMIZATION=y
CONFIG_FREERTOS_HZ=1000