mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
14 lines
326 B
Plaintext
14 lines
326 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "arduino-nano-33-ble" if BOARD_ARDUINO_NANO_33_BLE
|
|
|
|
config BOARD_ARDUINO_NANO_33_BLE
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_NRF52
|
|
select CPU_MODEL_NRF52840XXAA
|
|
|
|
source "$(RIOTBOARD)/common/nrf52/Kconfig"
|