diff --git a/makefiles/tools/pic32prog.inc.mk b/makefiles/tools/pic32prog.inc.mk index c7a792c211..6597ba604f 100644 --- a/makefiles/tools/pic32prog.inc.mk +++ b/makefiles/tools/pic32prog.inc.mk @@ -15,6 +15,18 @@ # Should be done from a Windows computer/virtual machine as described here # # https://github.com/RIOT-OS/RIOT/blob/master/dist/tools/pic32prog/doc.md +# +# +# Udev rule +# --------- +# +# Add yourself to the `plugdev` group, add the following `udev` rule to +# `/etc/udev/rules.d/26-microchip.rules` and reboot. +# +# ``` +# # Adapted from http://en.microstickplus.com/mplabx-on-linux +# ATTR{idVendor}=="04d8", MODE="664", GROUP="plugdev" +# ``` RIOT_PIC32PROG = $(RIOTTOOLS)/pic32prog/pic32prog PIC32PROG ?= $(RIOT_PIC32PROG)