From 5415e8e4a62c2090dc1418aaa5225919e7df224e Mon Sep 17 00:00:00 2001 From: Guillaume Gautier Date: Fri, 31 Jan 2025 08:50:37 +0100 Subject: [PATCH] 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 --- .../drivers/can/api/boards/nucleo_n657x0_q_stm32n657xx_sb.conf | 1 + tests/drivers/can/api/boards/stm32n6570_dk_stm32n657xx_sb.conf | 1 + .../can/timing/boards/nucleo_n657x0_q_stm32n657xx_sb.conf | 2 ++ .../drivers/can/timing/boards/stm32n6570_dk_stm32n657xx_sb.conf | 2 ++ 4 files changed, 6 insertions(+) create mode 100644 tests/drivers/can/api/boards/nucleo_n657x0_q_stm32n657xx_sb.conf create mode 100644 tests/drivers/can/api/boards/stm32n6570_dk_stm32n657xx_sb.conf create mode 100644 tests/drivers/can/timing/boards/nucleo_n657x0_q_stm32n657xx_sb.conf create mode 100644 tests/drivers/can/timing/boards/stm32n6570_dk_stm32n657xx_sb.conf diff --git a/tests/drivers/can/api/boards/nucleo_n657x0_q_stm32n657xx_sb.conf b/tests/drivers/can/api/boards/nucleo_n657x0_q_stm32n657xx_sb.conf new file mode 100644 index 00000000000..9fb2581d7f4 --- /dev/null +++ b/tests/drivers/can/api/boards/nucleo_n657x0_q_stm32n657xx_sb.conf @@ -0,0 +1 @@ +CONFIG_TEST_USERSPACE=n diff --git a/tests/drivers/can/api/boards/stm32n6570_dk_stm32n657xx_sb.conf b/tests/drivers/can/api/boards/stm32n6570_dk_stm32n657xx_sb.conf new file mode 100644 index 00000000000..9fb2581d7f4 --- /dev/null +++ b/tests/drivers/can/api/boards/stm32n6570_dk_stm32n657xx_sb.conf @@ -0,0 +1 @@ +CONFIG_TEST_USERSPACE=n diff --git a/tests/drivers/can/timing/boards/nucleo_n657x0_q_stm32n657xx_sb.conf b/tests/drivers/can/timing/boards/nucleo_n657x0_q_stm32n657xx_sb.conf new file mode 100644 index 00000000000..e0f23afd0cb --- /dev/null +++ b/tests/drivers/can/timing/boards/nucleo_n657x0_q_stm32n657xx_sb.conf @@ -0,0 +1,2 @@ +CONFIG_TEST_ALL_BITRATES=y +CONFIG_TEST_USERSPACE=n diff --git a/tests/drivers/can/timing/boards/stm32n6570_dk_stm32n657xx_sb.conf b/tests/drivers/can/timing/boards/stm32n6570_dk_stm32n657xx_sb.conf new file mode 100644 index 00000000000..e0f23afd0cb --- /dev/null +++ b/tests/drivers/can/timing/boards/stm32n6570_dk_stm32n657xx_sb.conf @@ -0,0 +1,2 @@ +CONFIG_TEST_ALL_BITRATES=y +CONFIG_TEST_USERSPACE=n