Scott Lahteine 3 years ago
parent
commit
9156c32a54

+ 12
- 12
buildroot/share/vscode/avrdude.conf View File

@@ -147,7 +147,7 @@
147 147
 #     This flag was added to work around a problem with the
148 148
 #     at90s4433/2333's; see the at90s4433 errata at:
149 149
 #
150
-#         https://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
151 151
 #
152 152
 # INSTRUCTION FORMATS
153 153
 #
@@ -184,7 +184,7 @@
184 184
 # section avr061.zip which accompanies the application note
185 185
 # AVR061 available from:
186 186
 #
187
-#      https://www.atmel.com/atmel/acrobat/doc2525.pdf
187
+#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
188 188
 #
189 189
 
190 190
 #define ATTINY10    0x10  /* the _old_ one that never existed! */
@@ -416,13 +416,13 @@ programmer
416 416
 
417 417
 programmer
418 418
   id    = "usbasp";
419
-  desc  = "USBasp, https://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, http://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, https://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/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, https://www.bsdhome.com/avrdude/";
599
+  desc  = "Brian Dean's Programmer, http://www.bsdhome.com/avrdude/";
600 600
   type  = par;
601 601
   vcc   = 2, 3, 4, 5;
602 602
   reset = 7;
@@ -655,7 +655,7 @@ programmer
655 655
 
656 656
 programmer
657 657
   id     = "alf";
658
-  desc   = "Nightshade ALF-PgmAVR, https://nightshade.homeip.net/";
658
+  desc   = "Nightshade ALF-PgmAVR, http://nightshade.homeip.net/";
659 659
   type   = par;
660 660
   vcc    = 2, 3, 4, 5;
661 661
   buff   = 6;
@@ -682,7 +682,7 @@ programmer
682 682
 
683 683
 programmer
684 684
   id     = "picoweb";
685
-  desc   = "Picoweb Programming Cable, https://www.picoweb.net/";
685
+  desc   = "Picoweb Programming Cable, http://www.picoweb.net/";
686 686
   type   = par;
687 687
   reset  = 2;
688 688
   sck    = 3;
@@ -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 <https://micro-research.co.th/> micro-research.co.th";
746
+  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th";
747 747
   type  = par;
748 748
   reset = ~6;
749 749
   sck   = ~8;
@@ -753,7 +753,7 @@ programmer
753 753
 
754 754
 programmer
755 755
   id    = "ere-isp-avr";
756
-  desc  = "ERE ISP-AVR <https://www.ere.co.th/download/sch050713.pdf>";
756
+  desc  = "ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>";
757 757
   type  = par;
758 758
   reset = ~4;
759 759
   sck   = 3;
@@ -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 https://electropol.free.fr)
776
+# disconnect port (download on http://electropol.free.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
-# https://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
790
+# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
791 791
 programmer
792 792
 id = "89isp";
793 793
 desc = "Atmel at89isp cable";
@@ -836,7 +836,7 @@ programmer
836 836
 
837 837
 programmer
838 838
   id    = "siprog";
839
-  desc  = "Lancos SI-Prog <https://www.lancos.com/siprogsch.html>";
839
+  desc  = "Lancos SI-Prog <http://www.lancos.com/siprogsch.html>";
840 840
   type  = serbb;
841 841
   reset = ~3;
842 842
   sck   = 7;

+ 12
- 12
buildroot/share/vscode/avrdude_linux.conf View File

@@ -147,7 +147,7 @@
147 147
 #     This flag was added to work around a problem with the
148 148
 #     at90s4433/2333's; see the at90s4433 errata at:
149 149
 #
150
-#         https://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
151 151
 #
152 152
 # INSTRUCTION FORMATS
153 153
 #
@@ -184,7 +184,7 @@
184 184
 # section avr061.zip which accompanies the application note
185 185
 # AVR061 available from:
186 186
 #
187
-#      https://www.atmel.com/atmel/acrobat/doc2525.pdf
187
+#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
188 188
 #
189 189
 
