Adding bt_tester support. Adding bt_tester app build with Twister for frdm_rw612 board Fix failing tests/samples due to unsufficent MPU ressources by releasing unnecessary MPU regions. Twister builds added on peripheral/central ht and enabled Power manager on those examples to cover the CI builds with PM enabled. Signed-off-by: Yassine El Aissaoui <yassine.elaissaoui@nxp.com>
22 lines
516 B
YAML
22 lines
516 B
YAML
sample:
|
|
name: Bluetooth Central HT
|
|
tests:
|
|
sample.bluetooth.central_ht:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
tags: bluetooth
|
|
integration_platforms:
|
|
- qemu_cortex_m3
|
|
sample.bluetooth.central_ht.nxp:
|
|
# Disabling monolithic since CI environment doesn't use blobs
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- rd_rw612_bga
|
|
- frdm_rw612
|
|
extra_configs:
|
|
- CONFIG_NXP_MONOLITHIC_BT=n
|