Skip to content

Commit be75e68

Browse files
committed
tests: drivers: spi: support NUCLEO F0x boards
The NUCLEO FO91RC, F070RB, F030R8 boards use SPI_1 for loopback test. Signed-off-by: Bobby Noelte <[email protected]>
1 parent 3cebfd3 commit be75e68

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_1"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_1"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CONFIG_SPI_LOOPBACK_DRV_NAME="SPI_1"
2+
CONFIG_SPI_LOOPBACK_SLOW_FREQ=550000
3+
CONFIG_SPI_LOOPBACK_FAST_FREQ=2000000

0 commit comments

Comments
 (0)