瀏覽代碼

Up-to-date STM32F1 README (#14386)

Tanguy Pruvot 5 年之前
父節點
當前提交
07dac315a9
共有 1 個檔案被更改,包括 7 行新增21 行删除
  1. 7
    21
      Marlin/src/HAL/HAL_STM32F1/README.md

+ 7
- 21
Marlin/src/HAL/HAL_STM32F1/README.md 查看文件

@@ -1,25 +1,11 @@
1
-# This HAL is for STM32F103 boards used with libmaple/stm32duino Arduino core.
1
+# STM32F1
2 2
 
3
-# This HAL is in development. Currently has been tested in Malyan M200 (103CBT6), Chitu 3d (103ZET6), and custom boards(103VET6).
3
+This HAL is for STM32F103 boards used with [Arduino STM32](https://github.com/rogerclarkmelbourne/Arduino_STM32) framework.
4 4
 
5
-### The stm32 core needs a modification in the file util.h to avoid conflict with Marlin macros for Debug.
6
-Since only 1 file needs change in the stm32duino core, it's preferable over making changes to Marlin.
7
-
8
-
9
-After these lines:
10
-<>
11
-#else
12
-#define ASSERT_FAULT(exp) (void)((0))
13
-#endif
14
-<>
5
+Currently has been tested in Malyan M200 (103CBT6), SKRmini (103RCT6), Chitu 3d (103ZET6), and various 103VET6 boards.
15 6
 
16 7
 ### Main developers:
17
-Victorpv
18
-xC000005
19
-
20
-
21
-### Most up to date repository for this HAL:
22
-https://github.com/victorpv/Marlin/tree/bugfix-2.0.x
23
-
24
-PRs should only be sent to Marlin bugfix-2.0.x branch once tested in printing so not to introduce new bugs.
25
-For testing/dev, you can submit to the above branch
8
+- Victorpv
9
+- xC000005
10
+- thisiskeithb
11
+- tpruvot

Loading…
取消
儲存