The physical nRF51dk / nRF51dongle hardware contains a nRF51422 SoC. In Zephyr, only the nRF51822 SoC, is implemented. In Zephyr, the nRF51422 SoC is build as a nRF51822, therefore use the nRF51822 SoC model for those kits instead on the non-existing nRF51422. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
15 lines
322 B
YAML
15 lines
322 B
YAML
sample:
|
|
name: Bluetooth HCI-based Dynamic Power Control
|
|
tests:
|
|
sample.bluetooth.hci_pwr_ctrl:
|
|
harness: bluetooth
|
|
platform_allow:
|
|
- bbc_microbit
|
|
- nrf51dk/nrf51822
|
|
- nrf52dk/nrf52832
|
|
- qemu_cortex_m3
|
|
- qemu_x86
|
|
tags: bluetooth
|
|
integration_platforms:
|
|
- qemu_cortex_m3
|