zephyr/boards/snps/emsdp
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: snps: adopt new zephyr:board directive and role 2024-10-24 17:51:15 +02:00
support
arc_mpu_regions.c
board.cmake
board.dtsi
board.yml
CMakeLists.txt
emsdp-pinctrl.dtsi
emsdp_emsdp_em4.dts
emsdp_emsdp_em4.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
emsdp_emsdp_em5d.dts
emsdp_emsdp_em5d.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
emsdp_emsdp_em5d_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
emsdp_emsdp_em6.dts
emsdp_emsdp_em6.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
emsdp_emsdp_em6_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
emsdp_emsdp_em7d.dts
emsdp_emsdp_em7d.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
emsdp_emsdp_em7d_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
emsdp_emsdp_em7d_esp.dts
emsdp_emsdp_em7d_esp.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
emsdp_emsdp_em7d_esp_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
emsdp_emsdp_em9d.dts
emsdp_emsdp_em9d.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
emsdp_emsdp_em9d_defconfig boards: samples: remove CONFIG_BUILD_NO_GAP_FILL=y and similar 2024-12-02 11:14:09 +01:00
emsdp_emsdp_em11d.dts
emsdp_emsdp_em11d.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
emsdp_emsdp_em11d_defconfig boards: snps: emdsp: em11d: remove PINCTRL from defconfig 2024-12-06 12:13:45 +01:00
Kconfig.defconfig
Kconfig.emsdp
platform.c