Browse Source

Fix links to secure sites (#18745)

Diego von Deschwanden 3 years ago
parent
commit
42fbd527f3
No account linked to committer's email address
100 changed files with 126 additions and 126 deletions
  1. 1
    1
      .gitignore
  2. 4
    4
      LICENSE
  3. 18
    18
      Marlin/Configuration.h
  4. 7
    7
      Marlin/Configuration_adv.h
  5. 1
    1
      Marlin/Makefile
  6. 2
    2
      Marlin/Version.h
  7. 1
    1
      Marlin/lib/readme.txt
  8. 1
    1
      Marlin/src/HAL/AVR/HAL.cpp
  9. 1
    1
      Marlin/src/HAL/AVR/HAL.h
  10. 1
    1
      Marlin/src/HAL/AVR/HAL_SPI.cpp
  11. 1
    1
      Marlin/src/HAL/AVR/MarlinSerial.cpp
  12. 1
    1
      Marlin/src/HAL/AVR/MarlinSerial.h
  13. 1
    1
      Marlin/src/HAL/AVR/Servo.cpp
  14. 1
    1
      Marlin/src/HAL/AVR/ServoTimers.h
  15. 1
    1
      Marlin/src/HAL/AVR/eeprom.cpp
  16. 1
    1
      Marlin/src/HAL/AVR/endstop_interrupts.h
  17. 1
    1
      Marlin/src/HAL/AVR/fast_pwm.cpp
  18. 1
    1
      Marlin/src/HAL/AVR/fastio.cpp
  19. 1
    1
      Marlin/src/HAL/AVR/fastio.h
  20. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_1280.h
  21. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_1281.h
  22. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_168.h
  23. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_644.h
  24. 1
    1
      Marlin/src/HAL/AVR/fastio/fastio_AT90USB.h
  25. 1
    1
      Marlin/src/HAL/AVR/inc/Conditionals_LCD.h
  26. 1
    1
      Marlin/src/HAL/AVR/inc/Conditionals_adv.h
  27. 1
    1
      Marlin/src/HAL/AVR/inc/Conditionals_post.h
  28. 1
    1
      Marlin/src/HAL/AVR/inc/SanityCheck.h
  29. 1
    1
      Marlin/src/HAL/AVR/math.h
  30. 1
    1
      Marlin/src/HAL/AVR/pinsDebug.h
  31. 1
    1
      Marlin/src/HAL/AVR/pinsDebug_Teensyduino.h
  32. 1
    1
      Marlin/src/HAL/AVR/pinsDebug_plus_70.h
  33. 1
    1
      Marlin/src/HAL/AVR/spi_pins.h
  34. 1
    1
      Marlin/src/HAL/AVR/timers.h
  35. 1
    1
      Marlin/src/HAL/AVR/u8g_com_HAL_AVR_sw_spi.cpp
  36. 1
    1
      Marlin/src/HAL/AVR/watchdog.cpp
  37. 1
    1
      Marlin/src/HAL/AVR/watchdog.h
  38. 1
    1
      Marlin/src/HAL/DUE/DebugMonitor.cpp
  39. 1
    1
      Marlin/src/HAL/DUE/HAL.cpp
  40. 1
    1
      Marlin/src/HAL/DUE/HAL.h
  41. 1
    1
      Marlin/src/HAL/DUE/HAL_SPI.cpp
  42. 1
    1
      Marlin/src/HAL/DUE/InterruptVectors.cpp
  43. 1
    1
      Marlin/src/HAL/DUE/InterruptVectors.h
  44. 1
    1
      Marlin/src/HAL/DUE/MarlinSerial.cpp
  45. 1
    1
      Marlin/src/HAL/DUE/MarlinSerial.h
  46. 1
    1
      Marlin/src/HAL/DUE/MarlinSerialUSB.cpp
  47. 1
    1
      Marlin/src/HAL/DUE/MarlinSerialUSB.h
  48. 1
    1
      Marlin/src/HAL/DUE/Servo.cpp
  49. 1
    1
      Marlin/src/HAL/DUE/Tone.cpp
  50. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_shared_hw_spi.cpp
  51. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_st7920_sw_spi.cpp
  52. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi.cpp
  53. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.cpp
  54. 1
    1
      Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.h
  55. 1
    1
      Marlin/src/HAL/DUE/eeprom_flash.cpp
  56. 1
    1
      Marlin/src/HAL/DUE/eeprom_wired.cpp
  57. 1
    1
      Marlin/src/HAL/DUE/endstop_interrupts.h
  58. 1
    1
      Marlin/src/HAL/DUE/fastio.h
  59. 1
    1
      Marlin/src/HAL/DUE/fastio/G2_PWM.cpp
  60. 1
    1
      Marlin/src/HAL/DUE/fastio/G2_PWM.h
  61. 1
    1
      Marlin/src/HAL/DUE/fastio/G2_pins.h
  62. 1
    1
      Marlin/src/HAL/DUE/inc/Conditionals_LCD.h
  63. 1
    1
      Marlin/src/HAL/DUE/inc/Conditionals_adv.h
  64. 1
    1
      Marlin/src/HAL/DUE/inc/Conditionals_post.h
  65. 1
    1
      Marlin/src/HAL/DUE/inc/SanityCheck.h
  66. 1
    1
      Marlin/src/HAL/DUE/pinsDebug.h
  67. 1
    1
      Marlin/src/HAL/DUE/spi_pins.h
  68. 1
    1
      Marlin/src/HAL/DUE/timers.cpp
  69. 1
    1
      Marlin/src/HAL/DUE/timers.h
  70. 1
    1
      Marlin/src/HAL/DUE/watchdog.cpp
  71. 1
    1
      Marlin/src/HAL/DUE/watchdog.h
  72. 1
    1
      Marlin/src/HAL/ESP32/FlushableHardwareSerial.cpp
  73. 1
    1
      Marlin/src/HAL/ESP32/FlushableHardwareSerial.h
  74. 1
    1
      Marlin/src/HAL/ESP32/HAL.cpp
  75. 1
    1
      Marlin/src/HAL/ESP32/HAL.h
  76. 1
    1
      Marlin/src/HAL/ESP32/HAL_SPI.cpp
  77. 1
    1
      Marlin/src/HAL/ESP32/Servo.cpp
  78. 1
    1
      Marlin/src/HAL/ESP32/Servo.h
  79. 1
    1
      Marlin/src/HAL/ESP32/WebSocketSerial.cpp
  80. 1
    1
      Marlin/src/HAL/ESP32/WebSocketSerial.h
  81. 1
    1
      Marlin/src/HAL/ESP32/eeprom.cpp
  82. 1
    1
      Marlin/src/HAL/ESP32/endstop_interrupts.h
  83. 1
    1
      Marlin/src/HAL/ESP32/fastio.h
  84. 1
    1
      Marlin/src/HAL/ESP32/i2s.cpp
  85. 1
    1
      Marlin/src/HAL/ESP32/i2s.h
  86. 1
    1
      Marlin/src/HAL/ESP32/inc/Conditionals_LCD.h
  87. 1
    1
      Marlin/src/HAL/ESP32/inc/Conditionals_adv.h
  88. 1
    1
      Marlin/src/HAL/ESP32/inc/Conditionals_post.h
  89. 1
    1
      Marlin/src/HAL/ESP32/inc/SanityCheck.h
  90. 1
    1
      Marlin/src/HAL/ESP32/ota.cpp
  91. 1
    1
      Marlin/src/HAL/ESP32/ota.h
  92. 1
    1
      Marlin/src/HAL/ESP32/servotimers.h
  93. 1
    1
      Marlin/src/HAL/ESP32/spi_pins.h
  94. 1
    1
      Marlin/src/HAL/ESP32/spiffs.cpp
  95. 1
    1
      Marlin/src/HAL/ESP32/spiffs.h
  96. 1
    1
      Marlin/src/HAL/ESP32/timers.cpp
  97. 1
    1
      Marlin/src/HAL/ESP32/timers.h
  98. 1
    1
      Marlin/src/HAL/ESP32/watchdog.cpp
  99. 1
    1
      Marlin/src/HAL/ESP32/watchdog.h
  100. 0
    0
      Marlin/src/HAL/ESP32/web.cpp

+ 1
- 1
.gitignore View File

16
 # GNU General Public License for more details.
16
 # GNU General Public License for more details.
17
 #
17
 #
18
 # You should have received a copy of the GNU General Public License
18
 # You should have received a copy of the GNU General Public License
19
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
 #
20
 #
21
 
21
 
22
 # Our automatic versioning scheme generates the following file
22
 # Our automatic versioning scheme generates the following file

+ 4
- 4
LICENSE View File

3
                     GNU GENERAL PUBLIC LICENSE
3
                     GNU GENERAL PUBLIC LICENSE
4
                        Version 3, 29 June 2007
4
                        Version 3, 29 June 2007
5
 
5
 
6
- Copyright (c) 2007 Free Software Foundation, Inc. <http://fsf.org/>
6
+ Copyright (c) 2007 Free Software Foundation, Inc. <https://fsf.org/>
7
  Everyone is permitted to copy and distribute verbatim copies
7
  Everyone is permitted to copy and distribute verbatim copies
8
  of this license document, but changing it is not allowed.
8
  of this license document, but changing it is not allowed.
9
 
9
 
647
     GNU General Public License for more details.
647
     GNU General Public License for more details.
648
 
648
 
649
     You should have received a copy of the GNU General Public License
649
     You should have received a copy of the GNU General Public License
650
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
650
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
651
 
651
 
652
 Also add information on how to contact you by electronic and paper mail.
652
 Also add information on how to contact you by electronic and paper mail.
653
 
653
 
666
   You should also get your employer (if you work as a programmer) or school,
666
   You should also get your employer (if you work as a programmer) or school,
667
 if any, to sign a "copyright disclaimer" for the program, if necessary.
667
 if any, to sign a "copyright disclaimer" for the program, if necessary.
668
 For more information on this, and how to apply and follow the GNU GPL, see
668
 For more information on this, and how to apply and follow the GNU GPL, see
669
-<http://www.gnu.org/licenses/>.
669
+<https://www.gnu.org/licenses/>.
670
 
670
 
671
   The GNU General Public License does not permit incorporating your program
671
   The GNU General Public License does not permit incorporating your program
672
 into proprietary programs.  If your program is a subroutine library, you
672
 into proprietary programs.  If your program is a subroutine library, you
673
 may consider it more useful to permit linking proprietary applications with
673
 may consider it more useful to permit linking proprietary applications with
674
 the library.  If this is what you want to do, use the GNU Lesser General
674
 the library.  If this is what you want to do, use the GNU Lesser General
675
 Public License instead of this License.  But first, please read
675
 Public License instead of this License.  But first, please read
676
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
676
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
677
 
677
 

+ 18
- 18
Marlin/Configuration.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once
45
 /**
45
 /**
46
  * Here are some standard links for getting your machine calibrated:
46
  * Here are some standard links for getting your machine calibrated:
47
  *
47
  *
48
- * http://reprap.org/wiki/Calibration
49
- * http://youtu.be/wAL9d7FgInk
48
+ * https://reprap.org/wiki/Calibration
49
+ * https://youtu.be/wAL9d7FgInk
50
  * http://calculator.josefprusa.cz
50
  * http://calculator.josefprusa.cz
51
- * http://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
52
- * http://www.thingiverse.com/thing:5573
51
+ * https://reprap.org/wiki/Triffid_Hunter%27s_Calibration_Guide
52
+ * https://www.thingiverse.com/thing:5573
53
  * https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
53
  * https://sites.google.com/site/repraplogphase/calibration-of-your-reprap
54
- * http://www.thingiverse.com/thing:298812
54
+ * https://www.thingiverse.com/thing:298812
55
  */
55
  */
56
 
56
 
57
 //===========================================================================
57
 //===========================================================================
815
  *
815
  *
816
  * See:
816
  * See:
817
  *   https://reprap.org/forum/read.php?1,739819
817
  *   https://reprap.org/forum/read.php?1,739819
818
- *   http://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
818
+ *   https://blog.kyneticcnc.com/2018/10/computing-junction-deviation-for-marlin.html
819
  */
819
  */
820
 #if DISABLED(CLASSIC_JERK)
820
 #if DISABLED(CLASSIC_JERK)
821
   #define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
821
   #define JUNCTION_DEVIATION_MM 0.013 // (mm) Distance from real junction edge
1795
 
1795
 
1796
 //
1796
 //
1797
 // RepRapDiscount Smart Controller.
1797
 // RepRapDiscount Smart Controller.
1798
-// http://reprap.org/wiki/RepRapDiscount_Smart_Controller
1798
+// https://reprap.org/wiki/RepRapDiscount_Smart_Controller
1799
 //
1799
 //
1800
 // Note: Usually sold with a white PCB.
1800
 // Note: Usually sold with a white PCB.
1801
 //
1801
 //
1819
 
1819
 
1820
 //
1820
 //
1821
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1821
 // PanelOne from T3P3 (via RAMPS 1.4 AUX2/AUX3)
1822
-// http://reprap.org/wiki/PanelOne
1822
+// https://reprap.org/wiki/PanelOne
1823
 //
1823
 //
1824
 //#define PANEL_ONE
1824
 //#define PANEL_ONE
1825
 
1825
 
1826
 //
1826
 //
1827
 // GADGETS3D G3D LCD/SD Controller
1827
 // GADGETS3D G3D LCD/SD Controller
1828
-// http://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
1828
+// https://reprap.org/wiki/RAMPS_1.3/1.4_GADGETS3D_Shield_with_Panel
1829
 //
1829
 //
1830
 // Note: Usually sold with a blue PCB.
1830
 // Note: Usually sold with a blue PCB.
1831
 //
1831
 //
1912
 
1912
 
1913
 //
1913
 //
1914
 // 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
1914
 // 2-wire Non-latching LCD SR from https://goo.gl/aJJ4sH
1915
-// LCD configuration: http://reprap.org/wiki/SAV_3D_LCD
1915
+// LCD configuration: https://reprap.org/wiki/SAV_3D_LCD
1916
 //
1916
 //
1917
 //#define SAV_3DLCD
1917
 //#define SAV_3DLCD
1918
 
1918
 
1939
 
1939
 
1940
 //
1940
 //
1941
 // RepRapDiscount FULL GRAPHIC Smart Controller
1941
 // RepRapDiscount FULL GRAPHIC Smart Controller
1942
-// http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
1942
+// https://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller
1943
 //
1943
 //
1944
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
1944
 //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
1945
 
1945
 
1952
 //
1952
 //
1953
 // Activate one of these if you have a Panucatt Devices
1953
 // Activate one of these if you have a Panucatt Devices
1954
 // Viki 2.0 or mini Viki with Graphic LCD
1954
 // Viki 2.0 or mini Viki with Graphic LCD
1955
-// http://panucatt.com
1955
+// https://www.panucatt.com
1956
 //
1956
 //
1957
 //#define VIKI2
1957
 //#define VIKI2
1958
 //#define miniVIKI
1958
 //#define miniVIKI
1959
 
1959
 
1960
 //
1960
 //
1961
 // MakerLab Mini Panel with graphic
1961
 // MakerLab Mini Panel with graphic
1962
-// controller and SD support - http://reprap.org/wiki/Mini_panel
1962
+// controller and SD support - https://reprap.org/wiki/Mini_panel
1963
 //
1963
 //
1964
 //#define MINIPANEL
1964
 //#define MINIPANEL
1965
 
1965
 
1966
 //
1966
 //
1967
 // MaKr3d Makr-Panel with graphic controller and SD support.
1967
 // MaKr3d Makr-Panel with graphic controller and SD support.
1968
-// http://reprap.org/wiki/MaKr3d_MaKrPanel
1968
+// https://reprap.org/wiki/MaKr3d_MaKrPanel
1969
 //
1969
 //
1970
 //#define MAKRPANEL
1970
 //#define MAKRPANEL
1971
 
1971
 
2051
 
2051
 
2052
 //
2052
 //
2053
 // Silvergate GLCD controller
2053
 // Silvergate GLCD controller
2054
-// http://github.com/android444/Silvergate
2054
+// https://github.com/android444/Silvergate
2055
 //
2055
 //
2056
 //#define SILVER_GATE_GLCD_CONTROLLER
2056
 //#define SILVER_GATE_GLCD_CONTROLLER
2057
 
2057
 
2080
 
2080
 
2081
 //
2081
 //
2082
 // MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
2082
 // MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
2083
-// http://reprap.org/wiki/MKS_12864OLED
2083
+// https://reprap.org/wiki/MKS_12864OLED
2084
 //
2084
 //
2085
 // Tiny, but very sharp OLED display
2085
 // Tiny, but very sharp OLED display
2086
 //
2086
 //
2183
 
2183
 
2184
 //
2184
 //
2185
 // RepRapWorld REPRAPWORLD_KEYPAD v1.1
2185
 // RepRapWorld REPRAPWORLD_KEYPAD v1.1
2186
-// http://reprapworld.com/?products_details&products_id=202&cPath=1591_1626
2186
+// https://reprapworld.com/?products_details&products_id=202&cPath=1591_1626
2187
 //
2187
 //
2188
 //#define REPRAPWORLD_KEYPAD
2188
 //#define REPRAPWORLD_KEYPAD
2189
 //#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0 // (mm) Distance to move per key-press
2189
 //#define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0 // (mm) Distance to move per key-press

+ 7
- 7
Marlin/Configuration_adv.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once
835
 /**
835
 /**
836
  * XY Frequency limit
836
  * XY Frequency limit
837
  * Reduce resonance by limiting the frequency of small zigzag infill moves.
837
  * Reduce resonance by limiting the frequency of small zigzag infill moves.
838
- * See http://hydraraptor.blogspot.com/2010/12/frequency-limit.html
838
+ * See https://hydraraptor.blogspot.com/2010/12/frequency-limit.html
839
  * Use M201 F<freq> G<min%> to change limits at runtime.
839
  * Use M201 F<freq> G<min%> to change limits at runtime.
840
  */
840
  */
841
 //#define XY_FREQUENCY_LIMIT      10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
841
 //#define XY_FREQUENCY_LIMIT      10 // (Hz) Maximum frequency of small zigzag infill moves. Set with M201 F<hertz>.
2794
   //#define PHOTO_RETRACT_MM   6.5                          // (mm) E retract/recover for the photo move (M240 R S)
2794
   //#define PHOTO_RETRACT_MM   6.5                          // (mm) E retract/recover for the photo move (M240 R S)
2795
 
2795
 
2796
   // Canon RC-1 or homebrew digital camera trigger
2796
   // Canon RC-1 or homebrew digital camera trigger
2797
-  // Data from: http://www.doc-diy.net/photo/rc-1_hacked/
2797
+  // Data from: https://www.doc-diy.net/photo/rc-1_hacked/
2798
   //#define PHOTOGRAPH_PIN 23
2798
   //#define PHOTOGRAPH_PIN 23
2799
 
2799
 
2800
   // Canon Hack Development Kit
2800
   // Canon Hack Development Kit
2801
-  // http://captain-slow.dk/2014/03/09/3d-printing-timelapses/
2801
+  // https://captain-slow.dk/2014/03/09/3d-printing-timelapses/
2802
   //#define CHDK_PIN        4
2802
   //#define CHDK_PIN        4
2803
 
2803
 
2804
   // Optional second move with delay to trigger the camera shutter
2804
   // Optional second move with delay to trigger the camera shutter
3220
  * I2C position encoders for closed loop control.
3220
  * I2C position encoders for closed loop control.
3221
  * Developed by Chris Barr at Aus3D.
3221
  * Developed by Chris Barr at Aus3D.
3222
  *
3222
  *
3223
- * Wiki: http://wiki.aus3d.com.au/Magnetic_Encoder
3223
+ * Wiki: https://wiki.aus3d.com.au/Magnetic_Encoder
3224
  * Github: https://github.com/Aus3D/MagneticEncoder
3224
  * Github: https://github.com/Aus3D/MagneticEncoder
3225
  *
3225
  *
3226
- * Supplier: http://aus3d.com.au/magnetic-encoder-module
3227
- * Alternative Supplier: http://reliabuild3d.com/
3226
+ * Supplier: https://aus3d.com.au/magnetic-encoder-module
3227
+ * Alternative Supplier: https://reliabuild3d.com/
3228
  *
3228
  *
3229
  * Reliabuild encoders have been modified to improve reliability.
3229
  * Reliabuild encoders have been modified to improve reliability.
3230
  */
3230
  */

+ 1
- 1
Marlin/Makefile View File

98
 ############
98
 ############
99
 # Try to automatically determine whether RELOC_WORKAROUND is needed based
99
 # Try to automatically determine whether RELOC_WORKAROUND is needed based
100
 # on GCC versions:
100
 # on GCC versions:
101
-#   http://www.avrfreaks.net/comment/1789106#comment-1789106
101
+#   https://www.avrfreaks.net/comment/1789106#comment-1789106
102
 
102
 
103
 CC_MAJ:=$(shell $(CC) -dM -E - < /dev/null | grep __GNUC__ | cut -f3 -d\ )
103
 CC_MAJ:=$(shell $(CC) -dM -E - < /dev/null | grep __GNUC__ | cut -f3 -d\ )
104
 CC_MIN:=$(shell $(CC) -dM -E - < /dev/null | grep __GNUC_MINOR__ | cut -f3 -d\ )
104
 CC_MIN:=$(shell $(CC) -dM -E - < /dev/null | grep __GNUC_MINOR__ | cut -f3 -d\ )

+ 2
- 2
Marlin/Version.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once
65
  * The WEBSITE_URL is the location where users can get more information such as
65
  * The WEBSITE_URL is the location where users can get more information such as
66
  * documentation about a specific Marlin release.
66
  * documentation about a specific Marlin release.
67
  */
67
  */
68
-//#define WEBSITE_URL "http://marlinfw.org"
68
+//#define WEBSITE_URL "https://marlinfw.org"
69
 
69
 
70
 /**
70
 /**
71
  * Set the vendor info the serial USB interface, if changable
71
  * Set the vendor info the serial USB interface, if changable

+ 1
- 1
Marlin/lib/readme.txt View File

33
 include paths and build them.
33
 include paths and build them.
34
 
34
 
35
 More information about PlatformIO Library Dependency Finder
35
 More information about PlatformIO Library Dependency Finder
36
-- http://docs.platformio.org/page/librarymanager/ldf.html
36
+- https://docs.platformio.org/page/librarymanager/ldf.html

+ 1
- 1
Marlin/src/HAL/AVR/HAL.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef __AVR__
22
 #ifdef __AVR__

+ 1
- 1
Marlin/src/HAL/AVR/HAL.h View File

14
  * GNU General Public License for more details.
14
  * GNU General Public License for more details.
15
  *
15
  *
16
  * You should have received a copy of the GNU General Public License
16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
  */
18
  */
19
 #pragma once
19
 #pragma once
20
 
20
 

+ 1
- 1
Marlin/src/HAL/AVR/HAL_SPI.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/AVR/MarlinSerial.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/AVR/MarlinSerial.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/Servo.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/AVR/ServoTimers.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/eeprom.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef __AVR__
22
 #ifdef __AVR__

+ 1
- 1
Marlin/src/HAL/AVR/endstop_interrupts.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fast_pwm.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef __AVR__
22
 #ifdef __AVR__

+ 1
- 1
Marlin/src/HAL/AVR/fastio.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/AVR/fastio.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_1280.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_1281.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_168.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_644.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/fastio/fastio_AT90USB.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/inc/Conditionals_LCD.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/inc/Conditionals_adv.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/inc/Conditionals_post.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/inc/SanityCheck.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/math.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/pinsDebug.h View File

13
  * GNU General Public License for more details.
13
  * GNU General Public License for more details.
14
  *
14
  *
15
  * You should have received a copy of the GNU General Public License
15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17
  *
17
  *
18
  */
18
  */
19
 #pragma once
19
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/pinsDebug_Teensyduino.h View File

13
  * GNU General Public License for more details.
13
  * GNU General Public License for more details.
14
  *
14
  *
15
  * You should have received a copy of the GNU General Public License
15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17
  *
17
  *
18
  */
18
  */
19
 #pragma once
19
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/pinsDebug_plus_70.h View File

13
  * GNU General Public License for more details.
13
  * GNU General Public License for more details.
14
  *
14
  *
15
  * You should have received a copy of the GNU General Public License
15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17
  *
17
  *
18
  */
18
  */
19
 #pragma once
19
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/spi_pins.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/AVR/timers.h View File

14
  * GNU General Public License for more details.
14
  * GNU General Public License for more details.
15
  *
15
  *
16
  * You should have received a copy of the GNU General Public License
16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
  */
18
  */
19
 #pragma once
19
 #pragma once
20
 
20
 

+ 1
- 1
Marlin/src/HAL/AVR/u8g_com_HAL_AVR_sw_spi.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/AVR/watchdog.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef __AVR__
22
 #ifdef __AVR__

+ 1
- 1
Marlin/src/HAL/AVR/watchdog.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/DebugMonitor.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_SAM
22
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/HAL.cpp View File

14
  * GNU General Public License for more details.
14
  * GNU General Public License for more details.
15
  *
15
  *
16
  * You should have received a copy of the GNU General Public License
16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
  */
18
  */
19
 
19
 
20
 /**
20
 /**

+ 1
- 1
Marlin/src/HAL/DUE/HAL.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/HAL_SPI.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/InterruptVectors.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/InterruptVectors.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/MarlinSerial.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/MarlinSerial.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/MarlinSerialUSB.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/MarlinSerialUSB.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/Servo.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/Tone.cpp View File

18
  * GNU General Public License for more details.
18
  * GNU General Public License for more details.
19
  *
19
  *
20
  * You should have received a copy of the GNU General Public License
20
  * You should have received a copy of the GNU General Public License
21
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
22
  *
22
  *
23
  */
23
  */
24
 
24
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_shared_hw_spi.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_st7920_sw_spi.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/dogm/u8g_com_HAL_DUE_sw_spi_shared.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/eeprom_flash.cpp View File

17
  * GNU General Public License for more details.
17
  * GNU General Public License for more details.
18
  *
18
  *
19
  * You should have received a copy of the GNU General Public License
19
  * You should have received a copy of the GNU General Public License
20
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
21
  *
21
  *
22
  */
22
  */
23
 #ifdef ARDUINO_ARCH_SAM
23
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/eeprom_wired.cpp View File

17
  * GNU General Public License for more details.
17
  * GNU General Public License for more details.
18
  *
18
  *
19
  * You should have received a copy of the GNU General Public License
19
  * You should have received a copy of the GNU General Public License
20
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
21
  *
21
  *
22
  */
22
  */
23
 #ifdef ARDUINO_ARCH_SAM
23
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/endstop_interrupts.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/fastio.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/fastio/G2_PWM.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/fastio/G2_PWM.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/fastio/G2_pins.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/inc/Conditionals_LCD.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/inc/Conditionals_adv.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/inc/Conditionals_post.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/inc/SanityCheck.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/pinsDebug.h View File

13
  * GNU General Public License for more details.
13
  * GNU General Public License for more details.
14
  *
14
  *
15
  * You should have received a copy of the GNU General Public License
15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17
  *
17
  *
18
  */
18
  */
19
 
19
 

+ 1
- 1
Marlin/src/HAL/DUE/spi_pins.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/timers.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/DUE/timers.h View File

15
  * GNU General Public License for more details.
15
  * GNU General Public License for more details.
16
  *
16
  *
17
  * You should have received a copy of the GNU General Public License
17
  * You should have received a copy of the GNU General Public License
18
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
19
  *
19
  *
20
  */
20
  */
21
 #pragma once
21
 #pragma once

+ 1
- 1
Marlin/src/HAL/DUE/watchdog.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_SAM
22
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/watchdog.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/FlushableHardwareSerial.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
Marlin/src/HAL/ESP32/FlushableHardwareSerial.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/HAL.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_ESP32
22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/HAL.h View File

14
  * GNU General Public License for more details.
14
  * GNU General Public License for more details.
15
  *
15
  *
16
  * You should have received a copy of the GNU General Public License
16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
  */
18
  */
19
 #pragma once
19
 #pragma once
20
 
20
 

+ 1
- 1
Marlin/src/HAL/ESP32/HAL_SPI.cpp View File

17
  * GNU General Public License for more details.
17
  * GNU General Public License for more details.
18
  *
18
  *
19
  * You should have received a copy of the GNU General Public License
19
  * You should have received a copy of the GNU General Public License
20
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
21
  *
21
  *
22
  */
22
  */
23
 #ifdef ARDUINO_ARCH_ESP32
23
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/Servo.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_ESP32
22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/Servo.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/WebSocketSerial.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_ESP32
22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/WebSocketSerial.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/eeprom.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_ESP32
22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/endstop_interrupts.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/fastio.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/i2s.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_ESP32
22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/i2s.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/inc/Conditionals_LCD.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/inc/Conditionals_adv.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/inc/Conditionals_post.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/inc/SanityCheck.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/ota.cpp View File

14
  * GNU General Public License for more details.
14
  * GNU General Public License for more details.
15
  *
15
  *
16
  * You should have received a copy of the GNU General Public License
16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
  */
18
  */
19
 
19
 
20
 #ifdef ARDUINO_ARCH_ESP32
20
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/ota.h View File

14
  * GNU General Public License for more details.
14
  * GNU General Public License for more details.
15
  *
15
  *
16
  * You should have received a copy of the GNU General Public License
16
  * You should have received a copy of the GNU General Public License
17
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
17
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
18
  */
18
  */
19
 #pragma once
19
 #pragma once
20
 
20
 

+ 1
- 1
Marlin/src/HAL/ESP32/servotimers.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/spi_pins.h View File

13
  * GNU General Public License for more details.
13
  * GNU General Public License for more details.
14
  *
14
  *
15
  * You should have received a copy of the GNU General Public License
15
  * You should have received a copy of the GNU General Public License
16
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
16
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
17
  *
17
  *
18
  */
18
  */
19
 #pragma once
19
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/spiffs.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_ESP32
22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/spiffs.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/timers.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_ESP32
22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/timers.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/HAL/ESP32/watchdog.cpp View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #ifdef ARDUINO_ARCH_ESP32
22
 #ifdef ARDUINO_ARCH_ESP32

+ 1
- 1
Marlin/src/HAL/ESP32/watchdog.h View File

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 0
- 0
Marlin/src/HAL/ESP32/web.cpp View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save