Add bluemicro support
This commit is contained in:
parent
7e8a07e693
commit
9dd8217cd4
8 changed files with 241 additions and 0 deletions
8
app/boards/arm/bluemicro52840_v1/Kconfig.board
Normal file
8
app/boards/arm/bluemicro52840_v1/Kconfig.board
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# BlueMicro52840_V1 board configuration
|
||||
|
||||
# Copyright (c) 2020 Pete Johanson, Derek Schmell
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config BOARD_BLUEMICRO52840_V1
|
||||
bool "BlueMicro52840_V1"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
Loading…
Add table
Add a link
Reference in a new issue