boards: arm: add Electronut labs papyr (nrf52840_papyr)
Added config for https://docs.electronut.in/papyr/ Signed-off-by: Tavish Naruka <tavishnaruka@gmail.com>
This commit is contained in:
parent
23ba884b2b
commit
df500c164c
10 changed files with 439 additions and 0 deletions
14
boards/arm/nrf52840_papyr/Kconfig
Normal file
14
boards/arm/nrf52840_papyr/Kconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Kconfig - Electronut Labs Papyr board configuration
|
||||
#
|
||||
# Copyright (c) 2018 Electronut Labs
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_NRF52840_PAPYR
|
||||
|
||||
config BOARD_ENABLE_DCDC
|
||||
bool "Enable DCDC mode"
|
||||
select SOC_DCDC_NRF52X
|
||||
default y
|
||||
|
||||
endif # BOARD_NRF52840_PAPYR
|
Loading…
Add table
Add a link
Reference in a new issue