Skip to content

Commit df788d0

Browse files
FRASTMnashif
authored andcommitted
samples: drivers: flash_shell does not run on stm32h745/m4 boards
Do not run the samples/drivers/flash_shell application on the stm32h745i_disco//m4 as the flash controller is not supported yet on the M4 core (only M7). Just like the nucleo stm32h745//m4 is excluded. Also exclude stm32h7rs disco at the moment (still TODO). Signed-off-by: Francois Ramu <[email protected]>
1 parent ed84b29 commit df788d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/drivers/flash_shell/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ tests:
99
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED
1010
platform_exclude:
1111
- nucleo_h745zi_q/stm32h745xx/m4
12+
- stm32h7s78_dk
13+
- stm32h745i_disco/stm32h745xx/m4
1214
- stm32h747i_disco/stm32h747xx/m4
1315
- gd32f350r_eval
1416
- arduino_portenta_h7/stm32h747xx/m4

0 commit comments

Comments
 (0)