Fix links to secure sites (#18745)

This commit is contained in:
Diego von Deschwanden
2020-07-23 05:20:14 +02:00
committed by GitHub
parent f9b1da7beb
commit 42fbd527f3
1321 changed files with 1416 additions and 1416 deletions

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
@@ -28,7 +28,7 @@ e-mail : support@circuitsathome.com
#define UHS_SCSI_H
/*
* Reference documents from T10 (http://www.t10.org)
* Reference documents from T10 (https://www.t10.org)
* SCSI Primary Commands - 3 (SPC-3)
* SCSI Block Commands - 2 (SBC-2)
* Multi-Media Commands - 5 (MMC-5)

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
#ifndef _UHS_UNOFFICIAL_IDs_h

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
#if !defined(_usb_h_) || defined(__HEXDUMP_H__)

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
/* USB functions */

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
@@ -206,7 +206,7 @@ uint8_t UHS_USB_HOST_BASE::doSoftReset(uint8_t parent, uint8_t port, uint8_t add
* will not enumerate without it. For devices that do not
* need it, the additional reset is harmless. Here is an
* example of one of these documents, see page Five:
* http://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_113_Simplified%20Description%20of%20USB%20Device%20Enumeration.pdf
* https://www.ftdichip.com/Support/Documents/TechnicalNotes/TN_113_Simplified%20Description%20of%20USB%20Device%20Enumeration.pdf
*
*
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
#if !defined(_UHS_host_h_) || defined(__MESSAGE_H__)

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
@@ -115,7 +115,7 @@ e-mail : support@circuitsathome.com
#if GCC_VERSION < 40602 // Test for GCC < 4.6.2
#ifdef PROGMEM
#undef PROGMEM
#define PROGMEM __attribute__((section(".progmem.data"))) // Workaround for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734#c4
#define PROGMEM __attribute__((section(".progmem.data"))) // Workaround for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=34734#c4
#ifdef PSTR
#undef PSTR
#define PSTR(s) (__extension__({static const char __c[] PROGMEM = (s); &__c[0];})) // Copied from pgmspace.h in avr-libc source

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -20,7 +20,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -13,7 +13,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/
#if !defined(USB_HOST_SHIELD_H) || defined(_max3421e_h_)

View File

@@ -13,7 +13,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/

View File

@@ -13,7 +13,7 @@ Contact information
-------------------
Circuits At Home, LTD
Web : http://www.circuitsathome.com
Web : https://www.circuitsathome.com
e-mail : support@circuitsathome.com
*/