1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/fe310
smlng 2de4b3011b periph_common: add as dependency to periph drivers
Rational: the periph_common module is required by (most) other periph drivers
and also during startup of the CPU/MCU to run periph_init. The latter is only
required if other periph drivers are used, hence periph_common should be a
depency of periph_* modules and *not* of the CPU/MCU. This PR fixes that
by making periph_common a depency of periph_* and removing the explicit
include in the CPU/MCU implementation.
2019-06-03 13:44:10 +02:00
..
include cpu/fe310: add missing PERIPH_TIMER_PROVIDES_SET 2018-09-07 22:15:13 +02:00
ldscripts cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00
nano boards/cpu/drivers/sys: use generic stdio_ if 2018-08-22 10:54:25 +02:00
periph Merge pull request #11046 from kaspar030/reset_fe310_timer 2019-04-09 15:50:19 +02:00
vendor cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00
context_frame.c make: add hifive1 to BOARD_INSUFFICIENT_MEMORY 2018-05-29 16:27:53 -07:00
cpu.c cpu/fe310: Add call to periph_init() 2019-01-19 13:00:36 +01:00
intr.S cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00
Makefile cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00
Makefile.dep cpu/fe310: rtc depend on the rtt feature 2018-09-27 18:11:16 +02:00
Makefile.features cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00
Makefile.include periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00
start.S cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00