From f03cf3ae7a36954e64fc014e6bb7afd20c5a5247 Mon Sep 17 00:00:00 2001
From: jinlicong <493886250@qq.com>
Date: Wed, 12 Jun 2024 17:22:08 +0800
Subject: [PATCH] 增加IAP功能,准备测试上位机升级

---
 KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp b/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp
index a31dc6f..1354642 100644
--- a/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp
+++ b/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp
@@ -38,6 +38,7 @@
 ".\objects\system_mem_para.o"
 ".\objects\upper_com.o"
 ".\objects\upper_com_data_pro.o"
+".\objects\upper_com_iap_pro.o"
 ".\objects\wireless_remote_comm.o"
 ".\objects\wrc_sizhu_v4.o"
 ".\objects\lcd.o"
@@ -94,7 +95,7 @@
 ".\objects\mbrtu.o"
 ".\objects\startup_fm33a0xxev.o"
 ".\objects\system_fm33a0xxev.o"
---library_type=microlib --strict --scatter ".\sct\fm33a06xev_test.sct"
+--library_type=microlib --strict --scatter ".\Objects\SZV103_FM33A0_MainSystem.sct"
 --summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols
 --info sizes --info totals --info unused --info veneers
 --list ".\Listings\SZV103_FM33A0_MainSystem.map" -o .\Objects\SZV103_FM33A0_MainSystem.axf
\ No newline at end of file

--
Gitblit v1.9.3