drivers/bluetooth: ipm_stm32: Implement a RX thread
Fasten events handling by unloading callback treatment. A RX thread is created. IPM RX events are dumped in a FIFO which is processed in the thread context. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
71951ca584
commit
57a74653df
2 changed files with 74 additions and 43 deletions
|
@ -99,6 +99,11 @@ config BT_SPI_BLUENRG
|
|||
|
||||
endif # BT_SPI
|
||||
|
||||
config BT_STM32_IPM_RX_STACK_SIZE
|
||||
int "STM32 IPM stack size for RX thread"
|
||||
depends on BT_STM32_IPM
|
||||
default 256
|
||||
|
||||
config BT_RPMSG_NRF53
|
||||
bool "nRF53 configuration of RPMsg"
|
||||
default y if (BOARD_NRF5340PDK_NRF5340_CPUAPP || BOARD_NRF5340PDK_NRF5340_CPUAPPNS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue