2017-02-09 13:16:55 +01:00
|
|
|
export MEMORY_BASE=0x80000000
|
|
|
|
export MEMORY_SIZE=1M
|
|
|
|
export APP_START=0x80000000
|
|
|
|
|
2016-01-27 10:47:12 +01:00
|
|
|
include $(RIOTMAKE)/arch/mips.inc.mk
|
2017-02-09 13:16:55 +01:00
|
|
|
|
|
|
|
export LINKFLAGS += -Tuhi32.ld
|
|
|
|
export USEMODULE += periph
|