-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.yaml
35 lines (35 loc) · 1.32 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
sample:
description: Bluetooth Nordic Status Message service sample
name: BLE Nordic Status Message service
tests:
sample.bluetooth.peripheral_nsms:
sysbuild: true
build_only: true
integration_platforms:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
- thingy53/nrf5340/cpuapp
- thingy53/nrf5340/cpuapp/ns
- nrf54h20dk/nrf54h20/cpuapp
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf52dk/nrf52810
nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp
thingy53/nrf5340/cpuapp/ns nrf54h20dk/nrf54h20/cpuapp
tags: bluetooth ci_build sysbuild
sample.bluetooth.peripheral_nsms_no_security:
sysbuild: true
build_only: true
extra_args: CONFIG_BT_STATUS_SECURITY_ENABLED=n
integration_platforms:
- nrf52dk/nrf52832
- nrf52840dk/nrf52840
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
- thingy53/nrf5340/cpuapp
- thingy53/nrf5340/cpuapp/ns
- nrf54h20dk/nrf54h20/cpuapp
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf52dk/nrf52810
nrf5340dk/nrf5340/cpuapp nrf5340dk/nrf5340/cpuapp/ns thingy53/nrf5340/cpuapp
thingy53/nrf5340/cpuapp/ns nrf54h20dk/nrf54h20/cpuapp
tags: bluetooth ci_build sysbuild