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:
parent
fe03c4c059
commit
baf07e881e
@ -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"
|
||||
|
@ -1,3 +1,5 @@
|
||||
CPU_CORE := rv32imac
|
||||
|
||||
FEATURES_PROVIDED += periph_cpuid
|
||||
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
||||
FEATURES_PROVIDED += periph_pm
|
||||
|
Loading…
Reference in New Issue
Block a user