mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 23:05:27 +00:00
Update all ARM boards to have xtools as a supported toolchain. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
13 lines
215 B
YAML
13 lines
215 B
YAML
# Copyright (c) 2018 Bryan O'Donoghue
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
identifier: atsamd21_xpro
|
|
name: SAM D21 Xplained Pro
|
|
type: mcu
|
|
arch: arm
|
|
ram: 32
|
|
flash: 256
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|