add yaml yml files
This commit is contained in:
parent
8c22dc3b6a
commit
b2f615766f
2 changed files with 27 additions and 0 deletions
15
app/boards/arm/bluehand/bluehand.yaml
Normal file
15
app/boards/arm/bluehand/bluehand.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
identifier: bluehand
|
||||
name: BlueHand
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
- xtools
|
||||
supported:
|
||||
- adc
|
||||
- usb_device
|
||||
- ble
|
||||
- ieee802154
|
||||
- pwm
|
||||
- watchdog
|
12
app/boards/arm/bluehand/bluehand.yml
Normal file
12
app/boards/arm/bluehand/bluehand.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
file_format: "1"
|
||||
id: bluehand
|
||||
name: BlueHand
|
||||
type: board
|
||||
arch: arm
|
||||
outputs:
|
||||
- usb
|
||||
- ble
|
||||
url: https://nrf52.jpconstantineau.com/docs/macropad/bluehand/
|
||||
features:
|
||||
- keys
|
||||
|
Loading…
Add table
Reference in a new issue