@@ -325,6 +325,7 @@ See below for some hints about FLIP version 1 protocol behaviour.
325325The MPLAB(R) PICkit 4 and MPLAB(R) SNAP are supported in JTAG, TPI, ISP, PDI and UPDI mode.
326326The Curiosity Nano board is supported in UPDI mode. It is dubbed ``PICkit on
327327Board'', thus the name @code {pkobn_updi }.
328+ The MPLAB(R) PICkit 5 is currently only supported in UPDI mode.
328329
329330SerialUPDI programmer implementation is based on Microchip's
330331@emph {pymcuprog } (@url {https://github.com/microchip-pic-avr-tools/pymcuprog })
@@ -1305,6 +1306,27 @@ for switching to PIC mode.
13051306Show help menu and exit.
13061307@end table
13071308
1309+ @cindex Option @code {-x } PICkit 5
1310+ @item PICkit 5
1311+ @item PICkit 4 (PIC Mode)
1312+
1313+ The PICkit 5 and PICkit 4 (PIC Mode) programmer can accept following extended parameters
1314+ @table @code
1315+ @item @samp {vtarg=VALUE }
1316+ Specify a voltage between 1.8 and 5.5@w { }V that the programmer should supply
1317+ to the target. If there is already a valid voltage applied to the VTG Pin,
1318+ this setting will be ignored. When AVRDUDE detects an external voltage outside
1319+ of this range, it will terminate the operation. You can disable this by
1320+ setting the voltage to 0@w { }V.
1321+ @item @samp {hvupdi }
1322+ High-voltage UPDI programming is used to enable a UPDI pin that has previously
1323+ been set to RESET or GPIO mode. Use @samp {-x hvupdi } to enable high-voltage UPDI
1324+ initialization for supported targets. Depending on the target, the HV pulse will
1325+ be applied either on the RST pin, or the UPDI pin.
1326+ @item @samp {help }
1327+ Show help menu and exit.
1328+ @end table
1329+
13081330@cindex Option @code {-x } Xplained Mini
13091331@item Xplained Mini
13101332
@@ -2220,6 +2242,7 @@ Valid programmers for part AVR32EA32 are:
22202242 jtag2updi = JTAGv2 to UPDI bridge via UPDI
22212243 jtag3updi = Atmel AVR JTAGICE3 via UPDI
22222244 pickit4_updi = MPLAB(R) PICkit 4 via UPDI
2245+ pickit5_updi = MPLAB(R) PICkit 5, PICkit 4 and SNAP (PIC mode) via UPDI
22232246 pkobn_updi = Curiosity nano (nEDBG) via UPDI
22242247 powerdebugger_updi = Atmel PowerDebugger (ARM/AVR) via UPDI
22252248 serialupdi = SerialUPDI via UPDI
0 commit comments