Skip to content

Commit d6fb99b

Browse files
committed
Merge branch 'feat/spi_ble_log_improvement' into 'master'
feat(ble): Improved SPI BLE Log functionality Closes BLERP-1805 and BLERP-1806 See merge request espressif/esp-idf!38600
2 parents 07acbee + 243705c commit d6fb99b

File tree

2 files changed

+127
-114
lines changed

2 files changed

+127
-114
lines changed

components/bt/common/Kconfig.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,18 @@ config BT_BLE_LOG_SPI_OUT_SYNC_IO_NUM
9393
default 3
9494
help
9595
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+
help
110+
Buffer flush out period in unit of ms

0 commit comments

Comments
 (0)