zephyr/boards/snps/em_starterkit
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 doc: fix occurrences of broken zephyr_file: links 2024-10-30 09:43:50 -07:00
support
arc_mpu_regions.c
board.cmake
board.dtsi
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
CMakeLists.txt
em_starterkit_emsk_em7d.dts
em_starterkit_emsk_em7d.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
em_starterkit_emsk_em7d_2_2.overlay
em_starterkit_emsk_em7d_2_2.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
em_starterkit_emsk_em7d_2_3.overlay boards: remove spi-flash0 alias 2024-06-06 15:21:18 -05:00
em_starterkit_emsk_em7d_2_3_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
em_starterkit_emsk_em7d_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
em_starterkit_emsk_em9d.dts
em_starterkit_emsk_em9d.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
em_starterkit_emsk_em9d_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
em_starterkit_emsk_em11d.dts
em_starterkit_emsk_em11d.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
em_starterkit_emsk_em11d_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
em_starterkit_r22.dtsi
em_starterkit_r23.dtsi dts: bindings: gpio: use hyphens instead of underscore 2025-01-15 11:51:33 +01:00
Kconfig.defconfig
Kconfig.em_starterkit
pmodmux.c