blinky works on mellifera
Some checks failed
Build / build (macos-12) (push) Waiting to run
Build / build (macos-14) (push) Waiting to run
Build / build (windows-2022) (push) Waiting to run
Build / build (ubuntu-22.04) (push) Failing after 26s
Documentation / build (push) Failing after 8s
Documentation / deploy (push) Has been skipped
Some checks failed
Build / build (macos-12) (push) Waiting to run
Build / build (macos-14) (push) Waiting to run
Build / build (windows-2022) (push) Waiting to run
Build / build (ubuntu-22.04) (push) Failing after 26s
Documentation / build (push) Failing after 8s
Documentation / deploy (push) Has been skipped
This commit is contained in:
40
boards/bh/mellifera_rev1/mellifera_rev1.yaml
Normal file
40
boards/bh/mellifera_rev1/mellifera_rev1.yaml
Normal file
@ -0,0 +1,40 @@
|
||||
# Copyright (c) 2021 Nordic Semiconductor ASA
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
identifier: mellifera_rev1
|
||||
name: Mellifera-Rev1
|
||||
# vendor: bh
|
||||
# type: mcu
|
||||
# arch: arm
|
||||
# ram: 256
|
||||
# flash: 1024
|
||||
# toolchain:
|
||||
# - zephyr
|
||||
# - gnuarmemb
|
||||
# - xtools
|
||||
# supported:
|
||||
# - gpio
|
||||
|
||||
# identifier: nrf52dk/nrf52832
|
||||
# name: nRF52-DK-NRF52832
|
||||
type: mcu
|
||||
arch: arm
|
||||
toolchain:
|
||||
- zephyr
|
||||
- gnuarmemb
|
||||
- xtools
|
||||
ram: 64
|
||||
flash: 512
|
||||
supported:
|
||||
- adc
|
||||
- arduino_gpio
|
||||
- arduino_i2c
|
||||
- arduino_spi
|
||||
- gpio
|
||||
- counter
|
||||
- nvs
|
||||
- i2c
|
||||
- pwm
|
||||
- spi
|
||||
- watchdog
|
||||
vendor: nordic
|
Reference in New Issue
Block a user