Skip to content

Commit c0c3fee

Browse files
erwangojhedberg
authored andcommitted
boards: st: stm32n6 boards: Add netif:eth twister support
Twister netif:eth was missing on stm32n6 based board and hence they were not build against net samples. Fix this. Additionally, on dk, fix `pwm` to respect alphabetical order. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 47ed50c commit c0c3fee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

boards/st/nucleo_n657x0_q/twister.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ supported:
1212
- dma
1313
- i2c
1414
- gpio
15+
- netif:eth
1516
- spi
1617
- uart
1718
- usb_device

boards/st/stm32n6570_dk/twister.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ supported:
1414
- dma
1515
- i2c
1616
- gpio
17-
- pwm
1817
- memc
18+
- netif:eth
19+
- pwm
1920
- spi
2021
- uart
2122
- usb_device

0 commit comments

Comments
 (0)