mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 22:05:23 +00:00
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> |
||
---|---|---|
.. | ||
doc | ||
board.c | ||
board.cmake | ||
board.yml | ||
CMakeLists.txt | ||
Kconfig.defconfig | ||
Kconfig.lpcxpresso55s69 | ||
Kconfig.sysbuild | ||
lpcxpresso55s69_lpc55s69_cpu1.dts | ||
lpcxpresso55s69_lpc55s69_cpu1.yaml | ||
lpcxpresso55s69_lpc55s69_cpu0_defconfig | ||
lpcxpresso55s69_lpc55s69_cpu0_ns_defconfig | ||
lpcxpresso55s69_lpc55s69_cpu0_ns.dts | ||
lpcxpresso55s69_lpc55s69_cpu0_ns.yaml | ||
lpcxpresso55s69_lpc55s69_cpu0.dts | ||
lpcxpresso55s69_lpc55s69_cpu0.yaml | ||
lpcxpresso55s69-pinctrl.dtsi | ||
lpcxpresso55s69.dtsi |