Skip to content

Commit fe87abe

Browse files
stephanosiocarlescufi
authored andcommitted
boards: Remove 'xtools' toolchain variant references
This commit removes all references to the `xtools` toolchain variant in the board YAML files. Note that the `xtools` toolchain variant has been deprecated since Zephyr v3.3.0 and now removed. The removal process was automated using the following command line: git grep -l xtools -- boards/*.{yml,yaml} | \ xargs -n 1 -P $(nproc) \ yq -i 'del(.toolchain[] | select(. == "xtools"))' Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent b69f8ee commit fe87abe

File tree

582 files changed

+0
-582
lines changed

Some content is hidden

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

582 files changed

+0
-582
lines changed

boards/96boards/aerocore2/96b_aerocore2.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ arch: arm
99
toolchain:
1010
- zephyr
1111
- gnuarmemb
12-
- xtools
1312
supported:
1413
- gpio
1514
- pwm

boards/96boards/argonkey/96b_argonkey.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
- xtools
98
ram: 256
109
flash: 1024
1110
supported:

boards/96boards/avenger96/96b_avenger96.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
- xtools
98
supported:
109
- gpio
1110
- shell

boards/96boards/carbon/96b_carbon_nrf51822.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ flash: 256
77
toolchain:
88
- zephyr
99
- gnuarmemb
10-
- xtools
1110
supported:
1211
- ble
1312
vendor: seeed

boards/96boards/carbon/96b_carbon_stm32f401xe.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
- xtools
98
supported:
109
- gpio
1110
- ble

boards/96boards/meerkat96/96b_meerkat96_mcimx7d_m4.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ flash: 32
1313
toolchain:
1414
- zephyr
1515
- gnuarmemb
16-
- xtools
1716
supported:
1817
- gpio
1918
- shell

boards/96boards/neonkey/96b_neonkey.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
- xtools
98
ram: 128
109
flash: 512
1110
supported:

boards/96boards/nitrogen/96b_nitrogen.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
- xtools
98
supported:
109
- ble
1110
- gpio

boards/96boards/stm32_sensor_mez/96b_stm32_sensor_mez.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
- xtools
98
supported:
109
- uart
1110
- gpio

boards/aconno/acn52832/acn52832.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ arch: arm
55
toolchain:
66
- zephyr
77
- gnuarmemb
8-
- xtools
98
ram: 64
109
flash: 512

0 commit comments

Comments
 (0)