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 CPU = mips_pic32mz |
|
export CPU_MODEL=p32mz2048efg100 |
|
export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include/ |
|
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
|
|
|