From 5f233123900cccf931ee970202c12ccdecc85377 Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 12 三月 2024 09:50:43 +0800 Subject: [PATCH] 版本2.7 修改灯的逻辑,充电时设备不再进入静止休眠状态,不再发射uwb lora 运行gps --- MDK-ARM/L071/L071.build_log.htm | 95 ++--------------------------------------------- 1 files changed, 4 insertions(+), 91 deletions(-) diff --git a/MDK-ARM/L071/L071.build_log.htm b/MDK-ARM/L071/L071.build_log.htm index 13a94ab..6b14c71 100644 --- a/MDK-ARM/L071/L071.build_log.htm +++ b/MDK-ARM/L071/L071.build_log.htm @@ -22,99 +22,12 @@ <h2>Project:</h2> C:\git\XRange_Tag - 兰州机场\MDK-ARM\L071.uvprojx -Project File Date: 02/20/2024 +Project File Date: 03/12/2024 <h2>Output:</h2> *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' -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). +Build target 'L071' +"L071\L071.axf" - 0 Error(s), 0 Warning(s). <h2>Software Packages used:</h2> @@ -137,7 +50,7 @@ <h2>Collection of Component Files used:</h2> * Component: ARM::CMSIS:CORE:5.4.0 -Build Time Elapsed: 00:00:07 +Build Time Elapsed: 00:00:01 </pre> </body> </html> -- Gitblit v1.9.3