-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: drivers: can: add stm32n6 boards overlays
Add CAN test overlays for Nucleo N657x0-Q and STM32N6570 DK boards. Userspace needs to be disabled for the tests to pass. Signed-off-by: Guillaume Gautier <[email protected]>
- Loading branch information
1 parent
f4f048e
commit 6ea543d
Showing
4 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
tests/drivers/can/api/boards/nucleo_n657x0_q_stm32n657xx_sb.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_TEST_USERSPACE=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CONFIG_TEST_USERSPACE=n |
2 changes: 2 additions & 0 deletions
2
tests/drivers/can/timing/boards/nucleo_n657x0_q_stm32n657xx_sb.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_TEST_ALL_BITRATES=y | ||
CONFIG_TEST_USERSPACE=n |
2 changes: 2 additions & 0 deletions
2
tests/drivers/can/timing/boards/stm32n6570_dk_stm32n657xx_sb.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CONFIG_TEST_ALL_BITRATES=y | ||
CONFIG_TEST_USERSPACE=n |