Browse Source

Update README MCU/boards (#17827)

Axel 4 years ago
parent
commit
ac5249a76c
No account linked to committer's email address
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

@@ -69,6 +69,12 @@ Marlin 2.0 introduces a layer of abstraction so that all the existing high-level
69 69
   boards|processor|speed|flash|sram|logic|fpu
70 70
   ----|---------|-----|-----|----|-----|---
71 71
   [Arduino STM32](https://github.com/rogerclarkmelbourne/Arduino_STM32)|[STM32F1](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) ARM-Cortex M3|72MHz|256-512k|48-64k|3.3V|no
72
+  [Geeetech3D GTM32](https://github.com/Geeetech3D/Diagram/blob/master/Rostock301/Hardware_GTM32_PRO_VB.pdf)|[STM32F1](https://www.st.com/en/microcontrollers-microprocessors/stm32f103.html) ARM-Cortex M3|72MHz|256-512k|48-64k|3.3V|no
73
+ 
74
+  #### STM32F4
75
+
76
+  boards|processor|speed|flash|sram|logic|fpu
77
+  ----|---------|-----|-----|----|-----|---
72 78
   [STEVAL-3DP001V1](http://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
73 79
 
74 80
   #### Teensy++ 2.0

Loading…
Cancel
Save