Skip to content

Commit 4c074ad

Browse files
committed
add new zephyr-gnu and zephyr-llvm toolchain support
Signed-off-by: Sebastian Wezel <[email protected]>
1 parent 5d4bed5 commit 4c074ad

File tree

62 files changed

+124
-0
lines changed

Some content is hidden

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

62 files changed

+124
-0
lines changed

boards/arm/mps2/mps2_an385.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ simulation:
66
- name: qemu
77
toolchain:
88
- zephyr
9+
- zephyr-gnu
10+
- zephyr-llvm
911
- gnuarmemb
1012
- xtools
1113
supported:

boards/arm/mps2/mps2_an521_cpu0.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ simulation:
1010
toolchain:
1111
- gnuarmemb
1212
- zephyr
13+
- zephyr-gnu
14+
- zephyr-llvm
1315
- xtools
1416
supported:
1517
- gpio

boards/arm/mps2/mps2_an521_cpu0_ns.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ simulation:
1010
toolchain:
1111
- gnuarmemb
1212
- zephyr
13+
- zephyr-gnu
14+
- zephyr-llvm
1315
- xtools
1416
testing:
1517
default: true

boards/arm/mps2/mps2_an521_cpu1.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ simulation:
1010
toolchain:
1111
- gnuarmemb
1212
- zephyr
13+
- zephyr-gnu
14+
- zephyr-llvm
1315
- xtools
1416
testing:
1517
default: true

boards/nordic/nrf21540dk/nrf21540dk_nrf52840.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ram: 256
66
flash: 1024
77
toolchain:
88
- zephyr
9+
- zephyr-gnu
10+
- zephyr-llvm
911
- gnuarmemb
1012
- xtools
1113
supported:

boards/nordic/nrf51dk/nrf51dk_nrf51822.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ type: mcu
44
arch: arm
55
toolchain:
66
- zephyr
7+
- zephyr-gnu
8+
- zephyr-llvm
79
- gnuarmemb
810
- xtools
911
ram: 32

boards/nordic/nrf51dongle/nrf51dongle_nrf51822.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ type: mcu
44
arch: arm
55
toolchain:
66
- zephyr
7+
- zephyr-gnu
8+
- zephyr-llvm
79
- gnuarmemb
810
- xtools
911
ram: 32

boards/nordic/nrf52833dk/nrf52833dk_nrf52820.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ type: mcu
44
arch: arm
55
toolchain:
66
- zephyr
7+
- zephyr-gnu
8+
- zephyr-llvm
79
- gnuarmemb
810
- xtools
911
ram: 32

boards/nordic/nrf52833dk/nrf52833dk_nrf52833.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ram: 128
66
flash: 512
77
toolchain:
88
- zephyr
9+
- zephyr-gnu
10+
- zephyr-llvm
911
- gnuarmemb
1012
- xtools
1113
supported:

boards/nordic/nrf52840dk/nrf52840dk_nrf52811.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ type: mcu
44
arch: arm
55
toolchain:
66
- zephyr
7+
- zephyr-gnu
8+
- zephyr-llvm
79
- gnuarmemb
810
- xtools
911
ram: 24

0 commit comments

Comments
 (0)