mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
11 lines
266 B
Plaintext
11 lines
266 B
Plaintext
# SPDX-FileCopyrightText: 2021 ML!PA Consulting GmbH
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "adafruit-itsybitsy-m4" if BOARD_ADAFRUIT_ITSYBITSY_M4
|
|
|
|
config BOARD_ADAFRUIT_ITSYBITSY_M4
|
|
bool
|
|
default y
|
|
select CPU_MODEL_SAMD51G19A
|