Skip to content

Commit 3137829

Browse files
PerMacnashif
authored andcommitted
boards: nrf: Update nrf54h and nrf54l yamls to use sysbuild in twister
Nrf54h's and nrf54l's targets are the first targets complex enough that a sysbuild must be used on every build for them. This information is reflected in their yamls. These entries tell twister to always use sysbuild for those targets. Signed-off-by: Maciej Perkowski <[email protected]>
1 parent da1066f commit 3137829

7 files changed

+7
-0
lines changed

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuapp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toolchain:
99
- gnuarmemb
1010
- xtools
1111
- zephyr
12+
sysbuild: true
1213
ram: 256
1314
flash: 296
1415
supported:

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type: mcu
77
arch: riscv
88
toolchain:
99
- zephyr
10+
sysbuild: true
1011
ram: 62
1112
flash: 62
1213
supported:

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpuppr_xip.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type: mcu
77
arch: riscv
88
toolchain:
99
- zephyr
10+
sysbuild: true
1011
ram: 62
1112
flash: 64
1213
supported:

boards/nordic/nrf54h20dk/nrf54h20dk_nrf54h20_cpurad.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toolchain:
99
- gnuarmemb
1010
- xtools
1111
- zephyr
12+
sysbuild: true
1213
ram: 192
1314
flash: 256
1415
supported:

boards/nordic/nrf54l15pdk/nrf54l15pdk_nrf54l15_cpuapp.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ toolchain:
99
- gnuarmemb
1010
- xtools
1111
- zephyr
12+
sysbuild: true
1213
ram: 188
1314
flash: 324
1415
supported:

boards/nordic/nrf54l15pdk/nrf54l15pdk_nrf54l15_cpuflpr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type: mcu
77
arch: riscv
88
toolchain:
99
- zephyr
10+
sysbuild: true
1011
ram: 96
1112
flash: 96
1213
supported:

boards/nordic/nrf54l15pdk/nrf54l15pdk_nrf54l15_cpuflpr_xip.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ type: mcu
77
arch: riscv
88
toolchain:
99
- zephyr
10+
sysbuild: true
1011
ram: 68
1112
flash: 96
1213
supported:

0 commit comments

Comments
 (0)