feat(boards): Add BT60 Boards
This commit is contained in:
parent
66f90dae3a
commit
99c5a8ee6f
16 changed files with 687 additions and 0 deletions
7
app/boards/arm/bt60/Kconfig
Normal file
7
app/boards/arm/bt60/Kconfig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config BOARD_ENABLE_DCDC
|
||||
bool "Enable DCDC mode"
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
depends on (BOARD_BT60_V1_HS || BOARD_BT60_V1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue