mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
# SPDX-FileCopyrightText: 2024 Méwen Berthelot
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "arduino-nano-33-ble-sense" if BOARD_ARDUINO_NANO_33_BLE_SENSE
|
|
|
|
config BOARD_ARDUINO_NANO_33_BLE_SENSE
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_NRF52
|
|
select CPU_MODEL_NRF52840XXAA
|
|
|
|
source "$(RIOTBOARD)/common/nrf52/Kconfig"
|