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 <erwan.gouriou@linaro.org>
14 lines
368 B
YAML
14 lines
368 B
YAML
sample:
|
|
description: TBD
|
|
name: TBD
|
|
tests:
|
|
sample.bluetooth.peripheral:
|
|
harness: bluetooth
|
|
platform_whitelist: qemu_cortex_m3 qemu_x86
|
|
tags: bluetooth
|
|
sample.bluetooth.peripheral_hr.x_nucleo_idb05a1_shield:
|
|
harness: bluetooth
|
|
platform_whitelist: nucleo_l4r5zi
|
|
depends_on: arduino_spi arduino_gpio
|
|
extra_args: SHIELD=x_nucleo_idb05a1
|