From 9156c32a54b52fd6fc151644025330f229897eb4 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Thu, 23 Jul 2020 21:00:55 -0500
Subject: [PATCH] ibid.

---
 buildroot/share/vscode/avrdude.conf       | 24 +++++++++++------------
 buildroot/share/vscode/avrdude_linux.conf | 24 +++++++++++------------
 buildroot/share/vscode/avrdude_macOS.conf | 10 +++++-----
 3 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/buildroot/share/vscode/avrdude.conf b/buildroot/share/vscode/avrdude.conf
index 10b39a27d2..1194847f77 100644
--- a/buildroot/share/vscode/avrdude.conf
+++ b/buildroot/share/vscode/avrdude.conf
@@ -147,7 +147,7 @@
 #     This flag was added to work around a problem with the
 #     at90s4433/2333's; see the at90s4433 errata at:
 #
-#         https://www.atmel.com/atmel/acrobat/doc1280.pdf
+#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
 #
 # INSTRUCTION FORMATS
 #
@@ -184,7 +184,7 @@
 # section avr061.zip which accompanies the application note
 # AVR061 available from:
 #
-#      https://www.atmel.com/atmel/acrobat/doc2525.pdf
+#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
 #
 
 #define ATTINY10    0x10  /* the _old_ one that never existed! */
@@ -416,13 +416,13 @@ programmer
 
 programmer
   id    = "usbasp";
-  desc  = "USBasp, https://www.fischl.de/usbasp/";
+  desc  = "USBasp, http://www.fischl.de/usbasp/";
   type  = usbasp;
 ;
 
 programmer
   id    = "usbtiny";
-  desc  = "USBtiny simple USB programmer, https://www.ladyada.net/make/usbtinyisp/";
+  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
   type  = usbtiny;
 ;
 
@@ -596,7 +596,7 @@ programmer
 
 programmer
   id    = "bsd";
-  desc  = "Brian Dean's Programmer, https://www.bsdhome.com/avrdude/";
+  desc  = "Brian Dean's Programmer, http://www.bsdhome.com/avrdude/";
   type  = par;
   vcc   = 2, 3, 4, 5;
   reset = 7;
@@ -655,7 +655,7 @@ programmer
 
 programmer
   id     = "alf";
-  desc   = "Nightshade ALF-PgmAVR, https://nightshade.homeip.net/";
+  desc   = "Nightshade ALF-PgmAVR, http://nightshade.homeip.net/";
   type   = par;
   vcc    = 2, 3, 4, 5;
   buff   = 6;
@@ -682,7 +682,7 @@ programmer
 
 programmer
   id     = "picoweb";
-  desc   = "Picoweb Programming Cable, https://www.picoweb.net/";
+  desc   = "Picoweb Programming Cable, http://www.picoweb.net/";
   type   = par;
   reset  = 2;
   sck    = 3;
@@ -743,7 +743,7 @@ programmer
 
 programmer
   id    = "atisp";
-  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <https://micro-research.co.th/> micro-research.co.th";
+  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th";
   type  = par;
   reset = ~6;
   sck   = ~8;
@@ -753,7 +753,7 @@ programmer
 
 programmer
   id    = "ere-isp-avr";
-  desc  = "ERE ISP-AVR <https://www.ere.co.th/download/sch050713.pdf>";
+  desc  = "ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>";
   type  = par;
   reset = ~4;
   sck   = 3;
@@ -773,7 +773,7 @@ programmer
 ;
 
 # It is almost same as pony-stk200, except vcc on pin 5 to auto
-# disconnect port (download on https://electropol.free.fr)
+# disconnect port (download on http://electropol.free.fr)
 programmer
   id    = "frank-stk200";
   desc  = "Frank STK200";
@@ -787,7 +787,7 @@ programmer
 ;
 
 # The AT98ISP Cable is a simple parallel dongle for AT89 family.
-# https://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
+# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
 programmer
 id = "89isp";
 desc = "Atmel at89isp cable";
@@ -836,7 +836,7 @@ programmer
 
 programmer
   id    = "siprog";
-  desc  = "Lancos SI-Prog <https://www.lancos.com/siprogsch.html>";
+  desc  = "Lancos SI-Prog <http://www.lancos.com/siprogsch.html>";
   type  = serbb;
   reset = ~3;
   sck   = 7;
diff --git a/buildroot/share/vscode/avrdude_linux.conf b/buildroot/share/vscode/avrdude_linux.conf
index b1eca4e319..46e7ace34b 100644
--- a/buildroot/share/vscode/avrdude_linux.conf
+++ b/buildroot/share/vscode/avrdude_linux.conf
@@ -147,7 +147,7 @@
 #     This flag was added to work around a problem with the
 #     at90s4433/2333's; see the at90s4433 errata at:
 #
-#         https://www.atmel.com/atmel/acrobat/doc1280.pdf
+#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
 #
 # INSTRUCTION FORMATS
 #
@@ -184,7 +184,7 @@
 # section avr061.zip which accompanies the application note
 # AVR061 available from:
 #
