feat(boards): Add Glove80 to boards
* Add board definition for MoErgo Glove80
This commit is contained in:
parent
afe65ead9c
commit
2a1904e184
19 changed files with 927 additions and 0 deletions
19
app/boards/arm/glove80/glove80.yaml
Normal file
19
app/boards/arm/glove80/glove80.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
identifier: glove80
|
||||
name: Glove80
|
||||
url: https://www.moergo.com/
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- adc
|
||||
- usb_device
|
||||
- ble
|
||||
- ieee802154
|
||||
- pwm
|
||||
- watchdog
|
||||
- gpio
|
||||
- i2c
|
||||
- spi
|
||||
Loading…
Add table
Add a link
Reference in a new issue