Skip to content

Commit d1d9c84

Browse files
committed
Add snap_mplab_dw programmer
1 parent c77bade commit d1d9c84

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/avrdude.conf.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3481,6 +3481,16 @@ programmer parent "snap_mplab" # snap_mplab_isp
34813481
prog_modes = PM_ISP;
34823482
;
34833483

3484+
#------------------------------------------------------------
3485+
# snap_mplab_dw
3486+
#------------------------------------------------------------
3487+
3488+
programmer parent "snap_mplab" # snap_mplab_dw
3489+
id = "snap_mplab_dw";
3490+
desc = "MPLAB(R) SNAP in dW Mode";
3491+
prog_modes = PM_debugWIRE;
3492+
;
3493+
34843494
#------------------------------------------------------------
34853495
# snap_mplab_tpi
34863496
#------------------------------------------------------------

0 commit comments

Comments
 (0)