2020-07-03 11:16:23 +02:00
|
|
|
# Copyright (c) 2020 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "dwm1001" if BOARD_DWM1001
|
|
|
|
|
|
|
|
config BOARD_DWM1001
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
select BOARD_COMMON_NRF52
|
|
|
|
select CPU_MODEL_NRF52832XXAA
|
|
|
|
select HAS_PERIPH_I2C
|
|
|
|
select HAS_PERIPH_SPI
|
|
|
|
select HAS_PERIPH_UART
|
2021-02-18 15:27:21 +01:00
|
|
|
select HAS_VDD_LC_FILTER_REG1
|
2021-11-30 09:03:12 +01:00
|
|
|
|
|
|
|
select HAVE_LIS2DH12_SPI
|
2020-07-03 11:16:23 +02:00
|
|
|
|
|
|
|
source "$(RIOTBOARD)/common/nrf52/Kconfig"
|