mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
08fba76fa6
Until now fe310's cpu_init() was missing a call to periph_init(). This commit adds this call.
14 lines
231 B
Makefile
14 lines
231 B
Makefile
|
|
USEMODULE += newlib_nano
|
|
|
|
USEMODULE += newlib_syscalls_fe310
|
|
USEMODULE += sifive_drivers_fe310
|
|
|
|
USEMODULE += periph
|
|
USEMODULE += periph_common
|
|
USEMODULE += periph_pm
|
|
|
|
CFLAGS += -Wno-pedantic
|
|
|
|
include $(RIOTMAKE)/arch/riscv.inc.mk
|