基本固化

This commit is contained in:
2025-03-19 22:25:10 +08:00
parent f89a217c13
commit 97c231cf1b
13 changed files with 1014 additions and 916 deletions
@@ -27,22 +27,7 @@ Project File Date: 02/23/2025
<h2>Output:</h2>
*** Using Compiler 'V5.03 [Build 24]', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
Build target 'stepmotorControlor'
compiling bsp.c...
..\BSP\bsp.h(214): warning: #1295-D: Deprecated declaration SYS_initParam - give arg types
void SYS_initParam();
..\BSP\bsp.h(215): warning: #1295-D: Deprecated declaration SYS_getParam - give arg types
void SYS_getParam();
..\BSP\bsp.h(216): warning: #1295-D: Deprecated declaration SYS_setParam - give arg types
void SYS_setParam();
..\BSP\bsp.c(157): warning: #177-D: variable "voltage" was declared but never referenced
float voltage = -1;
..\BSP\bsp.c(523): warning: #223-D: function "malloc" declared implicitly
serial->recv_buff = (uint8_t *)malloc(recv_len);
..\BSP\bsp.c: 5 warnings, 0 errors
linking...
Program Size: Code=21108 RO-data=620 RW-data=72 ZI-data=17392
FromELF: creating hex file...
"stepmotorControlor\stepmotorControlor.axf" - 0 Error(s), 5 Warning(s).
"stepmotorControlor\stepmotorControlor.axf" - 0 Error(s), 0 Warning(s).
<h2>Software Packages used:</h2>
@@ -66,7 +51,7 @@ Package Vendor: Keil
* Component: ARM::CMSIS:CORE:5.6.0
Include file: CMSIS/Core/Include/tz_context.h
Build Time Elapsed: 00:00:02
Build Time Elapsed: 00:00:00
</pre>
</body>
</html>