mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d9863c6b3c
This adds the board specification of the Adafruit Metro M4 Express [1]. The significance of this board is that it is compatible with both classical SPI Arduino Shields using the ISP header for SPI (such as `shield_w5100`) and more recent shields using D11/D12/D13 as SPI (such as `shield_llcc68`). [1]: https://learn.adafruit.com/adafruit-metro-m4-express-featuring-atsamd51/overview
14 lines
396 B
Plaintext
14 lines
396 B
Plaintext
# Copyright (C) 2024 ML!PA Consulting GmbH
|
|
#
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
# directory for more details.
|
|
|
|
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
|