Browse Source

Update links, README, contributing, etc.

Scott Lahteine 3 years ago
parent
commit
d1e20eb29f
83 changed files with 132 additions and 131 deletions
  1. 1
    1
      .github/FUNDING.yml
  2. 6
    7
      .github/contributing.md
  3. 6
    2
      .github/issue_template.md
  4. 1
    1
      Marlin/Configuration.h
  5. 1
    1
      Marlin/Marlin.ino
  6. 1
    1
      Marlin/src/HAL/AVR/fastio.h
  7. 1
    1
      Marlin/src/HAL/DUE/Tone.cpp
  8. 1
    1
      Marlin/src/HAL/DUE/fastio.h
  9. 1
    1
      Marlin/src/HAL/DUE/usb/arduino_due_x.h
  10. 1
    1
      Marlin/src/HAL/DUE/usb/compiler.h
  11. 1
    1
      Marlin/src/HAL/DUE/usb/conf_access.h
  12. 1
    1
      Marlin/src/HAL/DUE/usb/conf_clock.h
  13. 1
    1
      Marlin/src/HAL/DUE/usb/conf_usb.h
  14. 1
    1
      Marlin/src/HAL/DUE/usb/ctrl_access.c
  15. 1
    1
      Marlin/src/HAL/DUE/usb/ctrl_access.h
  16. 1
    1
      Marlin/src/HAL/DUE/usb/genclk.h
  17. 1
    1
      Marlin/src/HAL/DUE/usb/mrepeat.h
  18. 1
    1
      Marlin/src/HAL/DUE/usb/osc.h
  19. 1
    1
      Marlin/src/HAL/DUE/usb/pll.h
  20. 1
    1
      Marlin/src/HAL/DUE/usb/preprocessor.h
  21. 1
    1
      Marlin/src/HAL/DUE/usb/sbc_protocol.h
  22. 1
    1
      Marlin/src/HAL/DUE/usb/sd_mmc_spi_mem.h
  23. 1
    1
      Marlin/src/HAL/DUE/usb/spc_protocol.h
  24. 1
    1
      Marlin/src/HAL/DUE/usb/stringz.h
  25. 1
    1
      Marlin/src/HAL/DUE/usb/sysclk.c
  26. 1
    1
      Marlin/src/HAL/DUE/usb/sysclk.h
  27. 1
    1
      Marlin/src/HAL/DUE/usb/tpaste.h
  28. 1
    1
      Marlin/src/HAL/DUE/usb/udc.c
  29. 1
    1
      Marlin/src/HAL/DUE/usb/udc.h
  30. 1
    1
      Marlin/src/HAL/DUE/usb/udc_desc.h
  31. 1
    1
      Marlin/src/HAL/DUE/usb/udd.h
  32. 1
    1
      Marlin/src/HAL/DUE/usb/udi.h
  33. 1
    1
      Marlin/src/HAL/DUE/usb/udi_cdc.c
  34. 2
    2
      Marlin/src/HAL/DUE/usb/udi_cdc.h
  35. 1
    1
      Marlin/src/HAL/DUE/usb/udi_cdc_conf.h
  36. 1
    1
      Marlin/src/HAL/DUE/usb/udi_cdc_desc.c
  37. 1
    1
      Marlin/src/HAL/DUE/usb/udi_composite_desc.c
  38. 1
    1
      Marlin/src/HAL/DUE/usb/udi_msc.c
  39. 2
    2
      Marlin/src/HAL/DUE/usb/udi_msc.h
  40. 1
    1
      Marlin/src/HAL/DUE/usb/uotghs_device_due.c
  41. 1
    1
      Marlin/src/HAL/DUE/usb/uotghs_device_due.h
  42. 1
    1
      Marlin/src/HAL/DUE/usb/uotghs_otg.h
  43. 1
    1
      Marlin/src/HAL/DUE/usb/usb_protocol.h
  44. 1
    1
      Marlin/src/HAL/DUE/usb/usb_protocol_cdc.h
  45. 1
    1
      Marlin/src/HAL/DUE/usb/usb_protocol_msc.h
  46. 1
    1
      Marlin/src/HAL/DUE/usb/usb_task.c
  47. 1
    1
      Marlin/src/HAL/DUE/usb/usb_task.h
  48. 1
    1
      Marlin/src/HAL/LINUX/fastio.h
  49. 1
    1
      Marlin/src/HAL/LPC1768/fastio.h
  50. 1
    1
      Marlin/src/HAL/STM32F1/SPI.cpp
  51. 1
    1
      Marlin/src/HAL/TEENSY31_32/fastio.h
  52. 1
    1
      Marlin/src/HAL/TEENSY35_36/fastio.h
  53. 1
    1
      Marlin/src/HAL/shared/backtrace/unwarmbytab.cpp
  54. 1
    1
      Marlin/src/feature/dac/dac_mcp4728.cpp
  55. 1
    1
      Marlin/src/gcode/motion/G5.cpp
  56. 3
    5
      Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/basic/boards.h
  57. 1
    1
      Marlin/src/module/scara.cpp
  58. 1
    1
      Marlin/src/module/thermistor/thermistor_2.h
  59. 1
    1
      Marlin/src/module/thermistor/thermistor_5.h
  60. 1
    1
      Marlin/src/module/thermistor/thermistor_52.h
  61. 1
    1
      Marlin/src/module/thermistor/thermistor_55.h
  62. 1
    1
      Marlin/src/pins/sam/pins_ALLIGATOR_R2.h
  63. 2
    2
      Marlin/src/pins/sanguino/pins_OMCA.h
  64. 1
    1
      Marlin/src/pins/stm32f4/pins_BLACK_STM32F407VE.h
  65. 1
    1
      Marlin/src/sd/SdFatStructs.h
  66. 1
    1
      Marlin/src/sd/SdInfo.h
  67. 5
    5
      README.md
  68. 2
    2
      buildroot/etc/udev/rules.d/99-platformio-udev.rules
  69. 1
    1
      buildroot/share/PlatformIO/boards/BigTree_Btt002.json
  70. 1
    1
      buildroot/share/PlatformIO/boards/BigTree_GTR_v1.json
  71. 1
    1
      buildroot/share/PlatformIO/boards/BigTree_SKR_Pro.json
  72. 1
    1
      buildroot/share/PlatformIO/boards/CHITU_F103.json
  73. 1
    1
      buildroot/share/PlatformIO/boards/FLYF407ZG.json
  74. 1
    1
      buildroot/share/PlatformIO/boards/LERDGE.json
  75. 1
    1
      buildroot/share/PlatformIO/boards/blackSTM32F407VET6.json
  76. 1
    1
      buildroot/share/PlatformIO/boards/malyanM200.json
  77. 2
    2
      buildroot/share/fonts/README.md
  78. 2
    2
      buildroot/share/fonts/uxggenpages.md
  79. 2
    2
      buildroot/share/scripts/createTemperatureLookupMarlin.py
  80. 12
    12
      buildroot/share/vscode/avrdude.conf
  81. 12
    12
      buildroot/share/vscode/avrdude_linux.conf
  82. 5
    5
      buildroot/share/vscode/avrdude_macOS.conf
  83. 1
    1
      platformio.ini

