mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ea0b5ff0dd
Adds arch_32bit and arch_riscv to cpu/fe310 to allow for feature requirements and blacklisting.
5 lines
129 B
Makefile
5 lines
129 B
Makefile
FEATURES_PROVIDED += arch_32bit
|
|
FEATURES_PROVIDED += arch_riscv
|
|
FEATURES_PROVIDED += periph_cpuid
|
|
FEATURES_PROVIDED += periph_pm
|