Skip to content

Commit b171515

Browse files
committed
samples: usb: dfu: exclude lpcxpresso55s69_cpu0
Exclude lpcxpresso55s69_cpu0 from the USB DFU tests, this triggers a build assert due to unsupported flash write block size (512 bytes, mcuboot supports 8 to 32). Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 3cbb831 commit b171515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/subsys/usb/dfu/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ common:
66
platform_exclude: native_posix native_posix_64 mimxrt1010_evk
77
mimxrt1050_evk_qspi mimxrt1020_evk mimxrt1015_evk mimxrt1060_evk sam4l_ek
88
mimxrt1050_evk mimxrt1060_evk_hyperflash nucleo_f207zg teensy40 teensy41
9-
b_u585i_iot02a frdm_kl25z
9+
b_u585i_iot02a frdm_kl25z lpcxpresso55s69_cpu0
1010
depends_on: usb_device
1111
filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions") and
1212
dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions") and

0 commit comments

Comments
 (0)