Skip to content

Commit 2ba91ce

Browse files
benjaminbjornssonMaureenHelm
authored andcommitted
samples: flash_shell: Add board to platform_exclude list
Exclude Arduino Portenta H7 because the flash driver isn't supported yet on the M4 core. Signed-off-by: Benjamin Björnsson <[email protected]>
1 parent f3cf86e commit 2ba91ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/drivers/flash_shell/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ tests:
66
sample.drivers.flash.shell:
77
tags: flash shell
88
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED
9-
platform_exclude: nucleo_h745zi_q_m4 stm32h747i_disco_m4 gd32f350r_eval
9+
platform_exclude: nucleo_h745zi_q_m4 stm32h747i_disco_m4 gd32f350r_eval arduino_portenta_h7_m4
1010
harness: keyboard
1111
min_ram: 12

0 commit comments

Comments
 (0)