zephyr/boards/others
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
..
black_f407ve boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
black_f407zg_pro boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
canbardo boards: others: canbardo: disable watchdog at boot 2025-01-11 04:36:52 +01:00
candlelight boards: others: add candleLight USB to CAN 2.0B adapter board 2024-11-19 09:52:35 -05:00
candlelightfd boards: others: candlelightfd: add board picture 2024-11-26 14:44:21 +00:00
esp32c3_supermini boards: esp32c3_supermini: increase board heap and stack 2025-01-07 23:00:25 +01:00
icev_wireless boards: esp32-based: remove bluetooth ignore tag 2024-12-20 23:51:16 +02:00
neorv32 boards: others: adopt new zephyr:board directive and role 2024-10-24 17:51:15 +02:00
promicro_nrf52840 boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
serpente boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
stm32_min_dev boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
stm32f030_demo boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
stm32f103_mini boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
stm32f401_mini boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
index.rst