1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/mips32r2_common
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*: fix doxygen grouping 2018-06-11 19:12:02 +02:00
newlib_syscalls_mips_uhi cppcheck: add/correct reason for cppcheck-suppress 2018-09-25 12:03:58 +02:00
periph mips32r2_common/periph/timer: fix return values 2018-03-22 14:21:03 +01:00
cpu.c mips: Correct usage of USEMODULE 2018-01-15 14:02:59 +00:00
irq_arch.c cpu: adapt to COREIF_NG removal 2017-11-16 14:40:16 +01:00
Makefile cpu/mips32r2_common: prefix modules with mips32r2_common namespace 2017-11-24 16:44:46 +01:00
Makefile.features cpu: mips: reorganize Makefile.features 2017-11-02 12:59:45 +01:00
Makefile.include periph_common: add as dependency to periph drivers 2019-06-03 13:44:10 +02:00
mips_dsp.S cpu: mips: Add support for mips32r2 2017-02-09 12:18:44 +00:00
mips_excpt_entry.S cpu: mips: Add support for mips32r2 2017-02-09 12:18:44 +00:00
thread_arch.c core, cpu: rename thread_start_threading() -> cpu_switch_context_exit() 2017-11-16 14:40:16 +01:00