Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions boards/pic32-clicker/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ export CPU = mips_pic32mx
export CPU_MODEL=p32mx470f512h
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
export USE_UHI_SYSCALLS = 1

FLASHFILE ?= $(HEXFILE)
2 changes: 2 additions & 0 deletions boards/pic32-wifire/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ export CPU = mips_pic32mz
export CPU_MODEL=p32mz2048efg100
export APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
export USE_UHI_SYSCALLS = 1

FLASHFILE ?= $(HEXFILE)