Skip to content

Commit

Permalink
cpu: add missing arch features to fe310
Browse files Browse the repository at this point in the history
Adds arch_32bit and arch_riscv to cpu/fe310 to allow for feature
requirements and blacklisting.
  • Loading branch information
smlng committed Oct 14, 2019
1 parent bfd81c1 commit ea0b5ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpu/fe310/Makefile.features
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
FEATURES_PROVIDED += arch_32bit
FEATURES_PROVIDED += arch_riscv
FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_pm

0 comments on commit ea0b5ff

Please sign in to comment.