fix:修改RS485通讯引脚

RS485通讯引脚改为串口2,引脚:RX:PB05 TX:PB04 RS485_DR:PB03
This commit is contained in:
caocong
2026-02-25 10:29:57 +08:00
commit 2815979c8a
77 changed files with 16491 additions and 0 deletions

14
Source/cdkws.mk Normal file
View File

@@ -0,0 +1,14 @@
.PHONY: clean All Project_Title Project_Build
All: Project_Title Project_Build
Project_Title:
@echo "----------Building project:[ MD203F8P - BuildSet ]----------"
Project_Build:
@make -r -f MD203F8P.mk -j 8 -C ./
clean:
@echo "----------Cleaning project:[ MD203F8P - BuildSet ]----------"