Add the supported features section to serpente.yaml and overlay files to the corresponding tests and samples. Signed-off-by: Alexander Falb <fal3xx@gmail.com>
23 lines
245 B
YAML
23 lines
245 B
YAML
identifier: serpente
|
|
name: SERPENTE
|
|
type: mcu
|
|
arch: arm
|
|
ram: 32
|
|
flash: 256
|
|
toolchain:
|
|
- zephyr
|
|
- gnuarmemb
|
|
- xtools
|
|
supported:
|
|
- adc
|
|
- counter
|
|
- gpio
|
|
- hwinfo
|
|
- i2c
|
|
- pinmux
|
|
- pwm
|
|
- spi
|
|
- uart
|
|
- usb_device
|
|
- watchdog
|