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 <marwa.ibenelhadjmessaoud-ext@st.com>
26 lines
364 B
YAML
26 lines
364 B
YAML
name: ST Nucleo N657X0-Q
|
|
type: mcu
|
|
arch: arm
|
|
ram: 1024
|
|
flash: 1024
|
|
supported:
|
|
- arduino_i2c
|
|
- arduino_serial
|
|
- arduino_spi
|
|
- adc
|
|
- can
|
|
- dma
|
|
- i2c
|
|
- gpio
|
|
- spi
|
|
- uart
|
|
- usb_device
|
|
- usbd
|
|
vendor: st
|
|
variants:
|
|
nucleo_n657x0_q/stm32n657xx:
|
|
twister: false
|
|
nucleo_n657x0_q/stm32n657xx/sb:
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|