Skip to content

Commit 4eff470

Browse files
PavelVPVrlubos
authored andcommitted
samples: bluetooth: event_trigger: Add support for nRF54H20 and nRF54L15
This commit adds support for new boards. Signed-off-by: Pavel Vasilyev <pavel.vasilyev@nordicsemi.no>
1 parent e24703e commit 4eff470

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
aliases {
9+
egu = &egu020;
10+
};
11+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
aliases {
9+
egu = &egu10;
10+
};
11+
};

samples/bluetooth/event_trigger/sample.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ tests:
99
- nrf52dk/nrf52832
1010
- nrf52840dk/nrf52840
1111
- nrf5340dk/nrf5340/cpunet
12+
- nrf54l15dk/nrf54l15/cpuapp
13+
- nrf54h20dk/nrf54h20/cpurad
1214
platform_allow: nrf52dk/nrf52832 nrf52840dk/nrf52840 nrf5340dk/nrf5340/cpunet
15+
nrf54l15dk/nrf54l15/cpuapp nrf54h20dk/nrf54h20/cpurad
1316
tags: bluetooth ci_build sysbuild

0 commit comments

Comments
 (0)