The board target for emulation of nRF52810 on nRF5DK, so far known as nrf52810_pca10040, is renamed to nrf52dk_nrf52810. Its documentation and all references to its name in the tree are updated accordingly. Overlay and configuration files specific to this board are also renamed, to match the new board name. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
28 lines
895 B
YAML
28 lines
895 B
YAML
tests:
|
|
bluetooth.shell.main:
|
|
extra_configs:
|
|
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
platform_whitelist: qemu_cortex_m3 qemu_x86 native_posix native_posix_64 nrf52840dk_nrf52840
|
|
platform_exclude: nrf52dk_nrf52810
|
|
tags: bluetooth
|
|
harness: keyboard
|
|
min_flash: 145
|
|
bluetooth.shell.shell_br:
|
|
extra_configs:
|
|
- CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
|
extra_args: CONF_FILE="prj_br.conf"
|
|
platform_whitelist: qemu_cortex_m3 qemu_x86 native_posix native_posix_64
|
|
platform_exclude: nrf52dk_nrf52810
|
|
tags: bluetooth
|
|
harness: keyboard
|
|
bluetooth.shell.adv_ext:
|
|
build_only: true
|
|
extra_args: OVERLAY_CONFIG=ext_adv.conf
|
|
platform_whitelist: native_posix
|
|
tags: bluetooth
|
|
bluetooth.shell.adv_ext_no_privacy:
|
|
build_only: true
|
|
extra_args: OVERLAY_CONFIG=ext_adv_no_priv.conf
|
|
platform_whitelist: native_posix
|
|
tags: bluetooth
|