190 190
 #define ATTINY10    0x10  /* the _old_ one that never existed! */
@@ -416,13 +416,13 @@ programmer
416 416
 
417 417
 programmer
418 418
   id    = "usbasp";
419
-  desc  = "USBasp, https://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, http://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, https://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/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, https://www.bsdhome.com/avrdude/";
599
+  desc  = "Brian Dean's Programmer, http://www.bsdhome.com/avrdude/";
600 600
   type  = par;
601 601
   vcc   = 2, 3, 4, 5;
602 602
   reset = 7;
@@ -655,7 +655,7 @@ programmer
655 655
 
656 656
 programmer
657 657
   id     = "alf";
658
-  desc   = "Nightshade ALF-PgmAVR, https://nightshade.homeip.net/";
658
+  desc   = "Nightshade ALF-PgmAVR, http://nightshade.homeip.net/";
659 659
   type   = par;
660 660
   vcc    = 2, 3, 4, 5;
661 661
   buff   = 6;
@@ -682,7 +682,7 @@ programmer
682 682
 
683 683
 programmer
684 684
   id     = "picoweb";
685
-  desc   = "Picoweb Programming Cable, https://www.picoweb.net/";
685
+  desc   = "Picoweb Programming Cable, http://www.picoweb.net/";
686 686
   type   = par;
687 687
   reset  = 2;
688 688
   sck    = 3;
@@ -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 <https://micro-research.co.th/> micro-research.co.th";
746
+  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th";
747 747
   type  = par;
748 748
   reset = ~6;
749 749
   sck   = ~8;
@@ -753,7 +753,7 @@ programmer
753 753
 
754 754
 programmer
755 755
   id    = "ere-isp-avr";
756
-  desc  = "ERE ISP-AVR <https://www.ere.co.th/download/sch050713.pdf>";
756
+  desc  = "ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>";
757 757
   type  = par;
758 758
   reset = ~4;
759 759
   sck   = 3;
@@ -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 https://electropol.free.fr)
776
+# disconnect port (download on http://electropol.free.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
-# https://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
790
+# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
791 791
 programmer
792 792
 id = "89isp";
793 793
 desc = "Atmel at89isp cable";
@@ -836,7 +836,7 @@ programmer
836 836
 
837 837
 programmer
838 838
   id    = "siprog";
839
-  desc  = "Lancos SI-Prog <https://www.lancos.com/siprogsch.html>";
839
+  desc  = "Lancos SI-Prog <http://www.lancos.com/siprogsch.html>";
840 840
   type  = serbb;
841 841
   reset = ~3;
842 842
   sck   = 7;

+ 5
- 5
buildroot/share/vscode/avrdude_macOS.conf View File

@@ -147,7 +147,7 @@
147 147
 #     This flag was added to work around a problem with the
148 148
 #     at90s4433/2333's; see the at90s4433 errata at:
149 149
 #
150
-#         https://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
151 151
 #
152 152
 # INSTRUCTION FORMATS
153 153
 #
@@ -184,7 +184,7 @@
184 184
 # section avr061.zip which accompanies the application note
185 185
 # AVR061 available from:
186 186
 #
187
-#      https://www.atmel.com/atmel/acrobat/doc2525.pdf
187
+#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
188 188
 #
189 189
 
190 190
 #define ATTINY10    0x10  /* the _old_ one that never existed! */
@@ -416,13 +416,13 @@ programmer
416 416
 
417 417
 programmer
418 418
   id    = "usbasp";
419
-  desc  = "USBasp, https://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, http://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, https://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
426 426
   type  = usbtiny;
427 427
 ;
428 428
 
@@ -630,7 +630,7 @@ programmer
630 630
 
631 631
 programmer
632 632
   id    = "siprog";
633
-  desc  = "Lancos SI-Prog <https://www.lancos.com/siprogsch.html>";
633
+  desc  = "Lancos SI-Prog <http://www.lancos.com/siprogsch.html>";
634 634
   type  = serbb;
635 635
   reset = ~3;
636 636
   sck   = 7;

Loading…
Cancel
Save