-#      https://www.atmel.com/atmel/acrobat/doc2525.pdf
+#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
 #
 
 #define ATTINY10    0x10  /* the _old_ one that never existed! */
@@ -416,13 +416,13 @@ programmer
 
 programmer
   id    = "usbasp";
-  desc  = "USBasp, https://www.fischl.de/usbasp/";
+  desc  = "USBasp, http://www.fischl.de/usbasp/";
   type  = usbasp;
 ;
 
 programmer
   id    = "usbtiny";
-  desc  = "USBtiny simple USB programmer, https://www.ladyada.net/make/usbtinyisp/";
+  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
   type  = usbtiny;
 ;
 
@@ -596,7 +596,7 @@ programmer
 
 programmer
   id    = "bsd";
-  desc  = "Brian Dean's Programmer, https://www.bsdhome.com/avrdude/";
+  desc  = "Brian Dean's Programmer, http://www.bsdhome.com/avrdude/";
   type  = par;
   vcc   = 2, 3, 4, 5;
   reset = 7;
@@ -655,7 +655,7 @@ programmer
 
 programmer
   id     = "alf";
-  desc   = "Nightshade ALF-PgmAVR, https://nightshade.homeip.net/";
+  desc   = "Nightshade ALF-PgmAVR, http://nightshade.homeip.net/";
   type   = par;
   vcc    = 2, 3, 4, 5;
   buff   = 6;
@@ -682,7 +682,7 @@ programmer
 
 programmer
   id     = "picoweb";
-  desc   = "Picoweb Programming Cable, https://www.picoweb.net/";
+  desc   = "Picoweb Programming Cable, http://www.picoweb.net/";
   type   = par;
   reset  = 2;
   sck    = 3;
@@ -743,7 +743,7 @@ programmer
 
 programmer
   id    = "atisp";
-  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <https://micro-research.co.th/> micro-research.co.th";
+  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <http://micro-research.co.th/> micro-research.co.th";
   type  = par;
   reset = ~6;
   sck   = ~8;
@@ -753,7 +753,7 @@ programmer
 
 programmer
   id    = "ere-isp-avr";
-  desc  = "ERE ISP-AVR <https://www.ere.co.th/download/sch050713.pdf>";
+  desc  = "ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>";
   type  = par;
   reset = ~4;
   sck   = 3;
@@ -773,7 +773,7 @@ programmer
 ;
 
 # It is almost same as pony-stk200, except vcc on pin 5 to auto
-# disconnect port (download on https://electropol.free.fr)
+# disconnect port (download on http://electropol.free.fr)
 programmer
   id    = "frank-stk200";
   desc  = "Frank STK200";
@@ -787,7 +787,7 @@ programmer
 ;
 
 # The AT98ISP Cable is a simple parallel dongle for AT89 family.
-# https://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
+# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
 programmer
 id = "89isp";
 desc = "Atmel at89isp cable";
@@ -836,7 +836,7 @@ programmer
 
 programmer
   id    = "siprog";
-  desc  = "Lancos SI-Prog <https://www.lancos.com/siprogsch.html>";
+  desc  = "Lancos SI-Prog <http://www.lancos.com/siprogsch.html>";
   type  = serbb;
   reset = ~3;
   sck   = 7;
diff --git a/buildroot/share/vscode/avrdude_macOS.conf b/buildroot/share/vscode/avrdude_macOS.conf
index 2212ab46e7..d933567452 100644
--- a/buildroot/share/vscode/avrdude_macOS.conf
+++ b/buildroot/share/vscode/avrdude_macOS.conf
@@ -147,7 +147,7 @@
 #     This flag was added to work around a problem with the
 #     at90s4433/2333's; see the at90s4433 errata at:
 #
-#         https://www.atmel.com/atmel/acrobat/doc1280.pdf
+#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
 #
 # INSTRUCTION FORMATS
 #
@@ -184,7 +184,7 @@
 # section avr061.zip which accompanies the application note
 # AVR061 available from:
 #
-#      https://www.atmel.com/atmel/acrobat/doc2525.pdf
+#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
 #
 
 #define ATTINY10    0x10  /* the _old_ one that never existed! */
@@ -416,13 +416,13 @@ programmer
 
 programmer
   id    = "usbasp";
-  desc  = "USBasp, https://www.fischl.de/usbasp/";
+  desc  = "USBasp, http://www.fischl.de/usbasp/";
   type  = usbasp;
 ;
 
 programmer
   id    = "usbtiny";
-  desc  = "USBtiny simple USB programmer, https://www.ladyada.net/make/usbtinyisp/";
+  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
   type  = usbtiny;
 ;
 
@@ -630,7 +630,7 @@ programmer
 
 programmer
   id    = "siprog";
-  desc  = "Lancos SI-Prog <https://www.lancos.com/siprogsch.html>";
+  desc  = "Lancos SI-Prog <http://www.lancos.com/siprogsch.html>";
   type  = serbb;
   reset = ~3;
   sck   = 7;
-- 
GitLab