Skip to content

Commit

Permalink
boards: stm32n6: Introduce twister.yaml file
Browse files Browse the repository at this point in the history
To clarify testing of both boards variants introcude twister.yaml
file

Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
  • Loading branch information
erwango committed Jan 31, 2025
1 parent b51ec0b commit f87931e
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 56 deletions.
14 changes: 0 additions & 14 deletions boards/st/nucleo_n657x0_q/nucleo_n657x0_q.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions boards/st/nucleo_n657x0_q/nucleo_n657x0_q_stm32n657xx_sb.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions boards/st/nucleo_n657x0_q/twister.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ST Nucleo N657X0-Q
type: mcu
arch: arm
ram: 1024
flash: 1024
supported:
- gpio
- uart
vendor: st
variants:
nucleo_n657x0_q/stm32n657xx:
twister: false
nucleo_n657x0_q/stm32n657xx/sb:
toolchain:
- zephyr
- gnuarmemb
- xtools
14 changes: 0 additions & 14 deletions boards/st/stm32n6570_dk/stm32n6570_dk.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions boards/st/stm32n6570_dk/stm32n6570_dk_stm32n657xx_sb.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions boards/st/stm32n6570_dk/twister.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: STM32N6570 Discovery Kit
type: mcu
arch: arm
ram: 1024
flash: 1024
vendor: st
supported:
- gpio
- uart
variants:
stm32n6570_dk/stm32n657xx:
twister: false
stm32n6570_dk/stm32n657xx/sb:
toolchain:
- zephyr
- gnuarmemb
- xtools

0 comments on commit f87931e

Please sign in to comment.