2020-02-22 09:37:09 +01:00
|
|
|
APPDEPS += $(RIOTCPU)/$(CPU)/$(CPU_MODEL)/$(CPU_MODEL).S
|
2020-02-22 09:36:29 +01:00
|
|
|
USE_UHI_SYSCALLS = 1
|
2018-12-19 18:53:48 +01:00
|
|
|
|
2020-01-14 20:42:14 +01:00
|
|
|
# use pic32prog by default to program this board
|
|
|
|
PROGRAMMER ?= pic32prog
|
|
|
|
|
|
|
|
ifeq ($(PROGRAMMER),pic32prog)
|
|
|
|
# pic32prog
|
|
|
|
#
|
|
|
|
# For PICkit3:
|
|
|
|
#
|
|
|
|
# * Connect the chipKIT-Wi-Fire to USB
|
|
|
|
# * Connect the PICkit3 to ICSP holes
|
|
|
|
# * https://docs.creatordev.io/wifire/guides/wifire-programming/
|
|
|
|
# * The triangle `▶` goes into the port number 1 (a hole with a square around it)
|
|
|
|
# opposite side of the JP1 ICSP text.
|
|
|
|
include $(RIOTMAKE)/tools/pic32prog.inc.mk
|
|
|
|
endif
|