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

View File

@@ -21,12 +21,195 @@ Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.2.0.0
Dialog DLL: TCM.DLL V1.56.4.0
<h2>Project:</h2>
D:\advance_stick\AutoGuideStick\MDK-ARM\AutoGuideStick.uvprojx
d:\advance_stick\AutoGuideStick\MDK-ARM\AutoGuideStick.uvprojx
Project File Date: 06/09/2025
<h2>Output:</h2>
*** Using Compiler 'V6.21', folder: 'D:\keil5\ARM\ARMCLANG\Bin'
Build target 'AutoGuideStick'
compiling memorymap.c...
compiling app_azure_rtos.c...
compiling gpdma.c...
compiling usart.c...
compiling gpio.c...
compiling stm32h5xx_hal_tim_ex.c...
compiling stm32h5xx_hal_tim.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.c...
compiling stm32h5xx_hal_exti.c...
compiling tx_initialize_high_level.c...
compiling stm32h5xx_hal_uart_ex.c...
compiling system_stm32h5xx.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...
compiling tx_thread_system_resume.c...
compiling tx_block_allocate.c...
compiling tx_block_pool_cleanup.c...
compiling tx_block_pool_create.c...
compiling tx_block_pool_delete.c...
compiling tx_block_pool_info_get.c...
compiling tx_block_pool_initialize.c...
compiling tx_block_pool_prioritize.c...
compiling tx_block_release.c...
compiling tx_byte_allocate.c...
compiling tx_byte_pool_cleanup.c...
compiling tx_byte_pool_create.c...
compiling tx_byte_pool_delete.c...
compiling tx_byte_pool_info_get.c...
compiling tx_byte_pool_initialize.c...
compiling tx_byte_pool_prioritize.c...
compiling tx_byte_pool_search.c...
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_info_get.c...
compiling tx_event_flags_get.c...
compiling tx_event_flags_initialize.c...
compiling tx_event_flags_set.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...
compiling tx_mutex_info_get.c...
compiling tx_mutex_initialize.c...
compiling tx_mutex_prioritize.c...
compiling tx_mutex_priority_change.c...
compiling tx_mutex_put.c...
compiling tx_queue_cleanup.c...
compiling tx_queue_create.c...
compiling tx_queue_delete.c...
compiling tx_queue_flush.c...
compiling tx_queue_front_send.c...
compiling tx_queue_info_get.c...
compiling tx_queue_initialize.c...
compiling tx_queue_prioritize.c...
compiling tx_queue_receive.c...
compiling tx_queue_send.c...
compiling tx_queue_send_notify.c...
compiling tx_semaphore_ceiling_put.c...
compiling tx_semaphore_cleanup.c...
compiling tx_semaphore_create.c...
compiling tx_semaphore_delete.c...
compiling tx_semaphore_get.c...
compiling tx_semaphore_info_get.c...
compiling tx_semaphore_initialize.c...
compiling tx_semaphore_prioritize.c...
compiling tx_semaphore_put.c...
compiling tx_semaphore_put_notify.c...
compiling tx_thread_create.c...
compiling tx_thread_delete.c...
compiling tx_thread_entry_exit_notify.c...
compiling tx_thread_identify.c...
compiling tx_thread_info_get.c...
compiling tx_thread_initialize.c...
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_shell_entry.c...
compiling tx_thread_resume.c...
compiling tx_thread_sleep.c...
compiling tx_thread_stack_analyze.c...
compiling tx_thread_suspend.c...
compiling tx_thread_system_preempt_check.c...
compiling tx_thread_system_suspend.c...
compiling tx_thread_terminate.c...
compiling tx_thread_time_slice.c...
compiling tx_thread_time_slice_change.c...
compiling tx_thread_timeout.c...
compiling tx_thread_wait_abort.c...
compiling tx_time_get.c...
compiling tx_time_set.c...
compiling txe_block_allocate.c...
compiling txe_block_pool_create.c...
compiling txe_block_pool_delete.c...
compiling txe_block_pool_info_get.c...
compiling txe_block_pool_prioritize.c...
compiling txe_block_release.c...
compiling txe_byte_allocate.c...
compiling txe_byte_pool_create.c...
compiling txe_byte_pool_delete.c...
compiling txe_byte_pool_info_get.c...
compiling txe_byte_pool_prioritize.c...
compiling txe_byte_release.c...
compiling txe_event_flags_create.c...
compiling txe_event_flags_delete.c...
compiling txe_event_flags_get.c...
compiling txe_event_flags_info_get.c...
compiling txe_event_flags_set.c...
compiling txe_event_flags_set_notify.c...
compiling txe_mutex_create.c...
compiling txe_mutex_delete.c...
compiling txe_mutex_get.c...
compiling txe_mutex_info_get.c...
compiling txe_mutex_prioritize.c...
compiling txe_mutex_put.c...
compiling txe_queue_create.c...
compiling txe_queue_delete.c...
compiling txe_queue_flush.c...
compiling txe_queue_front_send.c...
compiling txe_queue_info_get.c...
compiling txe_queue_prioritize.c...
compiling txe_queue_receive.c...
compiling txe_queue_send.c...
compiling txe_queue_send_notify.c...
compiling txe_semaphore_ceiling_put.c...
compiling txe_semaphore_create.c...
compiling txe_semaphore_delete.c...
compiling txe_semaphore_get.c...
compiling txe_semaphore_info_get.c...
compiling txe_semaphore_prioritize.c...
compiling txe_semaphore_put.c...
compiling txe_semaphore_put_notify.c...
compiling txe_thread_create.c...
compiling txe_thread_delete.c...
compiling txe_thread_entry_exit_notify.c...
compiling txe_thread_info_get.c...
compiling txe_thread_preemption_change.c...
compiling txe_thread_priority_change.c...
compiling txe_thread_relinquish.c...
compiling txe_thread_reset.c...
compiling txe_thread_resume.c...
compiling txe_thread_suspend.c...
compiling txe_thread_terminate.c...
compiling txe_thread_time_slice_change.c...
compiling txe_thread_wait_abort.c...
compiling tx_timer_activate.c...
compiling tx_timer_change.c...
compiling tx_timer_create.c...
compiling tx_timer_deactivate.c...
compiling tx_timer_delete.c...
compiling tx_timer_expiration_process.c...
compiling tx_timer_info_get.c...
compiling tx_timer_initialize.c...
compiling tx_timer_system_activate.c...
compiling tx_timer_system_deactivate.c...
compiling tx_timer_thread_entry.c...
compiling txe_timer_activate.c...
compiling txe_timer_change.c...
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=54718 RO-data=726 RW-data=16 ZI-data=5296
@@ -55,7 +238,7 @@ Package Vendor: Keil
* Component: ARM::CMSIS:CORE@5.6.0
Include file: CMSIS/Core/Include/tz_context.h
Build Time Elapsed: 00:00:03
Build Time Elapsed: 00:00:24
</pre>
</body>
</html>

