mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
# SPDX-FileCopyrightText: 2023 Mesotic SAS
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "nrf5340dk-app" if BOARD_NRF5340DK_APP
|
|
|
|
config BOARD_NRF5340DK_APP
|
|
bool
|
|
default y
|
|
select CPU_MODEL_NRF5340_APP
|
|
|
|
# Put other features for this board (in alphabetical order)
|