mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
# SPDX-FileCopyrightText: 2024 ML!PA Consulting GmbH
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "adafruit-metro-m4-express" if BOARD_ADAFRUIT_METRO_M4_EXPRESS
|
|
|
|
config BOARD_ADAFRUIT_METRO_M4_EXPRESS
|
|
bool
|
|
default y
|
|
select CPU_MODEL_SAMD51J19
|