mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 09:33:50 +01:00
11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
# SPDX-FileCopyrightText: 2020 Inria
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "arduino-nano-33-iot" if BOARD_ARDUINO_NANO_33_IOT
|
|
|
|
config BOARD_ARDUINO_NANO_33_IOT
|
|
bool
|
|
default y
|
|
select CPU_MODEL_SAMD21G18A
|