build(AutoGuideStick): 重新编译项目并更新日志文件

- 在 2025 年 6 月 9 日进行了重新编译
- 更新了 keil-assistant.log、uv4.log、uv4.log.lock 和 AutoGuideStick.build_log.htm 文件
- 新增了多个源文件的编译记录,包括 app_azure_rtos.c、gpdma.c、tx_initialize_high_level.c 等
- 程序大小增加:Code=54718 RO-data=726 RW-data=16 ZI-data=5296
- 构建时间延长至 00:00:24
This commit is contained in:
2025-06-09 21:52:49 +08:00
parent ac737fcd69
commit f48b55fe1d
213 changed files with 526 additions and 340 deletions

View File

@@ -33,3 +33,9 @@
[info] Log at : 2025/6/8|21:00:00|GMT+0800
[info] Log at : 2025/6/9|21:24:00|GMT+0800
[info] Log at : 2025/6/9|21:25:14|GMT+0800
[info] Log at : 2025/6/9|21:25:19|GMT+0800

View File

@@ -1,33 +1,34 @@
*** Using Compiler 'V6.21', folder: 'D:\keil5\ARM\ARMCLANG\Bin'
Build target 'AutoGuideStick'
compiling main.c...
compiling usart.c...
compiling app_threadx.c...
compiling stm32h5xx_hal_rcc.c...
compiling gpio.c...
compiling stm32h5xx_hal_rcc_ex.c...
compiling stm32h5xx_hal_cortex.c...
compiling memorymap.c...
compiling stm32h5xx_hal_msp.c...
compiling stm32h5xx_hal_timebase_tim.c...
compiling stm32h5xx_it.c...
compiling app_azure_rtos.c...
compiling gpdma.c...
compiling usart.c...
compiling gpio.c...
compiling stm32h5xx_hal_tim_ex.c...
compiling stm32h5xx_hal_flash.c...
compiling stm32h5xx_hal_flash_ex.c...
compiling stm32h5xx_hal_tim.c...
compiling stm32h5xx_hal_gpio.c...
compiling app_threadx.c...
compiling stm32h5xx_hal_cortex.c...
compiling stm32h5xx_hal_dma.c...
compiling main.c...
compiling stm32h5xx_hal_timebase_tim.c...
compiling stm32h5xx_hal_msp.c...
compiling stm32h5xx_it.c...
compiling stm32h5xx_hal_dma_ex.c...
compiling stm32h5xx_hal_rcc.c...
compiling stm32h5xx_hal_flash.c...
compiling stm32h5xx_hal_rcc_ex.c...
compiling stm32h5xx_hal_flash_ex.c...
compiling stm32h5xx_hal_gpio.c...
compiling stm32h5xx_hal_pwr.c...
compiling stm32h5xx_hal_pwr_ex.c...
compiling stm32h5xx_hal_dma_ex.c...
compiling stm32h5xx_hal.c...
compiling stm32h5xx_hal_exti.c...
compiling tx_initialize_high_level.c...
compiling stm32h5xx_hal_uart_ex.c...
compiling system_stm32h5xx.c...
compiling stm32h5xx_hal_uart.c...
compiling tx_initialize_high_level.c...
compiling tx_initialize_kernel_enter.c...
compiling stm32h5xx_hal_uart.c...
compiling tx_initialize_kernel_setup.c...
compiling tx_thread_stack_error_handler.c...
compiling tx_thread_stack_error_notify.c...
@@ -52,12 +53,12 @@ compiling tx_byte_release.c...
compiling tx_event_flags_cleanup.c...
compiling tx_event_flags_create.c...
compiling tx_event_flags_delete.c...
compiling tx_event_flags_get.c...
compiling tx_event_flags_info_get.c...
compiling tx_event_flags_get.c...
compiling tx_event_flags_initialize.c...
compiling tx_event_flags_set.c...
compiling tx_mutex_cleanup.c...
compiling tx_event_flags_set_notify.c...
compiling tx_mutex_cleanup.c...
compiling tx_mutex_create.c...
compiling tx_mutex_delete.c...
compiling tx_mutex_get.c...
@@ -97,8 +98,8 @@ compiling tx_thread_preemption_change.c...
compiling tx_thread_priority_change.c...
compiling tx_thread_relinquish.c...
compiling tx_thread_reset.c...
compiling tx_thread_resume.c...
compiling tx_thread_shell_entry.c...
compiling tx_thread_resume.c...
compiling tx_thread_sleep.c...
compiling tx_thread_stack_analyze.c...
compiling tx_thread_suspend.c...
@@ -182,8 +183,9 @@ compiling txe_timer_create.c...
compiling txe_timer_deactivate.c...
compiling txe_timer_delete.c...
compiling txe_timer_info_get.c...
compiling HCBle.c...
linking...
Program Size: Code=40362 RO-data=726 RW-data=16 ZI-data=4536
Program Size: Code=54718 RO-data=726 RW-data=16 ZI-data=5296
FromELF: creating hex file...
"AutoGuideStick\AutoGuideStick.axf" - 0 Error(s), 0 Warning(s).
Build Time Elapsed: 00:00:24

View File

@@ -1 +1 @@
2025/6/8 21:00:51
2025/6/9 21:28:26