zmk/app/boards/arm/nrf52dk_nrf52832/nrf52dk_nrf52832.yaml
Michael Len 55bb6dbdea Added a board based on the NRF52 DK
Created a self-contained board meant as a sample project on the NRF52 DK. Allows for a super easy starting point for any developer learning ZMK with the development kit.
2022-10-27 21:01:31 -07:00

23 lines
281 B
YAML

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
- ble
- gpio
- counter
- nvs
- i2c
- pwm
- spi
- watchdog