瀏覽代碼

Update readme.md

victorpv 7 年之前
父節點
當前提交
084f2434a7
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 4 行新增2 行删除
  1. 4
    2
      Marlin/src/HAL/HAL_STM32F1/README.md

+ 4
- 2
Marlin/src/HAL/HAL_STM32F1/README.md 查看文件

1
 # This HAL is for STM32F103 boards used with libmaple/stm32duino Arduino core.
1
 # This HAL is for STM32F103 boards used with libmaple/stm32duino Arduino core.
2
 
2
 
3
-# This HAL is in development and has not been tested with an actual printer.
3
+# This HAL is in development. Currently has been tested in Malyan M200 (103CBT6), Chitu 3d (103ZET6), and custom boards(103VET6).
4
 
4
 
5
 ### The stm32 core needs a modification in the file util.h to avoid conflict with Marlin macros for Debug.
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.
6
 Since only 1 file needs change in the stm32duino core, it's preferable over making changes to Marlin.
22
 
22
 
23
 ### Main developers:
23
 ### Main developers:
24
 Victorpv
24
 Victorpv
25
+xC000005
25
 
26
 
26
 
27
 
27
 ### Most up to date repository for this HAL:
28
 ### Most up to date repository for this HAL:
28
 https://github.com/victorpv/Marlin/tree/bugfix-2.0.x
29
 https://github.com/victorpv/Marlin/tree/bugfix-2.0.x
29
 
30
 
30
-PRs should be first sent to that fork, and once tested merged to Marlin bugfix-2.0.x branch.
31
+PRs should only be sent to Marlin bugfix-2.0.x branch once tested in printing so not to introduce new bugs.
32
+For testing/dev, you can submit to the above branch
31
 
33
 
32
 
34
 

Loading…
取消
儲存