From f61f19e571c8effbdb509e3550e5ed65deeaffb7 Mon Sep 17 00:00:00 2001
From: WXK <287788329@qq.com>
Date: 星期二, 20 二月 2024 15:36:25 +0800
Subject: [PATCH] 版本V2.5,修复恢复出厂设置bug,并把GPS启动间隔放到临近基站2的位置,并且临近基站初始化默认10

---
 MDK-ARM/L071/L071.build_log.htm |   95 +++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 91 insertions(+), 4 deletions(-)

diff --git a/MDK-ARM/L071/L071.build_log.htm b/MDK-ARM/L071/L071.build_log.htm
index 6463ff6..13a94ab 100644
--- a/MDK-ARM/L071/L071.build_log.htm
+++ b/MDK-ARM/L071/L071.build_log.htm
@@ -22,12 +22,99 @@
  
 <h2>Project:</h2>
 C:\git\XRange_Tag - 兰州机场\MDK-ARM\L071.uvprojx
-Project File Date:  01/31/2024
+Project File Date:  02/20/2024
 
 <h2>Output:</h2>
 *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'
-Build target 'L071'
-"L071\L071.axf" - 0 Error(s), 0 Warning(s).
+Rebuild target 'L071'
+assembling startup_stm32l071xx.s...
+compiling DBG.c...
+compiling ADC.c...
+compiling Battery.c...
+compiling global_param.c...
+..\APL\global_param.c(119): warning:  #1-D: last line of file ends without a newline
+  }
+..\APL\global_param.c: 1 warning, 0 errors
+compiling stm32l0xx_it.c...
+compiling stm32l0xx_hal_msp.c...
+compiling dw_sync.c...
+compiling dw_app.c...
+compiling serial_at_cmd_app.c...
+compiling Power.c...
+compiling Beep.c...
+compiling Shell.c...
+compiling lora.c...
+compiling APL.c...
+..\APL\APL.c(152): warning:  #177-D: function "IsDisassemblyAlarm"  was declared but never referenced
+  static HIDO_BOOL IsDisassemblyAlarm(void)
+..\APL\APL.c(255): warning:  #177-D: function "IsVibration"  was declared but never referenced
+  static HIDO_BOOL IsVibration(void)
+..\APL\APL.c: 2 warnings, 0 errors
+compiling main.c...
+../Core/Src/main.c(221): warning:  #223-D: function "Reboot_init" declared implicitly
+              Reboot_init();
+../Core/Src/main.c(258): warning:  #223-D: function "HIDO_Debug" declared implicitly
+          HIDO_Debug("有效测距%d\r\n",youxiao_ceju);
+../Core/Src/main.c(879): warning:  #223-D: function "Beep_Off" declared implicitly
+          Beep_Off();
+../Core/Src/main.c(496): warning:  #177-D: function "MX_IWDG_Init"  was declared but never referenced
+  static void MX_IWDG_Init(void)
+../Core/Src/main.c: 4 warnings, 0 errors
+compiling GPS.c...
+..\FML\GPS.c(49): warning:  #550-D: variable "l_astGPSPin"  was set but never used
+  static ST_GPIO l_astGPSPin[GPS_PIN_LAST];
+..\FML\GPS.c: 1 warning, 0 errors
+compiling dps310.c...
+compiling deca_params_init.c...
+compiling ss_dw_tag_core.c...
+..\APL\ss_dw_tag_core.c(210): warning:  #940-D: missing return statement at end of non-void function "FindNearBasePos" 
+  }
+..\APL\ss_dw_tag_core.c: 1 warning, 0 errors
+compiling deca_range_tables.c...
+compiling Reboot.c...
+compiling GPIO.c...
+compiling SPI.c...
+compiling BSP.c...
+compiling Flash.c...
+compiling stm32l0xx_hal_i2c_ex.c...
+compiling stm32l0xx_hal_adc_ex.c...
+compiling UART.c...
+compiling WS2812.c...
+compiling dw_driver.c...
+compiling stm32l0xx_hal.c...
+compiling stm32l0xx_hal_adc.c...
+compiling dps368_test.c...
+compiling lis3dh_driver.c...
+..\ExternalDevices\lis3dh_driver.c(142): warning:  #940-D: missing return statement at end of non-void function "mir3da_register_read" 
+  }
+..\ExternalDevices\lis3dh_driver.c(149): warning:  #940-D: missing return statement at end of non-void function "mir3da_register_write" 
+  }
+..\ExternalDevices\lis3dh_driver.c: 2 warnings, 0 errors
+compiling deca_device.c...
+compiling stm32l0xx_hal_i2c.c...
+compiling stm32l0xx_hal_rcc_ex.c...
+compiling stm32l0xx_hal_flash_ramfunc.c...
+compiling stm32l0xx_hal_rcc.c...
+compiling stm32l0xx_hal_flash.c...
+compiling stm32l0xx_hal_dma.c...
+compiling stm32l0xx_hal_uart_ex.c...
+compiling stm32l0xx_hal_pwr.c...
+compiling stm32l0xx_hal_cortex.c...
+compiling stm32l0xx_hal_flash_ex.c...
+compiling stm32l0xx_hal_gpio.c...
+compiling stm32l0xx_hal_pwr_ex.c...
+compiling stm32l0xx_hal_exti.c...
+compiling stm32l0xx_hal_tim_ex.c...
+compiling stm32l0xx_hal_iwdg.c...
+compiling stm32l0xx_hal_lptim.c...
+compiling system_stm32l0xx.c...
+compiling stm32l0xx_hal_spi.c...
+compiling stm32l0xx_hal_uart.c...
+compiling stm32l0xx_hal_tim.c...
+linking...
+Program Size: Code=40472 RO-data=1076 RW-data=1192 ZI-data=12480  
+FromELF: creating hex file...
+"L071\L071.axf" - 0 Error(s), 11 Warning(s).
 
 <h2>Software Packages used:</h2>
 
@@ -50,7 +137,7 @@
 <h2>Collection of Component Files used:</h2>
 
    * Component: ARM::CMSIS:CORE:5.4.0
-Build Time Elapsed:  00:00:00
+Build Time Elapsed:  00:00:07
 </pre>
 </body>
 </html>

--
Gitblit v1.9.3