We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07acbee + 243705c commit d6fb99bCopy full SHA for d6fb99b
components/bt/common/Kconfig.in
@@ -93,3 +93,18 @@ config BT_BLE_LOG_SPI_OUT_SYNC_IO_NUM
93
default 3
94
help
95
GPIO number of SYNC IO
96
+
97
+config BT_BLE_LOG_SPI_OUT_FLUSH_TIMER_ENABLED
98
+ bool "Enable periodic buffer flush out"
99
+ depends on BT_BLE_LOG_SPI_OUT_ENABLED
100
+ default n
101
+ help
102
+ Enable periodic buffer flush out
103
+ Not recommended when SPI receiver is unavailable
104
105
+config BT_BLE_LOG_SPI_OUT_FLUSH_TIMEOUT
106
+ int "Buffer flush out period in unit of ms"
107
+ depends on BT_BLE_LOG_SPI_OUT_FLUSH_TIMER_ENABLED
108
+ default 1000
109
110
+ Buffer flush out period in unit of ms
0 commit comments