From a05cacad5239ab3f35ffb58f443356b484e6cc1b Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Tue, 21 May 2024 19:17:22 +0800 Subject: [PATCH] 继续完善远传 --- KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp b/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp index a2cf011..4298142 100644 --- a/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp +++ b/KEIL_MDKARM/Objects/SZV103_FM33A0_MainSystem.lnp @@ -1,10 +1,11 @@ --cpu Cortex-M0 ".\objects\aes128.o" -".\objects\mbcrc.o" ".\objects\sizhu_ctrl_word.o" ".\objects\system_general_para.o" ".\objects\system_run_fun.o" ".\objects\main.o" +".\objects\linked_list.o" +".\objects\mbcrc1.o" ".\objects\user_init.o" ".\objects\delay.o" ".\objects\rcc_config.o" @@ -23,6 +24,9 @@ ".\objects\off_chip_flash.o" ".\objects\bootloader_iap.o" ".\objects\eeprom.o" +".\objects\valve_control.o" +".\objects\power_manage.o" +".\objects\billing.o" ".\objects\sizhu_alarm_record.o" ".\objects\sizhu_event_record.o" ".\objects\sizhu_history_record.o" @@ -31,6 +35,9 @@ ".\objects\system_flash_mem_manage.o" ".\objects\system_mem_para.o" ".\objects\upper_com.o" +".\objects\upper_com_data_pro.o" +".\objects\wireless_remote_comm.o" +".\objects\wrc_sizhu_v4.o" ".\objects\lcd.o" ".\objects\lcd_cfg_api.o" ".\objects\lcd_io_api.o" @@ -68,6 +75,24 @@ ".\objects\fm33a0xxev_uart.o" ".\objects\fm33a0xxev_vrtc.o" ".\objects\fm33a0xxev_wwdt.o" +".\objects\rs485_read_data.o" +".\objects\rs485_data_analysis_pro.o" +".\objects\pulse_and_alarm_line.o" +".\objects\mb.o" +".\objects\mbfunccoils.o" +".\objects\mbfuncdiag.o" +".\objects\mbfuncdisc.o" +".\objects\mbfuncholding.o" +".\objects\mbfuncinput.o" +".\objects\mbfuncother.o" +".\objects\mbutils.o" +".\objects\portevent.o" +".\objects\portserial.o" +".\objects\porttimer.o" +".\objects\regdefine.o" +".\objects\regport.o" +".\objects\mbcrc_1.o" +".\objects\mbrtu.o" ".\objects\startup_fm33a0xxev.o" ".\objects\system_fm33a0xxev.o" --library_type=microlib --strict --scatter ".\UFG220_FM33A0_MainSystem_User.sct" -- Gitblit v1.9.3