Browse Source

📝 README Updates (#24564)

lukasradek 1 year ago
parent
commit
0f0edd2e37
4 changed files with 13 additions and 11 deletions
  1. 8
    6
      README.md
  2. 2
    2
      ini/stm32f1-maple.ini
  3. 2
    2
      ini/stm32f1.ini
  4. 1
    1
      ini/stm32g0.ini

+ 8
- 6
README.md View File

@@ -15,13 +15,13 @@
15 15
 Additional documentation can be found at the [Marlin Home Page](https://marlinfw.org/).
16 16
 Please test this firmware and let us know if it misbehaves in any way. Volunteers are standing by!
17 17
 
18
-## Marlin 2.0 Bugfix Branch
18
+## Marlin 2.1 Bugfix Branch
19 19
 
20 20
 __Not for production use. Use with caution!__
21 21
 
22
-Marlin 2.0 takes this popular RepRap firmware to the next level by adding support for much faster 32-bit and ARM-based boards while improving support for 8-bit AVR boards. Read about Marlin's decision to use a "Hardware Abstraction Layer" below.
22
+Marlin 2.1 takes this popular RepRap firmware to the next level by adding support for much faster 32-bit and ARM-based boards while improving support for 8-bit AVR boards. Read about Marlin's decision to use a "Hardware Abstraction Layer" below.
23 23
 
24
-This branch is for patches to the latest 2.0.x release version. Periodically this branch will form the basis for the next minor 2.0.x release.
24
+This branch is for patches to the latest 2.1.x release version. Periodically this branch will form the basis for the next minor 2.1.x release.
25 25
 
26 26
 Download earlier versions of Marlin on the [Releases page](https://github.com/MarlinFirmware/Marlin/releases).
27 27
 
@@ -29,13 +29,13 @@ Download earlier versions of Marlin on the [Releases page](https://github.com/Ma
29 29
 
30 30
 Before building Marlin you'll need to configure it for your specific hardware. Your vendor should have already provided source code with configurations for the installed firmware, but if you ever decide to upgrade you'll need updated configuration files. Marlin users have contributed dozens of tested example configurations to get you started. Visit the [MarlinFirmware/Configurations](https://github.com/MarlinFirmware/Configurations) repository to find the right configuration for your hardware.
31 31
 
32
-## Building Marlin 2.0
32
+## Building Marlin 2.1
33 33
 
34
-To build Marlin 2.0 you'll need [Arduino IDE 1.8.8 or newer](https://www.arduino.cc/en/main/software) or [PlatformIO](https://docs.platformio.org/en/latest/ide.html#platformio-ide). We've posted detailed instructions on [Building Marlin with Arduino](https://marlinfw.org/docs/basics/install_arduino.html) and [Building Marlin with PlatformIO for ReArm](https://marlinfw.org/docs/basics/install_rearm.html) (which applies well to other 32-bit boards).
34
+To build Marlin 2.1 you'll need [Arduino IDE 1.8.8 or newer](https://www.arduino.cc/en/main/software) or [PlatformIO](https://docs.platformio.org/en/latest/ide.html#platformio-ide). We've posted detailed instructions on [Building Marlin with Arduino](https://marlinfw.org/docs/basics/install_arduino.html) and [Building Marlin with PlatformIO for ReArm](https://marlinfw.org/docs/basics/install_rearm.html) (which applies well to other 32-bit boards).
35 35
 
36 36
 ## Hardware Abstraction Layer (HAL)
37 37
 
38
-Marlin 2.0 introduces a layer of abstraction so that all the existing high-level code can be built for 32-bit platforms while still retaining full 8-bit AVR compatibility. Retaining AVR compatibility and a single code-base is important to us, because we want to make sure that features and patches get as much testing and attention as possible, and that all platforms always benefit from the latest improvements.
38
+Marlin 2.0 introduced a layer of abstraction to allow all the existing high-level code to be built for 32-bit platforms while still retaining full 8-bit AVR compatibility. Retaining AVR compatibility and a single code-base is important to us, because we want to make sure that features and patches get as much testing and attention as possible, and that all platforms always benefit from the latest improvements.
39 39
 
40 40
 ### Supported Platforms
41 41
 
@@ -50,6 +50,8 @@ Marlin 2.0 introduces a layer of abstraction so that all the existing high-level
50 50
   [STM32F103](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html)|ARM® Cortex-M3|Malyan M200, GTM32 Pro, MKS Robin, BTT SKR Mini
51 51
   [STM32F401](https://www.st.com/en/microcontrollers-microprocessors/stm32f401.html)|ARM® Cortex-M4|ARMED, Rumba32, SKR Pro, Lerdge, FYSETC S6, Artillery Ruby
52 52
   [STM32F7x6](https://www.st.com/en/microcontrollers-microprocessors/stm32f7x6.html)|ARM® Cortex-M7|The Borg, RemRam V1
53
+  [STM32G0B1RET6](https://www.st.com/en/microcontrollers-microprocessors/stm32g0x1.html)|ARM® Cortex-M0+|BigTreeTech SKR mini E3 V3.0
54
+  [STM32H743xIT6](https://www.st.com/en/microcontrollers-microprocessors/stm32h743-753.html)|ARM® Cortex-M7|BigTreeTech SKR V3.0, SKR EZ V3.0, SKR SE BX V2.0/V3.0
53 55
   [SAMD51P20A](https://www.adafruit.com/product/4064)|ARM® Cortex-M4|Adafruit Grand Central M4
54 56
   [Teensy 3.5](https://www.pjrc.com/store/teensy35.html)|ARM® Cortex-M4|
55 57
   [Teensy 3.6](https://www.pjrc.com/store/teensy36.html)|ARM® Cortex-M4|

+ 2
- 2
ini/stm32f1-maple.ini View File

@@ -92,7 +92,7 @@ debug_tool      = stlink
92 92
 upload_protocol = serial
93 93
 
94 94
 #
95
-# BigTree SKR Mini V1.1 / SKR Mini E3 & MZ (STM32F103RCT6 ARM Cortex-M3)
95
+# BigTreeTech SKR Mini V1.1 / SKR Mini E3 & MZ (STM32F103RCT6 ARM Cortex-M3)
96 96
 #
97 97
 #   STM32F103RC_btt_maple ............. RCT6 with 256K
98 98
 #   STM32F103RC_btt_USB_maple ......... RCT6 with 256K (USB mass storage)
@@ -145,7 +145,7 @@ board_build.address  = 0x08010000
145 145
 board_build.ldscript = crealityPro.ld
146 146
 
147 147
 #
148
-# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
148
+# BigTreeTech SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
149 149
 #
150 150
 #   STM32F103RE_btt_maple ............. RET6
151 151
 #   STM32F103RE_btt_USB_maple ......... RET6 (USB mass storage)

+ 2
- 2
ini/stm32f1.ini View File

@@ -51,7 +51,7 @@ board         = genericSTM32F103ZE
51 51
 monitor_speed = 115200
52 52
 
53 53
 #
54
-# BigTree SKR Mini V1.1 / SKR Mini E3 & MZ (STM32F103RCT6 ARM Cortex-M3)
54
+# BigTreeTech SKR Mini V1.1 / SKR Mini E3 & MZ (STM32F103RCT6 ARM Cortex-M3)
55 55
 #
56 56
 #   STM32F103RC_btt ............. RCT6 with 256K
57 57
 #   STM32F103RC_btt_USB ......... RCT6 with 256K (USB mass storage)
@@ -171,7 +171,7 @@ extends = STM32F103Rx_creality_xfer
171 171
 board   = genericSTM32F103RC
172 172
 
173 173
 #
174
-# BigTree SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
174
+# BigTreeTech SKR Mini E3 V2.0 & DIP / SKR CR6 (STM32F103RET6 ARM Cortex-M3)
175 175
 #
176 176
 #   STM32F103RE_btt ............. RET6
177 177
 #   STM32F103RE_btt_USB ......... RET6 (USB mass storage)

+ 1
- 1
ini/stm32g0.ini View File

@@ -20,7 +20,7 @@
20 20
 #################################
21 21
 
22 22
 #
23
-# BigTree SKR mini E3 V3.0 (STM32G0B1RET6 ARM Cortex-M0+)
23
+# BigTreeTech SKR mini E3 V3.0 (STM32G0B1RET6 ARM Cortex-M0+)
24 24
 #
25 25
 [env:STM32G0B1RE_btt]
26 26
 extends                     = stm32_variant

Loading…
Cancel
Save