+ 1
- 1
.github/FUNDING.yml View File

@@ -1,3 +1,3 @@
1 1
 github: [thinkyhead]
2 2
 patreon: thinkyhead
3
-custom: ["http://www.thinkyhead.com/donate-to-marlin"]
3
+custom: ["https://www.thinkyhead.com/donate-to-marlin"]

+ 6
- 7
.github/contributing.md View File

@@ -34,16 +34,15 @@ This project and everyone participating in it is governed by the [Marlin Code of
34 34
 
35 35
 We have a Message Board and a Facebook group where our knowledgable user community can provide helpful advice if you have questions.
36 36
 
37
-* [Marlin RepRap forum](http://forums.reprap.org/list.php?415)
37
+* [Marlin RepRap forum](https://reprap.org/forum/list.php?415)
38 38
 * [MarlinFirmware on Facebook](https://www.facebook.com/groups/1049718498464482/)
39 39
 
40
-If chat is more your speed, you can join the MarlinFirmware Slack team:
40
+If chat is more your speed, you can join the MarlinFirmware Discord server:
41 41
 
42
-* Join the Marlin Slack Team
43
-  * To obtain group access, please [send a request](http://www.thinkyhead.com/contact/9) to @thinkyhead.
44
-  * Even though Slack is a chat service, sometimes it takes several hours for community members to respond — please be patient!
45
-  * Use the `#general` channel for general questions or discussion about Marlin.
46
-  * Other channels exist for certain topics. Check the channel list.
42
+* Use the link https://discord.gg/n5NJ59y to join up as a General User.
43
+* Even though our Discord is pretty active, it may take a while for community members to respond — please be patient!
44
+* Use the `#general` channel for general questions or discussion about Marlin.
45
+* Other channels exist for certain topics or are limited to Patrons. Check the channel list.
47 46
 
48 47
 ## How Can I Contribute?
49 48
 

+ 6
- 2
.github/issue_template.md View File

@@ -2,9 +2,13 @@
2 2
 
3 3
 Have you read Marlin's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/code_of_conduct.md
4 4
 
5
-Do you want to ask a question? Are you looking for support? Please don't post here. Instead please use the Marlin Firmware forum at http://forums.reprap.org/list.php?415 or the Marlin Facebook Group https://www.facebook.com/groups/1049718498464482/ or the Marlin Discord Server https://discord.gg/n5NJ59y.
5
+Do you want to ask a question? Are you looking for support? Please don't post here. Instead use one of the following options:
6 6
 
7
-Before filing an issue be sure to test the 1.1 and/or 2.0 "bugfix" branches to see whether the issue is already addressed.
7
+- The Marlin Firmware forum at https://reprap.org/forum/list.php?415
8
+- The MarlinFirmware Facebook Group at https://www.facebook.com/groups/1049718498464482/
9
+- The MarlinFirmware Discord Server at https://discord.gg/n5NJ59y.
10
+
11
+Before filing an issue be sure to test the latest "bugfix" branch to see whether the issue is already addressed.
8 12
 
9 13
 -->
10 14
 

+ 1
- 1
Marlin/Configuration.h View File

@@ -473,7 +473,7 @@
473 473
 //===========================================================================
474 474
 //============================= PID Settings ================================
475 475
 //===========================================================================
476
-// PID Tuning Guide here: http://reprap.org/wiki/PID_Tuning
476
+// PID Tuning Guide here: https://reprap.org/wiki/PID_Tuning
477 477
 
478 478
 // Comment the following line to disable PID and enable bang-bang.
479 479
 #define PIDTEMP

+ 1
- 1
Marlin/Marlin.ino View File

@@ -37,7 +37,7 @@ Configuration
37 37
 
38 38
 Getting Help
39 39
 
40
-  - http://forums.reprap.org/list.php?415
40
+  - https://reprap.org/forum/list.php?415
41 41
     The Marlin Discussion Forum is a great place to get help from other Marlin
42 42
     users who may have experienced similar issues to your own.
43 43
 

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

@@ -57,7 +57,7 @@
57 57
  *
58 58
  * Now you can simply SET_OUTPUT(PIN); WRITE(PIN, HIGH); WRITE(PIN, LOW);
59 59
  *
60
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
60
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/cpp/Stringification.html
61 61
  */
62 62
 
63 63
 #define _READ(IO)             TEST(DIO ## IO ## _RPORT, DIO ## IO ## _PIN)

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

@@ -24,7 +24,7 @@
24 24
 
25 25
 /**
26 26
  * Description: Tone function for Arduino Due and compatible (SAM3X8E)
27
- * Derived from http://forum.arduino.cc/index.php?topic=136500.msg2903012#msg2903012
27
+ * Derived from https://forum.arduino.cc/index.php?topic=136500.msg2903012#msg2903012
28 28
  */
29 29
 
30 30
 #ifdef ARDUINO_ARCH_SAM

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

@@ -58,7 +58,7 @@
58 58
  *
59 59
  * Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
60 60
  *
61
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
61
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/cpp/Stringification.html
62 62
  */
63 63
 
64 64
 // Read a pin

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

@@ -43,7 +43,7 @@
43 43
 #pragma once
44 44
 
45 45
 /**
46
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
46
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
47 47
  */
48 48
 
49 49
 /**

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef UTILS_COMPILER_H

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _CONF_ACCESS_H_

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CONF_CLOCK_H_INCLUDED

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _CONF_USB_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/ctrl_access.c View File

@@ -53,7 +53,7 @@
53 53
  *
54 54
  ******************************************************************************/
55 55
 /*
56
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
56
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
57 57
  */
58 58
 
59 59
 #ifdef ARDUINO_ARCH_SAM

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

@@ -53,7 +53,7 @@
53 53
  *
54 54
  ******************************************************************************/
55 55
 /*
56
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
56
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
57 57
  */
58 58
 
59 59
 

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CHIP_GENCLK_H_INCLUDED

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _MREPEAT_H_

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CHIP_OSC_H_INCLUDED

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CHIP_PLL_H_INCLUDED

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _PREPROCESSOR_H_

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

@@ -52,7 +52,7 @@
52 52
  *
53 53
  */
54 54
 /*
55
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
55
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
56 56
  */
57 57
 #ifndef _SBC_PROTOCOL_H_
58 58
 #define _SBC_PROTOCOL_H_

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

@@ -42,7 +42,7 @@
42 42
  *
43 43
  ******************************************************************************/
44 44
 /*
45
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
45
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
46 46
  */
47 47
 
48 48
 

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

@@ -45,7 +45,7 @@
45 45
  */
46 46
 
47 47
 /*
48
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
48
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
49 49
  */
50 50
 #ifndef _SPC_PROTOCOL_H_
51 51
 #define _SPC_PROTOCOL_H_

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _STRINGZ_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/sysclk.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef CHIP_SYSCLK_H_INCLUDED

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _TPASTE_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDC_H_

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDC_DESC_H_

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDD_H_

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDI_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_cdc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 2
- 2
Marlin/src/HAL/DUE/usb/udi_cdc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDI_CDC_H_
@@ -701,7 +701,7 @@ iram_size_t udi_cdc_multi_write_buf(uint8_t port, const void* buf, iram_size_t s
701 701
  * another "Composite Device" module, like "USB HID Mouse (Composite Device)".
702 702
  *
703 703
  * Also, you can refer to application note
704
- * <A href="http://www.atmel.com/dyn/resources/prod_documents/doc8445.pdf">
704
+ * <A href="https://www.atmel.com/dyn/resources/prod_documents/doc8445.pdf">
705 705
  * AVR4902 ASF - USB Composite Device</A>.
706 706
  *
707 707
  * \section udi_cdc_use_case_composite_setup Setup steps

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDI_CDC_CONF_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_cdc_desc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_composite_desc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 1
- 1
Marlin/src/HAL/DUE/usb/udi_msc.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifdef ARDUINO_ARCH_SAM

+ 2
- 2
Marlin/src/HAL/DUE/usb/udi_msc.h View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _UDI_MSC_H_
@@ -290,7 +290,7 @@ bool udi_msc_trans_block(bool b_read, uint8_t * block, iram_size_t block_size,
290 290
  * another "Composite Device" module, like "USB HID Mouse (Composite Device)".
291 291
  *
292 292
  * Also, you can refer to application note
293
- * <A href="http://www.atmel.com/dyn/resources/prod_documents/doc8445.pdf">
293
+ * <A href="https://www.atmel.com/dyn/resources/prod_documents/doc8445.pdf">
294 294
  * AVR4902 ASF - USB Composite Device</A>.
295 295
  *
296 296
  * \section udi_msc_use_case_composite_setup Setup steps

+ 1
- 1
Marlin/src/HAL/DUE/usb/uotghs_device_due.c View File

@@ -42,7 +42,7 @@
42 42
  */
43 43
 
44 44
 /*
45
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
45
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
46 46
  */
47 47
 
48 48
 #ifdef ARDUINO_ARCH_SAM

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef UOTGHS_DEVICE_DUE_H_INCLUDED

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef UOTGHS_OTG_H_INCLUDED

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

@@ -44,7 +44,7 @@
44 44
  *
45 45
  */
46 46
 /*
47
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
47
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
48 48
  */
49 49
 
50 50
 #ifndef _USB_PROTOCOL_H_

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 #ifndef _USB_PROTOCOL_CDC_H_
47 47
 #define _USB_PROTOCOL_CDC_H_

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _USB_PROTOCOL_MSC_H_

+ 1
- 1
Marlin/src/HAL/DUE/usb/usb_task.c View File

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 
44
-// Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+// Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
 
46 46
 #ifdef ARDUINO_ARCH_SAM
47 47
 

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

@@ -41,7 +41,7 @@
41 41
  *
42 42
  */
43 43
 /*
44
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>
44
+ * Support and FAQ: visit <a href="https://www.atmel.com/design-support/">Atmel Support</a>
45 45
  */
46 46
 
47 47
 #ifndef _USB_TASK_H_

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

@@ -44,7 +44,7 @@
44 44
  *
45 45
  * Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
46 46
  *
47
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
47
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Stringification.html
48 48
  */
49 49
 
50 50
 /// Read a pin

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

@@ -56,7 +56,7 @@
56 56
  *
57 57
  * Now you can simply SET_OUTPUT(STEP); WRITE(STEP, HIGH); WRITE(STEP, LOW);
58 58
  *
59
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
59
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Stringification.html
60 60
  */
61 61
 
62 62
 /// Read a pin

+ 1
- 1
Marlin/src/HAL/STM32F1/SPI.cpp View File

@@ -216,7 +216,7 @@ void SPIClass::setDataMode(uint8_t dataMode) {
216 216
   /**
217 217
    * Notes:
218 218
    * As far as we know the AVR numbers for dataMode match the numbers required by the STM32.
219
-   * From the AVR doc http://www.atmel.com/images/doc2585.pdf section 2.4
219
+   * From the AVR doc https://www.atmel.com/images/doc2585.pdf section 2.4
220 220
    *
221 221
    * SPI Mode  CPOL  CPHA  Shift SCK-edge  Capture SCK-edge
222 222
    * 0       0     0     Falling     Rising

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

@@ -39,7 +39,7 @@
39 39
  *
40 40
  * Now you can simply SET_OUTPUT(PIN); WRITE(PIN, HIGH); WRITE(PIN, LOW);
41 41
  *
42
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
42
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Stringification.html
43 43
  */
44 44
 
45 45
 #define _READ(P) bool(CORE_PIN ## P ## _PINREG & CORE_PIN ## P ## _BITMASK)

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

@@ -39,7 +39,7 @@
39 39
  *
40 40
  * Now you can simply SET_OUTPUT(PIN); WRITE(PIN, HIGH); WRITE(PIN, LOW);
41 41
  *
42
- * Why double up on these macros? see http://gcc.gnu.org/onlinedocs/cpp/Stringification.html
42
+ * Why double up on these macros? see https://gcc.gnu.org/onlinedocs/gcc-4.8.5/cpp/Stringification.html
43 43
  */
44 44
 
45 45
 #define _READ(P) bool(CORE_PIN ## P ## _PINREG & CORE_PIN ## P ## _BITMASK)

+ 1
- 1
Marlin/src/HAL/shared/backtrace/unwarmbytab.cpp View File

@@ -4,7 +4,7 @@
4 4
  *
5 5
  * This Source Code Form is subject to the terms of the Mozilla Public
6 6
  * License, v. 2.0. If a copy of the MPL was not distributed with this
7
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7
+ * file, You can obtain one at https://mozilla.org/MPL/2.0/.
8 8
  *
9 9
  * This library was modified, some bugs fixed, stack address validated
10 10
  * and adapted to be used in Marlin 3D printer firmware as backtracer

+ 1
- 1
Marlin/src/feature/dac/dac_mcp4728.cpp View File

@@ -24,7 +24,7 @@
24 24
  * mcp4728.cpp - Arduino library for MicroChip MCP4728 I2C D/A converter
25 25
  *
26 26
  * For implementation details, please take a look at the datasheet:
27
- * http://ww1.microchip.com/downloads/en/DeviceDoc/22187a.pdf
27
+ * https://ww1.microchip.com/downloads/en/DeviceDoc/22187a.pdf
28 28
  *
29 29
  * For discussion and feedback, please go to:
30 30
  * https://arduino.cc/forum/index.php/topic,51842.0.html

+ 1
- 1
Marlin/src/gcode/motion/G5.cpp View File

@@ -29,7 +29,7 @@
29 29
 
30 30
 /**
31 31
  * Parameters interpreted according to:
32
- * http://linuxcnc.org/docs/2.6/html/gcode/parser.html#sec:G5-Cubic-Spline
32
+ * https://linuxcnc.org/docs/2.6/html/gcode/gcode.html#sec:G5-Cubic-Spline
33 33
  * However I, J omission is not supported at this point; all
34 34
  * parameters can be omitted and default to zero.
35 35
  */

+ 3
- 5
Marlin/src/lcd/extui/lib/ftdi_eve_touch_ui/ftdi_eve_lib/basic/boards.h View File

@@ -113,9 +113,9 @@
113 113
 
114 114
 /**
115 115
  * Settings for the 4D Systems,        4.3" Embedded SPI Display             480x272, SPI, FT800 (4DLCD-FT843)
116
- *  http://www.4dsystems.com.au/product/4DLCD_FT843/
116
+ *  https://4dsystems.com.au/4dlcd-ft843
117 117
  * Datasheet:
118
- *  http://www.4dsystems.com.au/productpages/4DLCD-FT843/downloads/FT843-4.3-Display_datasheet_R_1_2.pdf
118
+ *  https://4dsystems.com.au/mwdownloads/download/link/id/52/
119 119
  */
120 120
 #elif defined(LCD_4DSYSTEMS_4DLCD_FT843)
121 121
   #if !HAS_RESOLUTION
@@ -136,9 +136,7 @@
136 136
 
137 137
 /**
138 138
  * Settings for the Aleph Objects Color LCD User Interface
139
- *  https://code.alephobjects.com/source/aotctl/
140
- * Datasheet:
141
- *  http://www.hantronix.com/files/data/s1501799605s500-gh7.pdf
139
+ * Datasheet https://www.hantronix.com/files/data/s1501799605s500-gh7.pdf
142 140
  */
143 141
 #elif defined(LCD_ALEPHOBJECTS_CLCD_UI)
144 142
   #if !HAS_RESOLUTION

+ 1
- 1
Marlin/src/module/scara.cpp View File

@@ -100,7 +100,7 @@ void inverse_kinematics(const xyz_pos_t &raw) {
100 100
     /**
101 101
      * Morgan SCARA Inverse Kinematics. Results in 'delta'.
102 102
      *
103
-     * See http://forums.reprap.org/read.php?185,283327
103
+     * See https://reprap.org/forum/read.php?185,283327
104 104
      *
105 105
      * Maths and first version by QHARLEY.
106 106
      * Integrated into Marlin and slightly restructured by Joachim Cerny.

+ 1
- 1
Marlin/src/module/thermistor/thermistor_2.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 //
25 25
 // R25 = 200 kOhm, beta25 = 4338 K, 4.7 kOhm pull-up, ATC Semitec 204GT-2
26
-// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
26
+// Verified by linagee. Source: https://www.mouser.com/datasheet/2/362/semitec%20usa%20corporation_gtthermistor-1202937.pdf
27 27
 // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
28 28
 //
29 29
 const temp_entry_t temptable_2[] PROGMEM = {

+ 1
- 1
Marlin/src/module/thermistor/thermistor_5.h View File

@@ -24,7 +24,7 @@
24 24
 // R25 = 100 kOhm, beta25 = 4267 K, 4.7 kOhm pull-up
25 25
 // 100k ParCan thermistor (104GT-2)
26 26
 // ATC Semitec 104GT-2/104NT-4-R025H42G (Used in ParCan)
27
-// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
27
+// Verified by linagee. Source: https://www.mouser.com/datasheet/2/362/semitec%20usa%20corporation_gtthermistor-1202937.pdf
28 28
 // Calculated using 4.7kohm pullup, voltage divider math, and manufacturer provided temp/resistance
29 29
 const temp_entry_t temptable_5[] PROGMEM = {
30 30
   { OV(   1), 713 },

+ 1
- 1
Marlin/src/module/thermistor/thermistor_52.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 // R25 = 200 kOhm, beta25 = 4338 K, 1 kOhm pull-up,
25 25
 // 200k ATC Semitec 204GT-2 (WITH 1kohm RESISTOR FOR PULLUP, R9 ON SANGUINOLOLU! NOT FOR 4.7kohm PULLUP! THIS IS NOT NORMAL!)
26
-// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
26
+// Verified by linagee. Source: https://www.mouser.com/datasheet/2/362/semitec%20usa%20corporation_gtthermistor-1202937.pdf
27 27
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
28 28
 // Advantage: More resolution and better linearity from 150C to 200C
29 29
 const temp_entry_t temptable_52[] PROGMEM = {

+ 1
- 1
Marlin/src/module/thermistor/thermistor_55.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 // R25 = 100 kOhm, beta25 = 4267 K, 1 kOhm pull-up,
25 25
 // 100k ATC Semitec 104GT-2 (Used on ParCan) (WITH 1kohm RESISTOR FOR PULLUP, R9 ON SANGUINOLOLU! NOT FOR 4.7kohm PULLUP! THIS IS NOT NORMAL!)
26
-// Verified by linagee. Source: http://shop.arcol.hu/static/datasheets/thermistors.pdf
26
+// Verified by linagee. Source: https://www.mouser.com/datasheet/2/362/semitec%20usa%20corporation_gtthermistor-1202937.pdf
27 27
 // Calculated using 1kohm pullup, voltage divider math, and manufacturer provided temp/resistance
28 28
 // Advantage: More resolution and better linearity from 150C to 200C
29 29
 const temp_entry_t temptable_55[] PROGMEM = {

+ 1
- 1
Marlin/src/pins/sam/pins_ALLIGATOR_R2.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 /**
25 25
  * Alligator Board R2
26
- * http://www.3dartists.org/
26
+ * https://reprap.org/wiki/Alligator_Board
27 27
  */
28 28
 
29 29
 #ifndef __SAM3X8E__

+ 2
- 2
Marlin/src/pins/sanguino/pins_OMCA.h View File

@@ -49,7 +49,7 @@
49 49
  *       PWM (D 14) PD6 20|        |21  PD7 (D 15) PWM
50 50
  *                        +--------+
51 51
  *
52
- * REF http://sanguino.cc/hardware
52
+ * REF http://sanguino.wikidot.com/hardware
53 53
  */
54 54
 
55 55
 /**
@@ -70,7 +70,7 @@
70 70
  *
71 71
  * When installing select 1.0.2
72 72
  *
73
- * Installation instructions can be found at https://learn.sparkfun.com/pages/CustomBoardsArduino
73
+ * Installation instructions can be found at http://learn.sparkfun.com/pages/CustomBoardsArduino
74 74
  * Just use the above JSON URL instead of Sparkfun's JSON.
75 75
  *
76 76
  * Once installed select the Sanguino board and then select the CPU.

+ 1
- 1
Marlin/src/pins/stm32f4/pins_BLACK_STM32F407VE.h View File

@@ -23,7 +23,7 @@
23 23
 
24 24
 /**
25 25
  * STM32F407VET6 with RAMPS-like shield
26
- * 'Black' STM32F407VET6 board - http://wiki.stm32duino.com/index.php?title=STM32F407
26
+ * 'Black' STM32F407VET6 board - https://www.stm32duino.com/viewtopic.php?t=485
27 27
  * Shield - https://github.com/jmz52/Hardware
28 28
  */
29 29
 

+ 1
- 1
Marlin/src/sd/SdFatStructs.h View File

@@ -39,7 +39,7 @@
39 39
 
40 40
 /**
41 41
  * mostly from Microsoft document fatgen103.doc
42
- * http://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx
42
+ * https://www.microsoft.com/whdc/system/platform/firmware/fatgen.mspx
43 43
  */
44 44
 
45 45
 uint8_t const BOOTSIG0 = 0x55,          // Value for byte 510 of boot block or MBR

+ 1
- 1
Marlin/src/sd/SdInfo.h View File

@@ -39,7 +39,7 @@
39 39
 // Version 3.01
40 40
 // May 18, 2010
41 41
 //
42
-// http://www.sdcard.org/developers/tech/sdcard/pls/simplified_specs
42
+// https://www.sdcard.org/downloads/pls/index.html
43 43
 
44 44
 // SD card commands
45 45
 uint8_t const CMD0 = 0x00,    // GO_IDLE_STATE - init card in spi mode if CS low

+ 5
- 5
README.md View File

@@ -52,8 +52,8 @@ Marlin 2.0 introduces a layer of abstraction so that all the existing high-level
52 52
 
53 53
   boards|processor|speed|flash|sram|logic|fpu
54 54
   ----|---------|-----|-----|----|-----|---
55
-  [Re-ARM](https://www.kickstarter.com/projects/1245051645/re-arm-for-ramps-simple-32-bit-upgrade)|[LPC1768 ARM-Cortex M3](http://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/lpc-cortex-m-mcus/lpc1700-cortex-m3/512kb-flash-64kb-sram-ethernet-usb-lqfp100-package:LPC1768FBD100)|100MHz|512k|32+16+16k|3.3-5V|no
56
-  [MKS SBASE](http://forums.reprap.org/read.php?13,499322)|LPC1768 ARM-Cortex M3|100MHz|512k|32+16+16k|3.3-5V|no
55
+  [Re-ARM](https://www.kickstarter.com/projects/1245051645/re-arm-for-ramps-simple-32-bit-upgrade)|[LPC1768 ARM-Cortex M3](https://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/lpc-cortex-m-mcus/lpc1700-cortex-m3/512kb-flash-64kb-sram-ethernet-usb-lqfp100-package:LPC1768FBD100)|100MHz|512k|32+16+16k|3.3-5V|no
56
+  [MKS SBASE](https://reprap.org/forum/read.php?13,499322)|LPC1768 ARM-Cortex M3|100MHz|512k|32+16+16k|3.3-5V|no
57 57
   [Selena Compact](https://github.com/Ales2-k/Selena)|LPC1768 ARM-Cortex M3|100MHz|512k|32+16+16k|3.3-5V|no
58 58
   [Azteeg X5 GT](https://www.panucatt.com/azteeg_X5_GT_reprap_3d_printer_controller_p/ax5gt.htm)|LPC1769 ARM-Cortex M3|120MHz|512k|32+16+16k|3.3-5V|no
59 59
   [Smoothieboard](https://reprap.org/wiki/Smoothieboard)|LPC1769 ARM-Cortex M3|120MHz|512k|64k|3.3-5V|no
@@ -75,7 +75,7 @@ Marlin 2.0 introduces a layer of abstraction so that all the existing high-level
75 75
 
76 76
   boards|processor|speed|flash|sram|logic|fpu
77 77
   ----|---------|-----|-----|----|-----|---
78
-  [STEVAL-3DP001V1](https://www.st.com/en/evaluation-tools/steval-3dp001v1.html)|[STM32F401VE Arm-Cortex M4](http://www.st.com/en/microcontrollers/stm32f401ve.html)|84MHz|512k|64+32k|3.3-5V|yes
78
+  [STEVAL-3DP001V1](https://www.st.com/en/evaluation-tools/steval-3dp001v1.html)|[STM32F401VE Arm-Cortex M4](https://www.st.com/en/microcontrollers-microprocessors/stm32f401ve.html)|84MHz|512k|64+32k|3.3-5V|yes
79 79
 
80 80
   #### Teensy++ 2.0
81 81
 
@@ -110,12 +110,12 @@ Proposed patches should be submitted as a Pull Request against the ([bugfix-2.0.
110 110
 
111 111
 The current Marlin dev team consists of:
112 112
 
113
- - Scott Lahteine [[@thinkyhead](https://github.com/thinkyhead)] - USA &nbsp; [Donate](https://www.thinkyhead.com/donate-to-marlin) / Flattr: [![Flattr Scott](http://api.flattr.com/button/flattr-badge-small.png)](https://flattr.com/submit/auto?user_id=thinkyhead&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)
113
+ - Scott Lahteine [[@thinkyhead](https://github.com/thinkyhead)] - USA &nbsp; [Donate](https://www.thinkyhead.com/donate-to-marlin) / Flattr: [![Flattr Scott](https://api.flattr.com/button/flattr-badge-small.png)](https://flattr.com/submit/auto?user_id=thinkyhead&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)
114 114
  - Roxanne Neufeld [[@Roxy-3D](https://github.com/Roxy-3D)] - USA
115 115
  - Chris Pepper [[@p3p](https://github.com/p3p)] - UK
116 116
  - Bob Kuhn [[@Bob-the-Kuhn](https://github.com/Bob-the-Kuhn)] - USA
117 117
  - João Brazio [[@jbrazio](https://github.com/jbrazio)] - Portugal
118
- - Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)] - Netherlands &nbsp; [![Flattr Erik](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)
118
+ - Erik van der Zalm [[@ErikZalm](https://github.com/ErikZalm)] - Netherlands &nbsp; [![Flattr Erik](https://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=ErikZalm&url=https://github.com/MarlinFirmware/Marlin&title=Marlin&language=&tags=github&category=software)
119 119
 
120 120
 ## License
121 121
 

+ 2
- 2
buildroot/etc/udev/rules.d/99-platformio-udev.rules View File

@@ -4,7 +4,7 @@
4 4
 # you may not use this file except in compliance with the License.
5 5
 # You may obtain a copy of the License at
6 6
 #
7
-#    http://www.apache.org/licenses/LICENSE-2.0
7
+#    https://www.apache.org/licenses/LICENSE-2.0
8 8
 #
9 9
 # Unless required by applicable law or agreed to in writing, software
10 10
 # distributed under the License is distributed on an "AS IS" BASIS,
@@ -16,7 +16,7 @@
16 16
 #
17 17
 # INSTALLATION
18 18
 #
19
-# Please visit > http://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
19
+# Please visit > https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
20 20
 #
21 21
 #####################################################################################
22 22
 

+ 1
- 1
buildroot/share/PlatformIO/boards/BigTree_Btt002.json View File

@@ -41,6 +41,6 @@
41 41
     "use_1200bps_touch": false,
42 42
     "wait_for_upload_port": false
43 43
   },
44
-  "url": "http://www.st.com/en/microcontrollers/stm32f407vg.html",
44
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407vg.html",
45 45
   "vendor": "Generic"
46 46
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/BigTree_GTR_v1.json View File

@@ -41,6 +41,6 @@
41 41
     "use_1200bps_touch": false,
42 42
     "wait_for_upload_port": false
43 43
   },
44
-  "url": "http://www.st.com/en/microcontrollers/stm32f407zg.html",
44
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407zg.html",
45 45
   "vendor": "Generic"
46 46
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/BigTree_SKR_Pro.json View File

@@ -41,6 +41,6 @@
41 41
     "use_1200bps_touch": false,
42 42
     "wait_for_upload_port": false
43 43
   },
44
-  "url": "http://www.st.com/en/microcontrollers/stm32f407zg.html",
44
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407zg.html",
45 45
   "vendor": "Generic"
46 46
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/CHITU_F103.json View File

@@ -43,6 +43,6 @@
43 43
     "use_1200bps_touch": false,
44 44
     "wait_for_upload_port": false
45 45
   },
46
-  "url": "http://www.st.com/en/microcontrollers/stm32f103ze.html",
46
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f103ze.html",
47 47
   "vendor": "Generic"
48 48
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/FLYF407ZG.json View File

@@ -59,6 +59,6 @@
59 59
     "use_1200bps_touch": false,
60 60
     "wait_for_upload_port": false
61 61
   },
62
-  "url": "http://www.st.com/en/microcontrollers/stm32f407ZG.html",
62
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ZG.html",
63 63
   "vendor": "Generic"
64 64
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/LERDGE.json View File

@@ -59,6 +59,6 @@
59 59
     "use_1200bps_touch": false,
60 60
     "wait_for_upload_port": false
61 61
   },
62
-  "url": "http://www.st.com/en/microcontrollers/stm32f407ZG.html",
62
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ZG.html",
63 63
   "vendor": "Generic"
64 64
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/blackSTM32F407VET6.json View File

@@ -59,6 +59,6 @@
59 59
     "use_1200bps_touch": false,
60 60
     "wait_for_upload_port": false
61 61
   },
62
-  "url": "http://www.st.com/en/microcontrollers/stm32f407ve.html",
62
+  "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f407ve.html",
63 63
   "vendor": "Generic"
64 64
 }

+ 1
- 1
buildroot/share/PlatformIO/boards/malyanM200.json View File

@@ -30,6 +30,6 @@
30 30
     "use_1200bps_touch": false,
31 31
     "wait_for_upload_port": false
32 32
   },
33
-  "url": "http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103cb.html",
33
+  "url": "https://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103cb.html",
34 34
   "vendor": "Generic"
35 35
 }

+ 2
- 2
buildroot/share/fonts/README.md View File

@@ -5,7 +5,7 @@
5 5
 The original author of the following font files is [A. Hardtung](https://github.com/AnHardt).
6 6
 
7 7
 Any copyright is dedicated to the Public Domain.
8
-http://creativecommons.org/publicdomain/zero/1.0/
8
+https://creativecommons.org/publicdomain/zero/1.0/
9 9
 
10 10
  - HD44780_C.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
11 11
  - HD44780_J.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
@@ -20,4 +20,4 @@ Additional changes to the original font files distributed with Marlin are copyri
20 20
 
21 21
 
22 22
 ## Documentation
23
-For detailed information about [adding new fonts](http://www.marlinfw.org/docs/development/fonts.html) to Marlin visit our documentation website.
23
+For detailed information about [adding new fonts](https://www.marlinfw.org/docs/development/fonts.html) to Marlin visit our documentation website.

+ 2
- 2
buildroot/share/fonts/uxggenpages.md View File

@@ -99,11 +99,11 @@ At this time, the font file `marlin-6x12-3.bdf` is used to generate the font dat
99 99
 
100 100
 - [WQY](http://wenq.org/)
101 101
 - [WQY 9pt bitmap font](http://wenq.org/daily/wqy-bitmapfont-bdf-gb18030-nightly_build.tar.gz)
102
-- [unifont (16x8 or 16x16)](http://unifoundry.com/unifont.html)
102
+- [unifont (16x8 or 16x16)](https://unifoundry.com/unifont.html)
103 103
 
104 104
 Documents related to the old version of the language engine:
105 105
 
106
-- [Marlin Fonts Documentation](http://www.marlinfw.org/docs/development/fonts.html)
106
+- [Marlin Fonts Documentation](https://www.marlinfw.org/docs/development/fonts.html)
107 107
 - [Marlin LCD Language](https://marlinfw.org/docs/development/lcd_language.html)
108 108
 - [U8GLIB](https://github.com/olikraus/u8glib.git)
109 109
 - [UTF-8 for U8GLIB](https://github.com/yhfudev/u8glib-fontutf8.git)

+ 2
- 2
buildroot/share/scripts/createTemperatureLookupMarlin.py View File

@@ -2,10 +2,10 @@
2 2
 """Thermistor Value Lookup Table Generator
3 3
 
4 4
 Generates lookup to temperature values for use in a microcontroller in C format based on:
5
-http://en.wikipedia.org/wiki/Steinhart-Hart_equation
5
+https://en.wikipedia.org/wiki/Steinhart-Hart_equation
6 6
 
7 7
 The main use is for Arduino programs that read data from the circuit board described here:
8
-http://reprap.org/wiki/Temperature_Sensor_v2.0
8
+https://reprap.org/wiki/Temperature_Sensor_v2.0
9 9
 
10 10
 Usage: python createTemperatureLookupMarlin.py [options]
11 11
 

+ 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
-#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         https://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
-#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
187
+#      https://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, http://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, https://www.fischl.de/usbasp/";
420 420
   type  = usbasp;
421 421
 ;
422 422
 
423 423
 programmer
424 424
   id    = "usbtiny";
425
-  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, https://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, http://www.bsdhome.com/avrdude/";
599
+  desc  = "Brian Dean's Programmer, https://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, http://nightshade.homeip.net/";
658
+  desc   = "Nightshade ALF-PgmAVR, https://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, http://www.picoweb.net/";
685
+  desc   = "Picoweb Programming Cable, https://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 <http://micro-research.co.th/> micro-research.co.th";
746
+  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <https://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 <http://www.ere.co.th/download/sch050713.pdf>";
756
+  desc  = "ERE ISP-AVR <https://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 http://electropol.free.fr)
776
+# disconnect port (download on https://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
-# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
790
+# https://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 <http://www.lancos.com/siprogsch.html>";
839
+  desc  = "Lancos SI-Prog <https://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
-#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         https://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
-#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
187
+#      https://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, http://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, https://www.fischl.de/usbasp/";
420 420
   type  = usbasp;
421 421
 ;
422 422
 
423 423
 programmer
424 424
   id    = "usbtiny";
425
-  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, https://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, http://www.bsdhome.com/avrdude/";
599
+  desc  = "Brian Dean's Programmer, https://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, http://nightshade.homeip.net/";
658
+  desc   = "Nightshade ALF-PgmAVR, https://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, http://www.picoweb.net/";
685
+  desc   = "Picoweb Programming Cable, https://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 <http://micro-research.co.th/> micro-research.co.th";
746
+  desc  = "AT-ISP V1.1 programming cable for AVR-SDK1 from <https://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 <http://www.ere.co.th/download/sch050713.pdf>";
756
+  desc  = "ERE ISP-AVR <https://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 http://electropol.free.fr)
776
+# disconnect port (download on https://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
-# http://www.atmel.com/dyn/products/tools_card.asp?tool_id=2877
790
+# https://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 <http://www.lancos.com/siprogsch.html>";
839
+  desc  = "Lancos SI-Prog <https://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
-#         http://www.atmel.com/atmel/acrobat/doc1280.pdf
150
+#         https://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
-#      http://www.atmel.com/atmel/acrobat/doc2525.pdf
187
+#      https://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, http://www.fischl.de/usbasp/";
419
+  desc  = "USBasp, https://www.fischl.de/usbasp/";
420 420
   type  = usbasp;
421 421
 ;
422 422
 
423 423
 programmer
424 424
   id    = "usbtiny";
425
-  desc  = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
425
+  desc  = "USBtiny simple USB programmer, https://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 <http://www.lancos.com/siprogsch.html>";
633
+  desc  = "Lancos SI-Prog <https://www.lancos.com/siprogsch.html>";
634 634
   type  = serbb;
635 635
   reset = ~3;
636 636
   sck   = 7;

+ 1
- 1
platformio.ini View File

@@ -769,7 +769,7 @@ upload_command    = dfu-util -a 0 -s 0x08010000:leave -D "$SOURCE"
769 769
 
770 770
 #
771 771
 # STM32F407VET6 with RAMPS-like shield
772
-# 'Black' STM32F407VET6 board - http://wiki.stm32duino.com/index.php?title=STM32F407
772
+# 'Black' STM32F407VET6 board - https://wiki.stm32duino.com/index.php?title=STM32F407
773 773
 # Shield - https://github.com/jmz52/Hardware
774 774
 #
775 775
 [env:STM32F407VE_black]

Loading…
Cancel
Save