From d60cd86ddcdcb6af46b5ab3e6911fb34c31c033d Mon Sep 17 00:00:00 2001 From: IBEN EL HADJ MESSAOUD Marwa Date: Wed, 5 Feb 2025 22:35:15 +0100 Subject: [PATCH] boards: st: stm32n6: Add the usbd test feature Add the usbd test feature to twister.yaml for the boards nucleo_n657x0_q and stm32n6570_dk. Signed-off-by: IBEN EL HADJ MESSAOUD Marwa --- boards/st/nucleo_n657x0_q/twister.yaml | 1 + boards/st/stm32n6570_dk/twister.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/boards/st/nucleo_n657x0_q/twister.yaml b/boards/st/nucleo_n657x0_q/twister.yaml index 8555e407d52..1b3b669ae47 100644 --- a/boards/st/nucleo_n657x0_q/twister.yaml +++ b/boards/st/nucleo_n657x0_q/twister.yaml @@ -15,6 +15,7 @@ supported: - spi - uart - usb_device + - usbd vendor: st variants: nucleo_n657x0_q/stm32n657xx: diff --git a/boards/st/stm32n6570_dk/twister.yaml b/boards/st/stm32n6570_dk/twister.yaml index eaa2fbfd3ff..27d6d2d7975 100644 --- a/boards/st/stm32n6570_dk/twister.yaml +++ b/boards/st/stm32n6570_dk/twister.yaml @@ -17,6 +17,7 @@ supported: - spi - uart - usb_device + - usbd variants: stm32n6570_dk/stm32n657xx: twister: false