From c8240d55741f0ed86099a0a8c616f4fc68372134 Mon Sep 17 00:00:00 2001 From: yincheng.zhong <634916154@qq.com> Date: 星期四, 25 十二月 2025 10:17:55 +0800 Subject: [PATCH] OTA功能测试完成,4G超时时间异常,出现4G中断情况,等杜工修改。 --- STM32H743/MDK-ARM/STM32H743/STM32H743.lnp | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp b/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp index e23d8e5..a678f78 100644 --- a/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp +++ b/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp @@ -15,6 +15,9 @@ "stm32h743\mqttclient.o" "stm32h743\msgpack.o" "stm32h743\mqttapp.o" +"stm32h743\pathstorage.o" +"stm32h743\pathtest.o" +"stm32h743\otaupgrade.o" "stm32h743\dbg.o" "stm32h743\ntripclient.o" "stm32h743\module.o" @@ -30,12 +33,18 @@ "stm32h743\sbus.o" "stm32h743\pythonlink.o" "stm32h743\mqtt.o" -"stm32h743\eg800mqtt_1.o" +"stm32h743\eg800mqtt.o" +"stm32h743\httpclient.o" +"stm32h743\filedownload.o" "stm32h743\uart.o" "stm32h743\mcuflash.o" +"stm32h743\softcrc.o" +"stm32h743\bootmark.o" "stm32h743\stm32h7xx_hal_tim.o" "stm32h743\stm32h7xx_hal_tim_ex.o" "stm32h743\stm32h7xx_hal_cortex.o" +"stm32h743\stm32h7xx_hal_crc.o" +"stm32h743\stm32h7xx_hal_crc_ex.o" "stm32h743\stm32h7xx_hal_rcc.o" "stm32h743\stm32h7xx_hal_rcc_ex.o" "stm32h743\stm32h7xx_hal_flash.o" @@ -65,11 +74,13 @@ "stm32h743\heap_4.o" "stm32h743\port.o" "..\HIDOLibrary\HIDOLibrary.lib" +"stm32h743\hido_timer.o" "stm32h743\motion_control.o" "stm32h743\motion_path_data.o" "stm32h743\geo_utils.o" "stm32h743\motion_control_task.o" "stm32h743\motion_calibration_task.o" +"stm32h743\aes.o" "stm32h743\basicmathfunctions.o" "stm32h743\basicmathfunctionsf16.o" "stm32h743\bayesfunctions.o" @@ -99,7 +110,7 @@ "stm32h743\transformfunctions.o" "stm32h743\transformfunctionsf16.o" "stm32h743\windowfunctions.o" ---strict --scatter "STM32H743\STM32H743.sct" +--library_type=microlib --strict --scatter "STM32H743\STM32H743.sct" --summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols --info sizes --info totals --info unused --info veneers --list "STM32H743.map" -o STM32H743\STM32H743.axf \ No newline at end of file -- Gitblit v1.10.0