View File

@@ -3,7 +3,7 @@
<title>Static Call Graph - [AutoGuideStick\AutoGuideStick.axf]</title></head>
<body><HR>
<H1>Static Call Graph for image AutoGuideStick\AutoGuideStick.axf</H1><HR>
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6210000: Last Updated: Mon Jun 9 10:01:16 2025
<BR><P>#&#060CALLGRAPH&#062# ARM Linker, 6210000: Last Updated: Mon Jun 9 21:28:25 2025
<BR><P>
<H3>Maximum Stack Usage = 688 bytes + Unknown(Functions without stacksize, Cycles, Untraceable Function Pointers)</H3><H3>
Call chain for Maximum Stack Depth:</H3>

View File

@@ -2004,6 +2004,8 @@ Section Cross References
hcble.o(.text.HAL_UART_RxCpltCallback) refers to stm32h5xx_hal_uart.o(.text.HAL_UART_Receive_IT) for HAL_UART_Receive_IT
hcble.o(.ARM.exidx.text.HAL_UART_RxCpltCallback) refers to hcble.o(.text.HAL_UART_RxCpltCallback) for [Anonymous Symbol]
hcble.o(.text.HCBle_ExtractAndParseFrame) refers to hcble.o(.bss.ble_rx_ring) for ble_rx_ring
hcble.o(.text.HCBle_ExtractAndParseFrame) refers to hcble.o(.bss.HCBle_ExtractAndParseFrame.idx) for HCBle_ExtractAndParseFrame.idx
hcble.o(.text.HCBle_ExtractAndParseFrame) refers to hcble.o(.bss.HCBle_ExtractAndParseFrame.in_frame) for HCBle_ExtractAndParseFrame.in_frame
hcble.o(.text.HCBle_ExtractAndParseFrame) refers to hcble.o(.bss.HCBle_ExtractAndParseFrame.json_buf) for HCBle_ExtractAndParseFrame.json_buf
hcble.o(.text.HCBle_ExtractAndParseFrame) refers to hcble.o(.rodata.str1.1) for .L.str
hcble.o(.text.HCBle_ExtractAndParseFrame) refers to strstr.o(.text) for strstr
@@ -4149,14 +4151,16 @@ Removing Unused input sections from the image.
Removing hcble.o(.text.HCBle_SendData), (68 bytes).
Removing hcble.o(.ARM.exidx.text.HCBle_SendData), (8 bytes).
Removing hcble.o(.ARM.exidx.text.HAL_UART_RxCpltCallback), (8 bytes).
Removing hcble.o(.text.HCBle_ExtractAndParseFrame), (254 bytes).
Removing hcble.o(.text.HCBle_ExtractAndParseFrame), (340 bytes).
Removing hcble.o(.ARM.exidx.text.HCBle_ExtractAndParseFrame), (8 bytes).
Removing hcble.o(.bss.HC_Send_Data), (128 bytes).
Removing hcble.o(.bss.HCBle_ExtractAndParseFrame.json_buf), (128 bytes).
Removing hcble.o(.bss.HCBle_ExtractAndParseFrame.idx), (4 bytes).
Removing hcble.o(.bss.HCBle_ExtractAndParseFrame.in_frame), (4 bytes).
Removing hcble.o(.rodata.str1.1), (55 bytes).
Removing hcble.o(.bss.cmd), (8 bytes).
1675 unused section(s) (total 122739 bytes) removed from the image.
1677 unused section(s) (total 122833 bytes) removed from the image.
==============================================================================
@@ -5262,72 +5266,72 @@ Memory Map of the image
Exec Addr Load Addr Size Type Attr Idx E Section Name Object
0x08000000 0x08000000 0x0000024c Data RO 3 RESET startup_stm32h563xx.o
0x0800024c 0x0800024c 0x00000008 Code RO 2865 * !!!main c_w.l(__main.o)
0x08000254 0x08000254 0x0000005c Code RO 3342 !!!scatter c_w.l(__scatter.o)
0x080002b0 0x080002b0 0x0000001a Code RO 3346 !!handler_copy c_w.l(__scatter_copy.o)
0x0800024c 0x0800024c 0x00000008 Code RO 2867 * !!!main c_w.l(__main.o)
0x08000254 0x08000254 0x0000005c Code RO 3344 !!!scatter c_w.l(__scatter.o)
0x080002b0 0x080002b0 0x0000001a Code RO 3348 !!handler_copy c_w.l(__scatter_copy.o)
0x080002ca 0x080002ca 0x00000002 PAD
0x080002cc 0x080002cc 0x00000002 Code RO 3343 !!handler_null c_w.l(__scatter.o)
0x080002cc 0x080002cc 0x00000002 Code RO 3345 !!handler_null c_w.l(__scatter.o)
0x080002ce 0x080002ce 0x00000002 PAD
0x080002d0 0x080002d0 0x0000001c Code RO 3348 !!handler_zi c_w.l(__scatter_zi.o)
0x080002ec 0x080002ec 0x00000002 Code RO 3102 .ARM.Collect$$libinit$$00000000 c_w.l(libinit.o)
0x080002ee 0x080002ee 0x00000004 Code RO 3150 .ARM.Collect$$libinit$$00000001 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3153 .ARM.Collect$$libinit$$00000004 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3155 .ARM.Collect$$libinit$$00000006 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3158 .ARM.Collect$$libinit$$0000000C c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3160 .ARM.Collect$$libinit$$0000000E c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3162 .ARM.Collect$$libinit$$00000010 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3165 .ARM.Collect$$libinit$$00000013 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3167 .ARM.Collect$$libinit$$00000015 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3169 .ARM.Collect$$libinit$$00000017 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3171 .ARM.Collect$$libinit$$00000019 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3173 .ARM.Collect$$libinit$$0000001B c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3175 .ARM.Collect$$libinit$$0000001D c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3177 .ARM.Collect$$libinit$$0000001F c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3179 .ARM.Collect$$libinit$$00000021 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3181 .ARM.Collect$$libinit$$00000023 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3183 .ARM.Collect$$libinit$$00000025 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3185 .ARM.Collect$$libinit$$00000027 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3189 .ARM.Collect$$libinit$$0000002E c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3191 .ARM.Collect$$libinit$$00000030 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3193 .ARM.Collect$$libinit$$00000032 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3195 .ARM.Collect$$libinit$$00000034 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000002 Code RO 3196 .ARM.Collect$$libinit$$00000035 c_w.l(libinit2.o)
0x080002f4 0x080002f4 0x00000002 Code RO 3263 .ARM.Collect$$libshutdown$$00000000 c_w.l(libshutdown.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3309 .ARM.Collect$$libshutdown$$00000002 c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3311 .ARM.Collect$$libshutdown$$00000004 c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3314 .ARM.Collect$$libshutdown$$00000007 c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3317 .ARM.Collect$$libshutdown$$0000000A c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3319 .ARM.Collect$$libshutdown$$0000000C c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3322 .ARM.Collect$$libshutdown$$0000000F c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000002 Code RO 3323 .ARM.Collect$$libshutdown$$00000010 c_w.l(libshutdown2.o)
0x080002f8 0x080002f8 0x00000000 Code RO 2867 .ARM.Collect$$rtentry$$00000000 c_w.l(__rtentry.o)
0x080002f8 0x080002f8 0x00000000 Code RO 2990 .ARM.Collect$$rtentry$$00000002 c_w.l(__rtentry2.o)
0x080002f8 0x080002f8 0x00000006 Code RO 3002 .ARM.Collect$$rtentry$$00000004 c_w.l(__rtentry4.o)
0x080002fe 0x080002fe 0x00000000 Code RO 2992 .ARM.Collect$$rtentry$$00000009 c_w.l(__rtentry2.o)
0x080002fe 0x080002fe 0x00000004 Code RO 2993 .ARM.Collect$$rtentry$$0000000A c_w.l(__rtentry2.o)
0x08000302 0x08000302 0x00000000 Code RO 2995 .ARM.Collect$$rtentry$$0000000C c_w.l(__rtentry2.o)
0x08000302 0x08000302 0x00000008 Code RO 2996 .ARM.Collect$$rtentry$$0000000D c_w.l(__rtentry2.o)
0x0800030a 0x0800030a 0x00000002 Code RO 3129 .ARM.Collect$$rtexit$$00000000 c_w.l(rtexit.o)
0x0800030c 0x0800030c 0x00000000 Code RO 3214 .ARM.Collect$$rtexit$$00000002 c_w.l(rtexit2.o)
0x0800030c 0x0800030c 0x00000004 Code RO 3215 .ARM.Collect$$rtexit$$00000003 c_w.l(rtexit2.o)
0x08000310 0x08000310 0x00000006 Code RO 3216 .ARM.Collect$$rtexit$$00000004 c_w.l(rtexit2.o)
0x080002d0 0x080002d0 0x0000001c Code RO 3350 !!handler_zi c_w.l(__scatter_zi.o)
0x080002ec 0x080002ec 0x00000002 Code RO 3104 .ARM.Collect$$libinit$$00000000 c_w.l(libinit.o)
0x080002ee 0x080002ee 0x00000004 Code RO 3152 .ARM.Collect$$libinit$$00000001 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3155 .ARM.Collect$$libinit$$00000004 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3157 .ARM.Collect$$libinit$$00000006 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3160 .ARM.Collect$$libinit$$0000000C c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3162 .ARM.Collect$$libinit$$0000000E c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3164 .ARM.Collect$$libinit$$00000010 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3167 .ARM.Collect$$libinit$$00000013 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3169 .ARM.Collect$$libinit$$00000015 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3171 .ARM.Collect$$libinit$$00000017 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3173 .ARM.Collect$$libinit$$00000019 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3175 .ARM.Collect$$libinit$$0000001B c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3177 .ARM.Collect$$libinit$$0000001D c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3179 .ARM.Collect$$libinit$$0000001F c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3181 .ARM.Collect$$libinit$$00000021 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3183 .ARM.Collect$$libinit$$00000023 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3185 .ARM.Collect$$libinit$$00000025 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3187 .ARM.Collect$$libinit$$00000027 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3191 .ARM.Collect$$libinit$$0000002E c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3193 .ARM.Collect$$libinit$$00000030 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3195 .ARM.Collect$$libinit$$00000032 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000000 Code RO 3197 .ARM.Collect$$libinit$$00000034 c_w.l(libinit2.o)
0x080002f2 0x080002f2 0x00000002 Code RO 3198 .ARM.Collect$$libinit$$00000035 c_w.l(libinit2.o)
0x080002f4 0x080002f4 0x00000002 Code RO 3265 .ARM.Collect$$libshutdown$$00000000 c_w.l(libshutdown.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3311 .ARM.Collect$$libshutdown$$00000002 c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3313 .ARM.Collect$$libshutdown$$00000004 c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3316 .ARM.Collect$$libshutdown$$00000007 c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3319 .ARM.Collect$$libshutdown$$0000000A c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3321 .ARM.Collect$$libshutdown$$0000000C c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000000 Code RO 3324 .ARM.Collect$$libshutdown$$0000000F c_w.l(libshutdown2.o)
0x080002f6 0x080002f6 0x00000002 Code RO 3325 .ARM.Collect$$libshutdown$$00000010 c_w.l(libshutdown2.o)
0x080002f8 0x080002f8 0x00000000 Code RO 2869 .ARM.Collect$$rtentry$$00000000 c_w.l(__rtentry.o)
0x080002f8 0x080002f8 0x00000000 Code RO 2992 .ARM.Collect$$rtentry$$00000002 c_w.l(__rtentry2.o)
0x080002f8 0x080002f8 0x00000006 Code RO 3004 .ARM.Collect$$rtentry$$00000004 c_w.l(__rtentry4.o)
0x080002fe 0x080002fe 0x00000000 Code RO 2994 .ARM.Collect$$rtentry$$00000009 c_w.l(__rtentry2.o)
0x080002fe 0x080002fe 0x00000004 Code RO 2995 .ARM.Collect$$rtentry$$0000000A c_w.l(__rtentry2.o)
0x08000302 0x08000302 0x00000000 Code RO 2997 .ARM.Collect$$rtentry$$0000000C c_w.l(__rtentry2.o)
0x08000302 0x08000302 0x00000008 Code RO 2998 .ARM.Collect$$rtentry$$0000000D c_w.l(__rtentry2.o)
0x0800030a 0x0800030a 0x00000002 Code RO 3131 .ARM.Collect$$rtexit$$00000000 c_w.l(rtexit.o)
0x0800030c 0x0800030c 0x00000000 Code RO 3216 .ARM.Collect$$rtexit$$00000002 c_w.l(rtexit2.o)
0x0800030c 0x0800030c 0x00000004 Code RO 3217 .ARM.Collect$$rtexit$$00000003 c_w.l(rtexit2.o)
0x08000310 0x08000310 0x00000006 Code RO 3218 .ARM.Collect$$rtexit$$00000004 c_w.l(rtexit2.o)
0x08000316 0x08000316 0x00000002 PAD
0x08000318 0x08000318 0x00000044 Code RO 4 .text startup_stm32h563xx.o
0x0800035c 0x0800035c 0x00000078 Code RO 26 .text tx_initialize_low_level.o
0x080003d4 0x080003d4 0x000000d0 Code RO 1583 .text tx_thread_schedule.o
0x080004a4 0x080004a4 0x00000040 Code RO 1588 .text tx_thread_stack_build.o
0x080004e4 0x080004e4 0x000000b8 Code RO 1598 .text tx_timer_interrupt.o
0x0800059c 0x0800059c 0x000000f0 Code RO 2847 .text c_w.l(lludivv7m.o)
0x0800068c 0x0800068c 0x00000010 Code RO 2857 .text c_w.l(aeabi_memset.o)
0x0800069c 0x0800069c 0x00000044 Code RO 2859 .text c_w.l(rt_memclr.o)
0x080006e0 0x080006e0 0x0000004e Code RO 2861 .text c_w.l(rt_memclr_w.o)
0x0800072e 0x0800072e 0x00000006 Code RO 2863 .text c_w.l(heapauxi.o)
0x08000734 0x08000734 0x0000004a Code RO 3040 .text c_w.l(sys_stackheap_outer.o)
0x0800077e 0x0800077e 0x00000012 Code RO 3091 .text c_w.l(exit.o)
0x08000790 0x08000790 0x00000008 Code RO 3126 .text c_w.l(libspace.o)
0x08000798 0x08000798 0x0000000c Code RO 3209 .text c_w.l(sys_exit.o)
0x080007a4 0x080007a4 0x00000002 Code RO 3252 .text c_w.l(use_no_semi.o)
0x080007a6 0x080007a6 0x00000000 Code RO 3254 .text c_w.l(indicate_semi.o)
0x0800059c 0x0800059c 0x000000f0 Code RO 2849 .text c_w.l(lludivv7m.o)
0x0800068c 0x0800068c 0x00000010 Code RO 2859 .text c_w.l(aeabi_memset.o)
0x0800069c 0x0800069c 0x00000044 Code RO 2861 .text c_w.l(rt_memclr.o)
0x080006e0 0x080006e0 0x0000004e Code RO 2863 .text c_w.l(rt_memclr_w.o)
0x0800072e 0x0800072e 0x00000006 Code RO 2865 .text c_w.l(heapauxi.o)
0x08000734 0x08000734 0x0000004a Code RO 3042 .text c_w.l(sys_stackheap_outer.o)
0x0800077e 0x0800077e 0x00000012 Code RO 3093 .text c_w.l(exit.o)
0x08000790 0x08000790 0x00000008 Code RO 3128 .text c_w.l(libspace.o)
0x08000798 0x08000798 0x0000000c Code RO 3211 .text c_w.l(sys_exit.o)
0x080007a4 0x080007a4 0x00000002 Code RO 3254 .text c_w.l(use_no_semi.o)
0x080007a6 0x080007a6 0x00000000 Code RO 3256 .text c_w.l(indicate_semi.o)
0x080007a6 0x080007a6 0x00000002 PAD
0x080007a8 0x080007a8 0x0000000e Code RO 49 .text.App_ThreadX_Init app_threadx.o
0x080007b6 0x080007b6 0x00000002 PAD
@@ -5527,7 +5531,7 @@ Memory Map of the image
0x0800d600 0x0800d600 0x00000174 Code RO 2292 .text._txe_byte_pool_create txe_byte_pool_create.o
0x0800d774 0x0800d774 0x00000024 Code RO 11 .text.main main.o
0x0800d798 0x0800d798 0x00000058 Code RO 127 .text.tx_application_define app_azure_rtos.o
0x0800d7f0 0x0800d7f0 0x0000001a Code RO 3236 x$fpl$fpinit fz_wm.l(fpinit.o)
0x0800d7f0 0x0800d7f0 0x0000001a Code RO 3238 x$fpl$fpinit fz_wm.l(fpinit.o)
0x0800d80a 0x0800d80a 0x00000010 Data RO 1513 .rodata.AHBPrescTable system_stm32h5xx.o
0x0800d81a 0x0800d81a 0x00000008 Data RO 1514 .rodata.APBPrescTable system_stm32h5xx.o
0x0800d822 0x0800d822 0x00000008 Data RO 1500 .rodata.UARTEx_SetNbDataToProcess.denominator stm32h5xx_hal_uart_ex.o
@@ -5536,7 +5540,7 @@ Memory Map of the image
0x0800d84a 0x0800d84a 0x00000013 Data RO 130 .rodata.str1.1 app_azure_rtos.o
0x0800d85d 0x0800d85d 0x00000014 Data RO 2740 .rodata.str1.1 tx_timer_initialize.o
0x0800d871 0x0800d871 0x00000003 PAD
0x0800d874 0x0800d874 0x00000020 Data RO 3341 Region$$Table anon$$obj.o
0x0800d874 0x0800d874 0x00000020 Data RO 3343 Region$$Table anon$$obj.o
Execution Region RW_IRAM1 (Exec base: 0x20000000, Load base: 0x0800d898, Size: 0x000014c0, Max: 0x000a0000, ABSOLUTE)
@@ -5548,7 +5552,7 @@ Memory Map of the image
0x20000008 0x0800d8a0 0x00000001 Data RW 1277 .data.uwTickFreq stm32h5xx_hal.o
0x20000009 0x0800d8a1 0x00000003 PAD
0x2000000c 0x0800d8a4 0x00000004 Data RW 1276 .data.uwTickPrio stm32h5xx_hal.o
0x20000010 - 0x00000060 Zero RW 3127 .bss c_w.l(libspace.o)
0x20000010 - 0x00000060 Zero RW 3129 .bss c_w.l(libspace.o)
0x20000070 - 0x00000080 Zero RW 2835 .bss.HC_Recevie hcble.o
0x200000f0 - 0x00000018 Zero RW 68 .bss.List_GPDMA1_Channel5 usart.o
0x20000108 - 0x00000024 Zero RW 67 .bss.Node_GPDMA1_Channel5 usart.o
@@ -5621,7 +5625,7 @@ Image component sizes
22 0 0 0 0 714 app_threadx.o
76 0 0 0 0 4933 gpdma.o
66 0 0 0 0 2187 gpio.o
210 0 0 0 456 5916 hcble.o
210 0 0 0 456 5911 hcble.o
274 0 0 0 0 8400 main.o
68 28 588 0 1536 944 startup_stm32h563xx.o
132 0 0 5 4 13991 stm32h5xx_hal.o
@@ -5663,7 +5667,7 @@ Image component sizes
710 0 0 0 448 12894 usart.o
----------------------------------------------------------------------
53964 308 726 16 5200 329656 Object Totals
53964 308 726 16 5200 329651 Object Totals
0 0 32 0 0 0 (incl. Generated)
114 0 3 3 4 0 (incl. Padding)
@@ -5718,8 +5722,8 @@ Image component sizes
Code (inc. data) RO Data RW Data ZI Data Debug
54718 324 726 16 5296 329616 Grand Totals
54718 324 726 16 5296 329616 ELF Image Totals
54718 324 726 16 5296 329611 Grand Totals
54718 324 726 16 5296 329611 ELF Image Totals
54718 324 726 16 0 0 ROM Totals
==============================================================================

View File

@@ -1,7 +1,7 @@
Dependencies for Project 'AutoGuideStick', Target 'AutoGuideStick': (DO NOT MODIFY !)
CompilerVersion: 6210000::V6.21::ARMCLANG
F (startup_stm32h563xx.s)(0x684633A3)(--target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -masm=auto -Wa,armasm,--diag_suppress=A1950W -c
-gdwarf-4 -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include
-I./RTE/_AutoGuideStick
@@ -15,10 +15,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-o autoguidestick/startup_stm32h563xx.o)
F (../Core/Src/main.c)(0x6846523B)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
@@ -50,10 +50,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (D:\keil5\ARM\ARMCLANG\include\stddef.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_cortex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_cortex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
@@ -72,7 +72,7 @@ I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION=539 -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_SINGLE_MODE_NON_SECURE=1
@@ -82,10 +82,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
@@ -115,10 +115,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_cortex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
@@ -143,7 +143,7 @@ I (..\Middlewares\ST\threadx\common\inc\tx_api.h)(0x683FA4DA)
I (..\Core\Inc\stm32h5xx_hal_conf.h)(0x684461E1)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_def.h)(0x683FA4DD)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
@@ -153,10 +153,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h)(0x683FA4DE)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x683FA4DD)
I (D:\keil5\ARM\ARMCLANG\include\stddef.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x683FA4DD)
I (D:\keil5\ARM\ARMCLANG\include\stddef.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
@@ -175,7 +175,7 @@ I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
@@ -185,10 +185,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
-o autoguidestick/memorymap.o -MD)
I (..\Core\Inc\memorymap.h)(0x6840230D)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h)(0x683FA4DD)
I (..\Core\Inc\stm32h5xx_hal_conf.h)(0x684461E1)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc.h)(0x683FA4DD)
I (..\Core\Inc\memorymap.h)(0x6840230D)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h)(0x683FA4DD)
I (..\Core\Inc\stm32h5xx_hal_conf.h)(0x684461E1)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_def.h)(0x683FA4DD)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
@@ -207,14 +207,12 @@ I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_cortex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_cortex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
@@ -225,10 +223,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
@@ -257,10 +255,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Core\Inc\main.hc.\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h)(0x00000000)
I (..\Core\Inc\stm32h5xx_hal_conf.h)(0x684461E1)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc.h)(0x683FA4DD)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\stdint.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_def.h)(0x683FA4DD)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\stdint.h)(0x6569B012)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h)(0x683FA4DE)
@@ -294,10 +292,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
-o autoguidestick/stm32h5xx_it.o -MD)
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
-o autoguidestick/stm32h5xx_it.o -MD)
I (..\Core\Inc\main.h5.\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h)(0x00000000)
@@ -327,10 +325,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_exti.h)(0x683FA4DD)
I (..\Core\Inc\stm32h5xx_it.hr.\fun\headfile.hx.\Core\Inc\app_threadx.h)(0x00000000)
I (..\Middlewares\ST\threadx\common\inc\tx_api.h)(0x683FA4DA)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_exti.h)(0x683FA4DD)
I (..\Core\Inc\stm32h5xx_it.hr.\fun\headfile.hx.\Core\Inc\memorymap.h)(0x00000000)
I (..\Core\Inc\usart.hx.\Core\Inc\gpio.hf.\Core\Inc\gpdma.h)(0x00000000)
I (D:\keil5\ARM\ARMCLANG\include\stdio.h)(0x6569B012)
@@ -359,10 +357,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\stdint.h)(0x6569B012)
I (D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h)(0x683FA4DE)
I (D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\stdint.h)(0x6569B012)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h)(0x683FA4DE)
@@ -391,10 +389,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
-o autoguidestick/stm32h5xx_hal_timebase_tim.o -MD)
@@ -423,10 +421,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_exti.h)(0x683FA4DD)
F (../AZURE_RTOS/App/app_azure_rtos.c)(0x6840230D)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -c
@@ -455,10 +453,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_def.h)(0x683FA4DD)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\stdint.h)(0x6569B012)
I (D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\stdint.h)(0x6569B012)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h)(0x683FA4DE)
@@ -487,10 +485,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
@@ -519,10 +517,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_cortex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
@@ -551,10 +549,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\stdint.h)(0x6569B012)
I (D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h)(0x683FA4DE)
I (D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h)(0x683FA4DE)
I (D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h)(0x683FA4DE)
I (D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h)(0x683FA4DE)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x683FA4DD)
I (D:\keil5\ARM\ARMCLANG\include\stddef.h)(0x6569B012)
@@ -583,10 +581,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
-o autoguidestick/stm32h5xx_hal_cortex.o -MD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h)(0x683FA4DD)
I (..\Core\Inc\stm32h5xx_hal_conf.h)(0x684461E1)
@@ -615,10 +613,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_pwr_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_exti.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_tim_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_exti.h)(0x683FA4DD)
F (../Drivers/STM32H5xx_HAL_Driver/Src/stm32h5xx_hal_dma.c)(0x683FA4DD)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
@@ -647,10 +645,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h)(0x683FA4DE)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h)(0x683FA4DE)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x683FA4DD)
I (D:\keil5\ARM\ARMCLANG\include\stddef.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc_ex.h)(0x683FA4DD)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h)(0x683FA4DE)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x683FA4DD)
I (D:\keil5\ARM\ARMCLANG\include\stddef.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
@@ -679,10 +677,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
-o autoguidestick/stm32h5xx_hal_dma_ex.o -MD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h)(0x683FA4DD)
I (..\Core\Inc\stm32h5xx_hal_conf.h)(0x684461E1)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc.h)(0x683FA4DD)
-o autoguidestick/stm32h5xx_hal_dma_ex.o -MD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h)(0x683FA4DD)
I (..\Core\Inc\stm32h5xx_hal_conf.h)(0x684461E1)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_def.h)(0x683FA4DD)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
@@ -711,10 +709,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_exti.h)(0x683FA4DD)
F (../Drivers/STM32H5xx_HAL_Driver/Src/stm32h5xx_hal_rcc.c)(0x683FA4DD)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
F (../Drivers/STM32H5xx_HAL_Driver/Src/stm32h5xx_hal_rcc.c)(0x683FA4DD)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
@@ -743,10 +741,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x683FA4DD)
I (D:\keil5\ARM\ARMCLANG\include\stddef.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_cortex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
@@ -775,10 +773,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h)(0x683FA4DD)
I (..\Core\Inc\stm32h5xx_hal_conf.h)(0x684461E1)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_def.h)(0x683FA4DD)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_def.h)(0x683FA4DD)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h5xx.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h)(0x683FA4DE)
I (..\Drivers\CMSIS\Include\core_cm33.h)(0x683FA4DE)
I (D:\keil5\ARM\ARMCLANG\include\stdint.h)(0x6569B012)
I (d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h)(0x683FA4DE)
@@ -807,10 +805,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
@@ -835,10 +833,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h)(0x683FA4DD)
I (D:\keil5\ARM\ARMCLANG\include\stddef.h)(0x6569B012)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_gpio_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_dma_ex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_cortex.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash.h)(0x683FA4DD)
I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_flash_ex.h)(0x683FA4DD)
@@ -1992,13 +1990,8 @@ I (..\Middlewares\ST\threadx\ports\cortex_m33\ac6\inc\tx_port.h)(0x683FA4D9)
-I./RTE/_AutoGuideStick
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
-o autoguidestick/tx_event_flags_initialize.o -MD)
I (..\Middlewares\ST\threadx\common\inc\tx_api.h)(0x683FA4DA)
-ID:/keil5/ARM/PACK/Keil/STM32H5xx_DFP/1.3.0/Drivers/CMSIS/Device/ST/STM32H5xx/Include
-D__UVISION_VERSION="539" -D_RTE_ -DSTM32H563xx -D_RTE_ -DTX_INCLUDE_USER_DEFINE_FILE -DTX_SINGLE_MODE_NON_SECURE="1" -DUSE_HAL_DRIVER -DSTM32H563xx
@@ -2007,10 +2000,10 @@ I (D:\keil5\ARM\ARMCLANG\include\math.h)(0x6569B012)
I (..\Middlewares\ST\threadx\ports\cortex_m33\ac6\inc\tx_port.h)(0x683FA4D9)
I (..\Core\Inc\tx_user.he:\keil5\ARM\ARMCLANG\include\stdlib.h)(0x00000000)
I (D:\keil5\ARM\ARMCLANG\include\string.h)(0x6569B012)
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
-I./RTE/_AutoGuideStick
I (..\Middlewares\ST\threadx\common\inc\tx_event_flags.h)(0x683FA4DA)
F (../Middlewares/ST/threadx/common/src/tx_event_flags_set.c)(0x683FA4DA)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun
@@ -2031,6 +2024,8 @@ I (..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h)(0x683FA4DD)
I (..\Middlewares\ST\threadx\common\inc\tx_thread.h)(0x683FA4DA)
I (..\Middlewares\ST\threadx\common\inc\tx_event_flags.h)(0x683FA4DA)
F (../Middlewares/ST/threadx/common/src/tx_event_flags_set_notify.c)(0x683FA4DA)(-xc -std=c11 --target=arm-arm-none-eabi -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -c
-fno-rtti -funsigned-char -fshort-enums -fshort-wchar
-ID:/keil5/ARM/PACK/ARM/CMSIS/5.9.0/CMSIS/Core/Include
-gdwarf-4 -O0 -ffunction-sections -Wno-packed -Wno-missing-variable-declarations -Wno-missing-prototypes -Wno-missing-noreturn -Wno-sign-conversion -Wno-nonportable-include-path -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ../Core/Inc -I ../AZURE_RTOS/App -I ../Drivers/STM32H5xx_HAL_Driver/Inc -I ../Drivers/STM32H5xx_HAL_Driver/Inc/Legacy -I ../Middlewares/ST/threadx/common/inc -I ../Drivers/CMSIS/Device/ST/STM32H5xx/Include -I ../Middlewares/ST/threadx/ports/cortex_m33/ac6/inc -I ../Drivers/CMSIS/Include -I ../fun

View File

@@ -13,10 +13,10 @@ autoguidestick/app_azure_rtos.o: ..\AZURE_RTOS\App\app_azure_rtos.c \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

Binary file not shown.

View File

@@ -8,10 +8,10 @@ autoguidestick/gpdma.o: ..\Core\Src\gpdma.c ..\Core\Inc\gpdma.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

Binary file not shown.

View File

@@ -8,10 +8,10 @@ autoguidestick/gpio.o: ..\Core\Src\gpio.c ..\Core\Inc\gpio.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

Binary file not shown.

View File

@@ -1,10 +1,5 @@
autoguidestick/hcble.o: ..\fun\HCBle.c ..\fun\HCBle.h ..\fun\headfile.h \
..\Core\Inc\app_threadx.h \
..\Middlewares\ST\threadx\common\inc\tx_api.h \
..\Middlewares\ST\threadx\ports\cortex_m33\ac6\inc\tx_port.h \
..\Core\Inc\tx_user.h D:\keil5\ARM\ARMCLANG\include\stdlib.h \
D:\keil5\ARM\ARMCLANG\include\string.h ..\Core\Inc\main.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h \
..\Core\Inc\main.h ..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h \
..\Core\Inc\stm32h5xx_hal_conf.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_rcc.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_def.h \
@@ -13,10 +8,10 @@ autoguidestick/hcble.o: ..\fun\HCBle.c ..\fun\HCBle.h ..\fun\headfile.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \
@@ -37,4 +32,6 @@ autoguidestick/hcble.o: ..\fun\HCBle.c ..\fun\HCBle.h ..\fun\headfile.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_exti.h \
..\Core\Inc\memorymap.h ..\Core\Inc\usart.h ..\Core\Inc\gpio.h \
..\Core\Inc\gpdma.h D:\keil5\ARM\ARMCLANG\include\stdio.h \
D:\keil5\ARM\ARMCLANG\include\stdarg.h
D:\keil5\ARM\ARMCLANG\include\stdlib.h \
D:\keil5\ARM\ARMCLANG\include\stdarg.h \
D:\keil5\ARM\ARMCLANG\include\string.h

Binary file not shown.

View File

@@ -12,10 +12,10 @@ autoguidestick/main.o: ..\Core\Src\main.c ..\Core\Inc\app_threadx.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

Binary file not shown.

View File

@@ -9,10 +9,10 @@ autoguidestick/memorymap.o: ..\Core\Src\memorymap.c \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_cortex.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_dma.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_dma_ex.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_exti.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_flash.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_flash_ex.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_gpio.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -8,10 +8,10 @@ autoguidestick/stm32h5xx_hal_msp.o: ..\Core\Src\stm32h5xx_hal_msp.c \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_pwr.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_pwr_ex.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_rcc.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_rcc_ex.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_tim.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_tim_ex.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_timebase_tim.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_uart.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -9,10 +9,10 @@ autoguidestick/stm32h5xx_hal_uart_ex.o: \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \

View File

@@ -8,10 +8,10 @@ autoguidestick/stm32h5xx_it.o: ..\Core\Src\stm32h5xx_it.c \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\Legacy\stm32_hal_legacy.h \
D:\keil5\ARM\ARMCLANG\include\stddef.h \
@@ -30,11 +30,9 @@ autoguidestick/stm32h5xx_it.o: ..\Core\Src\stm32h5xx_it.c \
..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_uart_ex.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal_exti.h \
..\Core\Inc\stm32h5xx_it.h ..\fun\headfile.h ..\Core\Inc\app_threadx.h \
..\Middlewares\ST\threadx\common\inc\tx_api.h \
..\Middlewares\ST\threadx\ports\cortex_m33\ac6\inc\tx_port.h \
..\Core\Inc\tx_user.h D:\keil5\ARM\ARMCLANG\include\stdlib.h \
D:\keil5\ARM\ARMCLANG\include\string.h ..\Core\Inc\memorymap.h \
..\Core\Inc\stm32h5xx_it.h ..\fun\headfile.h ..\Core\Inc\memorymap.h \
..\Core\Inc\usart.h ..\Core\Inc\gpio.h ..\Core\Inc\gpdma.h \
D:\keil5\ARM\ARMCLANG\include\stdio.h \
D:\keil5\ARM\ARMCLANG\include\stdarg.h ..\fun\HCBle.h
D:\keil5\ARM\ARMCLANG\include\stdlib.h \
D:\keil5\ARM\ARMCLANG\include\stdarg.h \
D:\keil5\ARM\ARMCLANG\include\string.h ..\fun\HCBle.h

View File

@@ -4,10 +4,10 @@ autoguidestick/system_stm32h5xx.o: ..\Core\Src\system_stm32h5xx.c \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\stm32h563xx.h \
..\Drivers\CMSIS\Include\core_cm33.h \
D:\keil5\ARM\ARMCLANG\include\stdint.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
D:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_version.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_compiler.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\cmsis_armclang.h \
d:\advance_stick\AutoGuideStick\Drivers\CMSIS\Include\mpu_armv8.h \
..\Drivers\CMSIS\Device\ST\STM32H5xx\Include\system_stm32h5xx.h \
..\Drivers\STM32H5xx_HAL_Driver\Inc\stm32h5xx_hal.h \
..\Core\Inc\stm32h5xx_hal_conf.h \

Some files were not shown because too many files have changed in this diff Show More