Skip to content

Commit 35eb46c

Browse files
erwangocarlescufi
authored andcommitted
samples/bluetooth: peripheral: Remove nucleo_f429zi from withelist
samples/bluetooth/peripheral couldn't build on nucleo_f429zi since settings dependency on flash erase bock size. On this series, flash erase are done per sector with sector having varying size, so erase block size can't be used directly. This has to be sorted, but for now nucleo_f429zi is removed from sample withelist to unlock CI. Signed-off-by: Erwan Gouriou <[email protected]>
1 parent 9375aae commit 35eb46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bluetooth/peripheral/sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ tests:
88
tags: bluetooth
99
sample.bluetooth.peripheral_hr.x_nucleo_idb05a1_shield:
1010
harness: bluetooth
11-
platform_whitelist: nucleo_f429zi nucleo_l4r5zi
11+
platform_whitelist: nucleo_l4r5zi
1212
depends_on: arduino_spi arduino_gpio
1313
extra_args: SHIELD=x_nucleo_idb05a1

0 commit comments

Comments
 (0)