145
145
# VCC pins are not defined for the programmer, a message
146
146
# indicating that the device needs a power-cycle is printed out.
147
147
# This flag was added to work around a problem with the
148
- # at90s4433/2333's; see the at90s4433 errata at:
148
+ # at90s4433/2333's; see the at90s4433 errata page 2 at:
149
149
#
150
- # http ://www.atmel .com/atmel/acrobat/doc1280 .pdf
150
+ # https ://ww1.microchip .com/downloads/en/AppNotes/doc2574 .pdf
151
151
#
152
152
# INSTRUCTION FORMATS
153
153
#
@@ -416,13 +416,13 @@ programmer
416
416
417
417
programmer
418
418
id = "usbasp";
419
- desc = "USBasp, http ://www.fischl.de/usbasp/";
419
+ desc = "USBasp, https ://www.fischl.de/usbasp/";
420
420
type = usbasp;
421
421
;
422
422
423
423
programmer
424
424
id = "usbtiny";
425
- desc = "USBtiny simple USB programmer, http ://www.ladyada.net/make/ usbtinyisp/ ";
425
+ desc = "USBtiny simple USB programmer, https ://learn.adafruit.com/ usbtinyisp";
426
426
type = usbtiny;
427
427
;
428
428
@@ -596,7 +596,7 @@ programmer
596
596
597
597
programmer
598
598
id = "bsd";
599
- desc = "Brian Dean's Programmer, http ://www.bsdhome.com/avrdude/ ";
599
+ desc = "Brian Dean's Programmer, https ://savannah.nongnu.org/projects/avrdude ";
600
600
type = par;
601
601
vcc = 2, 3, 4, 5;
602
602
reset = 7;
@@ -743,7 +743,7 @@ programmer
743
743
744
744
programmer
745
745
id = "atisp";
746
- desc = "AT-ISP V1.1 programming cable for AVR-SDK1 from <http ://micro-research.co.th/> micro-research.co.th";
746
+ desc = "AT-ISP V1.1 programming cable for AVR-SDK1 from <https ://www. micro-research.co.th/> micro-research.co.th";
747
747
type = par;
748
748
reset = ~6;
749
749
sck = ~8;
@@ -773,7 +773,7 @@ programmer
773
773
;
774
774
775
775
# It is almost same as pony-stk200, except vcc on pin 5 to auto
776
- # disconnect port ( download on http://electropol.free.fr)
776
+ # disconnect port download on http://www. electropol.fr
777
777
programmer
778
778
id = "frank-stk200";
779
779
desc = "Frank STK200";
@@ -787,7 +787,7 @@ programmer
787
787
;
788
788
789
789
# The AT98ISP Cable is a simple parallel dongle for AT89 family.
790
- # http ://www.atmel .com/dyn/products/tools_card.asp?tool_id=2877
790
+ # https ://www.microchip .com/wwwAppNotes/AppNotes.aspx?appnote=en592141
791
791
programmer
792
792
id = "89isp";
793
793
desc = "Atmel at89isp cable";
0 commit comments