zephyr/boards/nxp/rd_rw612_bga
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 boards: nxp: Update board documentation of RW612 2024-12-11 07:57:38 +01:00
dts drivers: mipi_dbi: mipi_dbi_nxp_lcdic: allow config of timer bases 2024-11-22 22:47:36 +00:00
board.cmake
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
CMakeLists.txt boards: rd_rw612_bga: Move FCB in tree 2024-11-16 13:32:48 -05:00
Kconfig.defconfig drivers: input: ft5336: Enable interrupts in conjunction with DT config 2025-01-15 15:04:13 +01:00
Kconfig.rd_rw612_bga west.yml: Update NXP HAL MCUX-SDK to add MKE1XZ9 support 2024-04-26 09:30:11 +02:00
MX25U51245GZ4I00_FCB.c boards: rd_rw612_bga: Move FCB in tree 2024-11-16 13:32:48 -05:00
pre_dt_board.cmake boards: nxp: Remove suppression of LPC DTC warns 2024-06-14 11:13:05 +02:00
rd_rw612_bga-pinctrl.dtsi boards: nxp: rw: Enable sctimer 2024-10-24 09:28:49 +02:00
rd_rw612_bga.dts boards: rd_rw612_bga: Move compatible to dtsi 2024-06-12 18:24:48 -04:00
rd_rw612_bga.dtsi drivers: Narrow Band Unit interruption driver creation 2024-12-19 17:37:24 +01:00
rd_rw612_bga.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
rd_rw612_bga_defconfig boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00
rd_rw612_bga_rw612_ethernet.dts boards: rd_rw612_bga: Enable ethernet on board 2024-06-12 18:24:48 -04:00
rd_rw612_bga_rw612_ethernet.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
rd_rw612_bga_rw612_ethernet_defconfig boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00