mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-23 21:43:51 +01:00
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
# SPDX-FileCopyrightText: 2021 Otto-von-Guericke-Universität Magdeburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "rpi-pico" if BOARD_RPI_PICO
|
|
|
|
config BOARD_RPI_PICO
|
|
bool
|
|
default y
|
|
select CPU_MODEL_RP2040
|