Skip to content

Commit

Permalink
tests: drivers: can: add stm32n6 boards overlays
Browse files Browse the repository at this point in the history
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
gautierg-st committed Feb 11, 2025
1 parent f4f048e commit 6ea543d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_TEST_USERSPACE=n
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_TEST_USERSPACE=n
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_TEST_ALL_BITRATES=y
CONFIG_TEST_USERSPACE=n
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONFIG_TEST_ALL_BITRATES=y
CONFIG_TEST_USERSPACE=n

0 comments on commit 6ea543d

Please sign in to comment.