mirror of
https://github.com/zephyrproject-rtos/zephyr.git
synced 2024-12-04 11:39:46 +08:00
28ba3b5e50
Add sam0 boards configuration to test api. Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
21 lines
299 B
YAML
21 lines
299 B
YAML
# Copyright (c) 2019 Benjamin Valentin
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
identifier: atsame54_xpro
|
|
name: SAM E54 Xplained Pro
|
|
type: mcu
|
|
arch: arm
|
|
ram: 256
|
|
flash: 1024
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
supported:
|
|
- adc
|
|
- gpio
|
|
- pwm
|
|
- spi
|
|
- i2c
|
|
- usb_device
|
|
- netif:eth
|