zephyr/boards/nxp/mimxrt1160_evk
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: mimxrt11xx: document support for launching CM4 core 2025-01-07 20:34:26 +01:00
board.cmake board: mimxrt1160_evk: linkserver support 2024-05-20 20:52:56 -04:00
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
CMakeLists.txt
Kconfig.defconfig soc: nxp: Centralize flexspi related configuration 2024-08-22 09:14:24 +02:00
Kconfig.mimxrt1160_evk
mimxrt1160_evk-pinctrl.dtsi boards: nxp: mimxrt1160_evk: enable LPI2C5 inputs 2024-07-04 13:27:03 +02:00
mimxrt1160_evk.dtsi boards: fix max frequency for IS25WP flash chips 2024-10-23 09:06:19 +09:00
mimxrt1160_evk_mimxrt1166_cm4.dts boards: nxp: mimxrt11xx: change zephyr,flash node to ocram 2025-01-07 20:34:26 +01:00
mimxrt1160_evk_mimxrt1166_cm4.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
mimxrt1160_evk_mimxrt1166_cm4_defconfig boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00
mimxrt1160_evk_mimxrt1166_cm7.dts boards: nxp: Add uart-mcumgr for nxp boards 2024-09-11 09:31:48 +02:00
mimxrt1160_evk_mimxrt1166_cm7.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
mimxrt1160_evk_mimxrt1166_cm7_defconfig boards: nxp: Removing CONFIG_PINCTRL from the boards defconfig 2024-10-15 19:09:45 -04:00