zephyr/boards/nordic/nrf54l15dk
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: nrf54l15dk: Add documentation about the emulated SoCs 2024-12-02 23:04:46 +01:00
support boards: nordic: nRF54L15DK: Add debug configuration for FLPR 2024-12-09 22:05:58 +00:00
board.cmake boards: nordic: nRF54L15DK: Add debug configuration for FLPR 2024-12-09 22:05:58 +00:00
board.yml boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
Kconfig.defconfig Bluetooth: Controller: Replace BT_CTLR with HAS_BT_CTLR 2024-12-03 10:16:44 +01:00
Kconfig.nrf54l15dk boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
nrf54l15dk_common.dtsi boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
nrf54l15dk_nrf54l05_cpuapp.dts boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
nrf54l15dk_nrf54l05_cpuapp.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf54l15dk_nrf54l05_cpuapp_defconfig boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
nrf54l15dk_nrf54l10_cpuapp.dts boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
nrf54l15dk_nrf54l10_cpuapp.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf54l15dk_nrf54l10_cpuapp_defconfig boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
nrf54l15dk_nrf54l15_cpuapp.dts boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
nrf54l15dk_nrf54l15_cpuapp.yaml boards: Remove 'xtools' toolchain variant references 2025-01-17 10:50:07 +01:00
nrf54l15dk_nrf54l15_cpuapp_defconfig
nrf54l15dk_nrf54l15_cpuflpr.dts boards: nordic: nrf54l15dk: Rename the board common file 2024-11-21 09:26:38 +01:00
nrf54l15dk_nrf54l15_cpuflpr.yaml
nrf54l15dk_nrf54l15_cpuflpr_defconfig
nrf54l15dk_nrf54l15_cpuflpr_xip.dts
nrf54l15dk_nrf54l15_cpuflpr_xip.yaml
nrf54l15dk_nrf54l15_cpuflpr_xip_defconfig
nrf54l15dk_nrf54l_05_10_15-pinctrl.dtsi boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00
nrf54l_05_10_15_cpuapp_common.dtsi boards: nordic: nRF54L15DK: Add basic support for the L05 and L10 ICs 2024-11-21 09:26:38 +01:00