mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 21:01:56 +00:00
Remove all "supported: -hwinfo" definitions from the boards yaml files and documentation. hwinfo can generally be tested on every board because it returns -ENOTSUP if not supported. Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
11 lines
130 B
YAML
11 lines
130 B
YAML
identifier: arduino_zero
|
|
name: Arduino Zero
|
|
type: mcu
|
|
arch: arm
|
|
ram: 32
|
|
flash: 256
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|