1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/mips32r2_generic
Joakim Nohlgård 369036760a cpu/mips32r2_generic: Add PERIPH_TIMER_PROVIDES_SET
mips32r2_common already implements timer_set so it should not be provided by
periph_common/timer to avoid multiple definition errors currently hidden by the
linker.

The firmware was using the one from `mips32r2_common` before (binary checked).
So behaviour is identical.
2018-03-22 14:21:24 +01:00
..
include cpu/mips32r2_generic: Add PERIPH_TIMER_PROVIDES_SET 2018-03-22 14:21:24 +01:00
Makefile cpu/mips32r2_generic: add new cpu that depends on mips32r2_common 2017-11-24 16:44:46 +01:00
Makefile.features cpu/mips32r2_generic: add new cpu that depends on mips32r2_common 2017-11-24 16:44:46 +01:00
Makefile.include cpu/mips32r2_common: BUG add periph_timer globally to mips32r2_common. 2017-11-24 17:15:58 +01:00