zephyr/boards/nordic/nrf7002dk
Stephanos Ioannidis fe87abe0b9 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 <root@stephanos.io>
2025-01-17 10:50:07 +01:00
..
doc samples: hello_world: use zephyr:code-sample directive 2024-09-16 10:05:18 +02:00
board.cmake boards: nordic: nrf7002dk: Remove NS variants 2024-10-11 13:32:09 -04:00
board.yml boards: nordic: nrf7002dk: Remove NS variants 2024-10-11 13:32:09 -04:00
Kconfig Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR 2024-12-03 10:16:44 +01:00
Kconfig.nrf7002dk boards: nordic: nrf7002dk: Remove NS variants 2024-10-11 13:32:09 -04:00
nrf70_common.dtsi boards: nordic: nrf7002dk: align with nrf700x split interface 2024-10-29 09:25:18 -07:00
nrf70_common_5g.dtsi
nrf5340_cpuapp_common.dtsi boards: nrf7002dk: Fix SR coexistence GPIOs ownership 2024-12-18 12:45:24 +01:00
nrf5340_cpuapp_common_pinctrl.dtsi
nrf7002dk_nrf5340_cpuapp.dts boards: nordic: nrf7002dk: align with nrf700x split interface 2024-10-29 09:25:18 -07:00
nrf7002dk_nrf5340_cpuapp.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf7002dk_nrf5340_cpuapp_defconfig boards: Add RNG default selection, supplicant and tcp config settings 2024-12-13 09:13:27 +01:00
nrf7002dk_nrf5340_cpuapp_nrf7001.dts boards: nordic: nrf7002dk: align with nrf700x split interface 2024-10-29 09:25:18 -07:00
nrf7002dk_nrf5340_cpuapp_nrf7001.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf7002dk_nrf5340_cpuapp_nrf7001_defconfig boards: nordic: Remove setting PINCTRL in defconfig files 2024-10-16 16:37:12 +01:00
nrf7002dk_nrf5340_cpuapp_pinctrl.dtsi
nrf7002dk_nrf5340_cpunet.dts boards: nordic: Fix the label for nRF70 SR co-existence 2024-10-31 14:17:31 -05:00
nrf7002dk_nrf5340_cpunet.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf7002dk_nrf5340_cpunet_defconfig boards: nordic: Remove setting PINCTRL in defconfig files 2024-10-16 16:37:12 +01:00
nrf7002dk_nrf5340_cpunet_pinctrl.dtsi
pre_dt_board.cmake