From 820749d41d8bc0fdfeb1f10283a2ba3b426e60f2 Mon Sep 17 00:00:00 2001
From: yincheng.zhong <634916154@qq.com>
Date: 星期六, 22 十一月 2025 19:54:22 +0800
Subject: [PATCH] 增加DSP功能,但是FPU还有问题

---
 STM32H743/MDK-ARM/STM32H743/STM32H743.lnp |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp b/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp
index 751632d..bdb368c 100644
--- a/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp
+++ b/STM32H743/MDK-ARM/STM32H743/STM32H743.lnp
@@ -60,6 +60,34 @@
 "stm32h743\heap_4.o"
 "stm32h743\port.o"
 "..\HIDOLibrary\HIDOLibrary.lib"
+"stm32h743\basicmathfunctions.o"
+"stm32h743\basicmathfunctionsf16.o"
+"stm32h743\bayesfunctions.o"
+"stm32h743\bayesfunctionsf16.o"
+"stm32h743\commontables.o"
+"stm32h743\commontablesf16.o"
+"stm32h743\complexmathfunctions.o"
+"stm32h743\complexmathfunctionsf16.o"
+"stm32h743\controllerfunctions.o"
+"stm32h743\distancefunctions.o"
+"stm32h743\distancefunctionsf16.o"
+"stm32h743\fastmathfunctions.o"
+"stm32h743\fastmathfunctionsf16.o"
+"stm32h743\filteringfunctions.o"
+"stm32h743\filteringfunctionsf16.o"
+"stm32h743\interpolationfunctions.o"
+"stm32h743\interpolationfunctionsf16.o"
+"stm32h743\matrixfunctions.o"
+"stm32h743\matrixfunctionsf16.o"
+"stm32h743\quaternionmathfunctions.o"
+"stm32h743\svmfunctions.o"
+"stm32h743\svmfunctionsf16.o"
+"stm32h743\statisticsfunctions.o"
+"stm32h743\statisticsfunctionsf16.o"
+"stm32h743\supportfunctions.o"
+"stm32h743\supportfunctionsf16.o"
+"stm32h743\transformfunctions.o"
+"stm32h743\transformfunctionsf16.o"
 --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

--
Gitblit v1.10.0