1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/mips32r2_common
Neil Jones e297a71e8c mips: Correct usage of USEMODULE
In CPU definitions we should not be explicilty naming peripheral modules to use
via USEMODULE (one should use FEATURES_PROVIDED instead).
Plus add missing cpu_init() and periph_init() methods.
This commit removes periph_hwrng support from the pic32mx cpu builds as
pic32mx does not have hwrng only pic32mz does.
2018-01-15 14:02:59 +00:00
..
include cpu/mips32r2_generic: add new cpu that depends on mips32r2_common 2017-11-24 16:44:46 +01:00
newlib_syscalls_mips_uhi build: fix unused parameter errors 2017-11-28 14:36:01 +01:00
periph Merge pull request #7995 from smlng/make/fix/unused_params 2017-11-28 14:46:23 +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 cpu/mips32r2_common: BUG add periph_timer globally to mips32r2_common. 2017-11-24 17:15:58 +01: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