mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
d864e79c4a
Use mips32r2_common 'Makefile.include' to simplify depending cpus: 'mips_pic32mx', 'mips_pic32mz' and 'mips32r2_generic'.
12 lines
302 B
Makefile
12 lines
302 B
Makefile
export MEMORY_BASE=0x80000000
|
|
export MEMORY_SIZE=1M
|
|
export APP_START=0x80000000
|
|
|
|
include $(RIOTMAKE)/arch/mips.inc.mk
|
|
include $(RIOTCPU)/mips32r2_common/Makefile.include
|
|
|
|
# mips32 needs periph_timer for its gettimeofday() implementation
|
|
export USEMODULE += periph_timer
|
|
|
|
export LINKFLAGS += -Tuhi32.ld
|