mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dc67422f09
This board features a pic32mx470f512h PIC32 device with a MIPS core.
4 lines
172 B
Makefile
4 lines
172 B
Makefile
export CPU = mips_pic32mx
|
|
export CPU_MODEL=p32mx470f512h
|
|
export INCLUDES += -I$(RIOTBOARD)/$(BOARD)/include/
|
|
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
|