You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export MEMORY_BASE=0x80000000 |
|
export MEMORY_SIZE=1M |
|
export APP_START=0x80000000 |
|
|
|
include $(RIOTMAKE)/arch/mips.inc.mk |
|
|
|
export LINKFLAGS += -Tuhi32.ld |
|
export USEMODULE += periph
|
|
|