2021-06-01 21:31:30 +02:00
|
|
|
# Copyright (C) 2021 Otto-von-Guericke-Universität Magdeburg
|
|
|
|
#
|
|
|
|
# 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 CPU_FAM_RPX0XX
|
|
|
|
bool
|
|
|
|
select CPU_CORE_CORTEX_M0PLUS
|
|
|
|
|
|
|
|
config CPU_FAM
|
|
|
|
default "RPX0XX" if CPU_FAM_RPX0XX
|
|
|
|
|
|
|
|
config CPU_MODEL_RP2040
|
|
|
|
bool
|
|
|
|
select CPU_FAM_RPX0XX
|
|
|
|
|
|
|
|
config CPU_MODEL
|
|
|
|
default "RP2040" if CPU_MODEL_RP2040
|
|
|
|
|
|
|
|
config CPU
|
|
|
|
default "rpx0xx" if CPU_FAM_RPX0XX
|
|
|
|
|
2023-05-24 09:49:21 +02:00
|
|
|
|
2021-06-01 21:31:30 +02:00
|
|
|
source "$(RIOTCPU)/cortexm_common/Kconfig"
|