@@ -1187,8 +1187,8 @@ see the extended options of the chosen programmer.
11871187@cindex Option @code {-x } parallel port programmers
11881188@cindex @code {-x } parallel port programmers
11891189
1190- Currently, only the @code {flip2 }, @code {linuxspi }, @code {linuxgpio },
1191- @code {raspberry_pi_gpio } and old school parallel port programmers such
1190+ Currently, the @code {flip2 }, @code {linuxspi }, @code {linuxgpio }, @code { raspberry_pi_gpio },
1191+ @code {pickit4_mplab }, @code { pickit5 } and old- school parallel port programmers such
11921192as @code {stk200 } and @code {dapa } support @code {-E } exitspec parameter options.
11931193These let the user decide in which state the programmer pins after ended
11941194programming session. AVRDUDE only allows one @code {-E } option. However,
@@ -1257,6 +1257,20 @@ This option will leave the 8 data pins on the parallel port inactive
12571257(i.e. low).
12581258@end table
12591259
1260+ @cindex Option @code {-x } pickit4_mplab , pickit5
1261+ @cindex @code {-x } pickit4_mplab , pickit5
1262+ @item Pickit 4 (MPLAB)
1263+ @itemx Pickit 5
1264+
1265+ @table @code
1266+ @cindex Option @code {-E } vcc
1267+ @cindex @code {-E } vcc
1268+ @item vcc
1269+ This option will leave the power supply from the programmer enabled after
1270+ avrdude finished the operation. Disabled by default.
1271+
1272+ @end table
1273+
12601274@end table
12611275
12621276@page
@@ -1420,6 +1434,8 @@ this setting will be ignored. When AVRDUDE detects an external voltage outside
14201434of this range, it will terminate the operation. You can disable this check by
14211435setting the voltage to 0@w { }V. If an XMEGA part was selected, a requested voltage
14221436above 3.49@w { }V will lead to an abort of operation.
1437+ Usually, the programmer will stop providing power when the session ends.
1438+ To continue to power the target you can use the @code {-E vcc } option.
14231439@item hvupdi
14241440High-voltage UPDI programming is used to enable a UPDI pin that has previously
14251441been set to RESET or GPIO mode. Use @code {-x hvupdi } to enable high-voltage UPDI
0 commit comments