Bluetooth: SPI: fix max SPI buffer length
Drop the BLUETOOTH_SPI_RX_BUFFER_SIZE and BLUETOOTH_SPI_TX_BUFFER_SIZE config options by fixing the max SPI buffer length to 255, as used by the X-NUCLEO-IDB04A1 BSP. This simplifies the rx/tx buffer handling, and avoids a potential spi rx stack overflow depending on the config values set by the user. Change-Id: Ifa7fd086016abda4bdcf9638f28b38d001a288c5 Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
This commit is contained in:
parent
4afe063aad
commit
8227c72c47
2 changed files with 12 additions and 19 deletions
|
@ -151,20 +151,6 @@ config BLUETOOTH_SPI_RESET_PIN
|
|||
help
|
||||
This option specifies the Reset line number on the SPI device
|
||||
|
||||
config BLUETOOTH_SPI_RX_BUFFER_SIZE
|
||||
int "Receive buffer length"
|
||||
default 96
|
||||
help
|
||||
This option specifies the size of the RX buffer. Try to keep this
|
||||
as small as possible, since it's stored on the stack.
|
||||
|
||||
config BLUETOOTH_SPI_TX_BUFFER_SIZE
|
||||
int "Transmit buffer length"
|
||||
default 64
|
||||
help
|
||||
This option specifies the size of the TX buffer. Try to keep this
|
||||
as small as possible, since it's stored on the stack.
|
||||
|
||||
config BLUETOOTH_SPI_MAX_CLK_FREQ
|
||||
int "Maximum clock frequency for the HCI SPI interface"
|
||||
default 5000000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue