zephyr/boards/beagle/beagleconnect_freedom
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: beagle: adopt new zephyr:board directive and role 2024-10-24 17:51:15 +02:00
beagleconnect_freedom-pinctrl.dtsi boards: beagle: beagleconnect_freedom: Add PWM 2024-09-30 16:58:49 -05:00
beagleconnect_freedom.dts boards: beagle: beagleconnect_freedom: Disable 2.4g ieee802154 2024-09-30 16:58:49 -05:00
beagleconnect_freedom.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
beagleconnect_freedom_defconfig boards: ti: beagleconnect_freedom: Remove PINCTRL 2024-10-08 05:59:41 -04:00
board.cmake
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
board_antenna.c boards: beagle: beagleconnect_freedom: Fix formatting 2024-07-10 11:41:46 +02:00
CMakeLists.txt
Kconfig
Kconfig.beagleconnect_freedom