Skip to content

Commit ffce54c

Browse files
committed
samples: subsys: usb dfu cannot run on the stm32h7rs boards
Because the stm32h7rs boards have partition in the external memory, the samples/subsys/usb/dfu cannot run on those target boards stm32h7s78_dk and nucleo_h7s3l8 Signed-off-by: Francois Ramu <[email protected]>
1 parent b5e9dae commit ffce54c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/subsys/usb/dfu/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ common:
2020
- mimxrt1180_evk/mimxrt1189/cm7
2121
- mimxrt700_evk/mimxrt798s/cm33_cpu0
2222
- nucleo_f207zg
23+
- nucleo_h7s3l8
2324
- teensy40
2425
- teensy41
2526
- b_u585i_iot02a
@@ -29,6 +30,7 @@ common:
2930
- frdm_mcxa156
3031
- lpcxpresso55s69/lpc55s69/cpu0
3132
- stm32l562e_dk/stm32l562xx/ns
33+
- stm32h7s78_dk
3234
depends_on: usb_device
3335
filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions")
3436
and dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions")

0 commit comments

Comments
 (0)