Skip to content

Commit 8dcefc8

Browse files
djiatsaf-stnordicjm
authored andcommitted
[nrf fromtree] tests: drivers: spi_loopback: add latency tolerance for some boards
Set a convenient latency for each platform, since each platform reacts differently to the driver. Signed-off-by: Fabrice DJIATSA <[email protected]> (cherry picked from commit 5daad8f)
1 parent 88cdf95 commit 8dcefc8

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_SPI_LARGE_BUFFER_SIZE=4500
2+
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=20
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_NOCACHE_MEMORY=y
2+
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=10
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=22
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=50
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=15
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
CONFIG_SPI_LOOPBACK_MODE_LOOP=y
2+
CONFIG_SPI_IDEAL_TRANSFER_DURATION_SCALING=15

0 commit comments

Comments
 (0)