mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 17:22:50 +00:00
Add first set of boards which can be built with xtools, this will include all boards at some point, so we might need a better way to whitelist toolchains that does not include changing every single board definition file. For now enabling those needed for testing the new toolchain. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
20 lines
206 B
YAML
20 lines
206 B
YAML
identifier: arduino_101
|
|
name: Arduino 101
|
|
type: mcu
|
|
arch: x86
|
|
toolchain:
|
|
- zephyr
|
|
- issm
|
|
- xtools
|
|
supported:
|
|
- usb_device
|
|
- ble
|
|
- aio
|
|
- spi
|
|
- i2c
|
|
- dma
|
|
- gpio
|
|
- pwm
|
|
ram: 52
|
|
flash: 144
|