1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

pic32-wifire: add flasher using pic32prog

For PICkit3 it requires having a scripting firmware installed.
This commit is contained in:
Gaëtan Harter 2018-05-31 17:00:30 +02:00
parent 773419e29c
commit 4eeda215e0
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -7,4 +7,13 @@ PORT_LINUX ?= /dev/ttyUSB0
BAUD ?= 9600
include $(RIOTMAKE)/tools/serial.inc.mk
FLASHFILE ?= $(HEXFILE)
# 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