-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample.yaml
executable file
·54 lines (54 loc) · 1.99 KB
/
sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
sample:
description: Bluetooth Low Energy UART service sample
name: BLE UART service
tests:
sample.bluetooth.peripheral_uart:
build_only: true
platform_allow: nrf52dk_nrf52832 nrf52833dk_nrf52833 nrf52840dk_nrf52840
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpuapp_ns thingy53_nrf5340_cpuapp
thingy53_nrf5340_cpuapp_ns nrf21540dk_nrf52840
integration_platforms:
- nrf52dk_nrf52832
- nrf52833dk_nrf52833
- nrf52840dk_nrf52840
- nrf5340dk_nrf5340_cpuapp
- nrf5340dk_nrf5340_cpuapp_ns
- thingy53_nrf5340_cpuapp
- thingy53_nrf5340_cpuapp_ns
- nrf21540dk_nrf52840
tags: bluetooth ci_build
sample.bluetooth.peripheral_uart_cdc:
build_only: true
extra_args: OVERLAY_CONFIG=prj_cdc.conf DTC_OVERLAY_FILE="usb.overlay"
integration_platforms:
- nrf52840dk_nrf52840
- nrf52833dk_nrf52833
platform_allow: nrf52840dk_nrf52840 nrf52833dk_nrf52833
tags: bluetooth ci_build
sample.bluetooth.peripheral_uart_minimal:
build_only: true
extra_args: OVERLAY_CONFIG=prj_minimal.conf
integration_platforms:
- nrf52dk_nrf52810
- nrf52840dk_nrf52811
- nrf52833dk_nrf52820
platform_allow: nrf52dk_nrf52810 nrf52840dk_nrf52811 nrf52833dk_nrf52820
tags: bluetooth ci_build
sample.bluetooth.peripheral_uart_ble_rpc:
build_only: true
extra_configs:
- CONFIG_BT_RPC_STACK=y
integration_platforms:
- nrf5340dk_nrf5340_cpuapp
platform_allow: nrf5340dk_nrf5340_cpuapp
tags: bluetooth ci_build
sample.bluetooth.peripheral_uart.security_disabled:
build_only: true
platform_allow: nrf52dk_nrf52832 nrf52833dk_nrf52833 nrf52840dk_nrf52840
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpuapp_ns thingy53_nrf5340_cpuapp
thingy53_nrf5340_cpuapp_ns nrf21540dk_nrf52840
integration_platforms:
- nrf52840dk_nrf52840
tags: bluetooth ci_build
extra_configs:
- CONFIG_BT_NUS_SECURITY_ENABLED=n