zephyr/boards/nordic/nrf9160dk
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 samples: hello_world: use zephyr:code-sample directive 2024-09-16 10:05:18 +02:00
dts
board.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
board.cmake
board.yml boards: Set full_name for all boards 2024-10-10 20:22:21 -04:00
CMakeLists.txt boards: nordic: nrf9160dk: Correct board check for nrf52840_reset 2024-07-30 18:30:13 +01:00
Kconfig boards: nrf52*: use DT to configure regulators 2024-08-06 09:17:10 +01:00
Kconfig.defconfig Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR 2024-12-03 10:16:44 +01:00
Kconfig.nrf9160dk
nrf9160dk_nrf9160.dts
nrf9160dk_nrf9160_0_7_0.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf9160dk_nrf9160_0_14_0.overlay
nrf9160dk_nrf9160_0_14_0.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf9160dk_nrf9160_common-pinctrl.dtsi
nrf9160dk_nrf9160_common.dtsi dts: common: nordic: default memory partitioning 2024-09-04 12:52:31 +02:00
nrf9160dk_nrf9160_common_0_14_0.dtsi boards: remove spi-flash0 alias 2024-06-06 15:21:18 -05:00
nrf9160dk_nrf9160_defconfig
nrf9160dk_nrf9160_ns.dts
nrf9160dk_nrf9160_ns_0_7_0.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf9160dk_nrf9160_ns_0_14_0.overlay
nrf9160dk_nrf9160_ns_0_14_0.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf9160dk_nrf9160_ns_defconfig
nrf9160dk_nrf52840-pinctrl.dtsi
nrf9160dk_nrf52840.dts boards: nrf52840 common partition dtsi 2024-09-12 17:06:34 -04:00
nrf9160dk_nrf52840_0_7_0.yaml boards: use unique names 2024-05-13 09:45:41 +02:00
nrf9160dk_nrf52840_0_14_0.overlay
nrf9160dk_nrf52840_0_14_0.yaml
nrf9160dk_nrf52840_defconfig
nrf52840_reset.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
pre_dt_board.cmake