feat(boards): Add BT60 Boards
This commit is contained in:
parent
66f90dae3a
commit
99c5a8ee6f
16 changed files with 687 additions and 0 deletions
12
app/boards/arm/bt60/Kconfig.board
Normal file
12
app/boards/arm/bt60/Kconfig.board
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# BT60 board configuration
|
||||
|
||||
# Copyright (c) 2021 Polarity Works
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config BOARD_BT60_V1
|
||||
bool "bt60"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
|
||||
config BOARD_BT60_V1_HS
|
||||
bool "bt60 hotswap"
|
||||
depends on SOC_NRF52840_QIAA
|
||||
Loading…
Add table
Add a link
Reference in a new issue