Skip to content

Commit 4c7a9fd

Browse files
committed
tests: cyw920829m2evk_02: Updating tests boards for multiple socs
Updating supported tests for the cyw920829m2evk_02 board to support multiple socs. Signed-off-by: John Batch <[email protected]>
1 parent d2f6d93 commit 4c7a9fd

File tree

87 files changed

+517
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+517
-39
lines changed

samples/bluetooth/beacon/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tests:
1111
- nrf54l15dk/nrf54l15/cpuapp
1212
- ophelia4ev/nrf54l15/cpuapp
1313
- nrf54lm20dk/nrf54lm20a/cpuapp
14+
- cyw920829m2evk_02/cyw20829b0lkml
1415
tags: bluetooth
1516
integration_platforms:
1617
- qemu_cortex_m3

samples/bluetooth/broadcaster/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tests:
88
- qemu_x86
99
- nrf51dk/nrf51822
1010
- nrf52dk/nrf52832
11+
- cyw920829m2evk_02/cyw20829b0lkml
1112
tags: bluetooth
1213
integration_platforms:
1314
- qemu_cortex_m3

samples/bluetooth/central/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tests:
66
platform_allow:
77
- qemu_cortex_m3
88
- qemu_x86
9+
- cyw920829m2evk_02/cyw20829b0lkml
910
tags: bluetooth
1011
integration_platforms:
1112
- qemu_cortex_m3

samples/bluetooth/observer/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tests:
88
- qemu_cortex_m3
99
- qemu_x86
1010
- nrf52840dk/nrf52840
11+
- cyw920829m2evk_02/cyw20829b0lkml
1112
integration_platforms:
1213
- qemu_cortex_m3
1314
- nrf52840dk/nrf52840

samples/bluetooth/peripheral_dis/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tests:
88
- qemu_cortex_m3
99
- qemu_x86
1010
- ophelia4ev/nrf54l15/cpuapp
11+
- cyw920829m2evk_02/cyw20829b0lkml
1112
tags: bluetooth
1213
integration_platforms:
1314
- qemu_cortex_m3

samples/bluetooth/scan_adv/sample.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tests:
77
platform_allow:
88
- qemu_cortex_m3
99
- qemu_x86
10+
- cyw920829m2evk_02/cyw20829b0lkml
1011
tags: bluetooth
1112
integration_platforms:
1213
- qemu_cortex_m3

samples/bluetooth/st_ble_sensor/sample.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ sample:
55
tests:
66
sample.bluetooth.st_ble_sensor:
77
harness: bluetooth
8-
platform_allow: nucleo_wb55rg
8+
platform_allow:
9+
- nucleo_wb55rg
10+
- cyw920829m2evk_02/cyw20829b0lkml
911
tags: bluetooth
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
/*
2+
* Copyright (c) 2025 Infineon Technologies AG,
3+
* or an affiliate of Infineon Technologies AG.
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
#include <zephyr/dt-bindings/pwm/pwm_ifx_tcpwm.h>
9+
10+
&tcpwm0_1 {
11+
status = "okay";
12+
13+
counter0_1 {
14+
status = "okay";
15+
clocks = <&peri0_group1_16bit_0>;
16+
};
17+
};
18+
19+
&peri0_group1_16bit_0 {
20+
status = "okay";
21+
resource-type = <IFX_RSC_TCPWM>;
22+
resource-instance = <0>;
23+
resource-channel = <1>;
24+
clock-div = <9599>;
25+
};
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Copyright (c) 2025 Infineon Technologies AG,
3+
* or an affiliate of Infineon Technologies AG.
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
#include "cyw920829m2evk_02_common.overlay"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/*
2+
* Copyright (c) 2025 Infineon Technologies AG,
3+
* or an affiliate of Infineon Technologies AG.
4+
*
5+
* SPDX-License-Identifier: Apache-2.0
6+
*/
7+
8+
#include "cyw920829m2evk_02_common.overlay"

0 commit comments

Comments
 (0)