zephyr/samples/bluetooth/peripheral_ht/sample.yaml
Yassine El Aissaoui 4a755a3157 samples: tests: bluetooth: Add support for rd_rw612_bga
Adding bt_tester support.

Adding bt_tester app build
with Twister for rd_rw612_bga board

Fix failing tests/samples due to unsufficent MPU ressources
by releasing unnecessary MPU regions.

Disable twister build on samples that are not meant to
be supported on this board, so exclude it from the test cases.

Update peripheral/central ht sample.yaml files
to test build for rd_rw612_bga.

Signed-off-by: Axel Le Bourhis <axel.lebourhis@nxp.com>
Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
2024-05-25 11:23:04 +03:00

28 lines
681 B
YAML

sample:
name: Bluetooth Peripheral HT
description: Demonstrates the HT (Health Thermometer) GATT Service
tests:
sample.bluetooth.peripheral_ht:
harness: bluetooth
platform_allow:
- qemu_cortex_m3
- qemu_x86
- nrf51dk/nrf51822
- nrf52dk/nrf52832
- rd_rw612_bga
tags: bluetooth
integration_platforms:
- qemu_cortex_m3
- rd_rw612_bga
sample.bluetooth.peripheral_ht.frdm_kw41z_shield:
harness: bluetooth
platform_allow:
- mimxrt1020_evk
- mimxrt1050_evk
- mimxrt1060_evk
- frdm_k64f
tags: bluetooth
extra_args: SHIELD=frdm_kw41z
integration_platforms:
- mimxrt1020_evk