1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/fe310: add CPU_CORE information

This commit is contained in:
Karl Fessel 2021-09-22 15:51:54 +02:00
parent fe03c4c059
commit baf07e881e
2 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@
config CPU_FAM_FE310
bool
select CPU_CORE_RV32I
select CPU_CORE_RV32IMAC
select HAS_CPU_FE310
select HAS_PERIPH_CPUID
select HAS_PERIPH_GPIO
@ -42,6 +42,9 @@ config CPU_MODEL
config CPU
default "fe310" if CPU_FAM_FE310
config CPU_CORE
default "rv32imac" if CPU_CORE_RV32IMAC
rsource "Kconfig.clk"
source "$(RIOTCPU)/riscv_common/Kconfig"

View File

@ -1,3 +1,5 @@
CPU_CORE := rv32imac
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
FEATURES_PROVIDED += periph_pm