tests: spi_loopback: add support for cc1352r1_launchxl
Adding a configuration file for the cc1352r1_launchxl to allow the test to run on this board. Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
This commit is contained in:
parent
bbc5871bcd
commit
525c556e43
1 changed files with 11 additions and 0 deletions
11
tests/drivers/spi/spi_loopback/boards/cc1352r1_launchxl.conf
Normal file
11
tests/drivers/spi/spi_loopback/boards/cc1352r1_launchxl.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
CONFIG_SPI_0=y
|
||||
|
||||
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_0"
|
||||
|
||||
CONFIG_SPI_LOOPBACK_SLOW_FREQ=2000000
|
||||
CONFIG_SPI_LOOPBACK_FAST_FREQ=3000000
|
||||
|
||||
CONFIG_SPI_LOOPBACK_MODE_LOOP=y
|
||||
|
||||
#The driver does not yet have async support
|
||||
CONFIG_SPI_ASYNC=n
|
Loading…
Add table
Add a link
Reference in a new issue