This commit is contained in:
2025-09-17 12:51:01 -07:00
parent 8e0ae599a7
commit 736b7f406d
25 changed files with 16650 additions and 15995 deletions

View File

@@ -1,12 +1,20 @@
../Core/Src/main.c:94:5:main 1
../Core/Src/main.c:150:6:SystemClock_Config 3
../Core/Src/main.c:197:13:MX_I2C1_Init 2
../Core/Src/main.c:231:13:MX_TIM2_Init 4
../Core/Src/main.c:280:13:MX_TIM3_Init 3
../Core/Src/main.c:329:13:MX_UART4_Init 2
../Core/Src/main.c:362:13:MX_UART5_Init 2
../Core/Src/main.c:395:13:MX_USART1_UART_Init 2
../Core/Src/main.c:428:13:MX_USART2_UART_Init 2
../Core/Src/main.c:461:13:MX_USART3_UART_Init 2
../Core/Src/main.c:494:13:MX_GPIO_Init 1
../Core/Src/main.c:553:6:Error_Handler 1
../Core/Src/main.c:143:5:main 3
../Core/Src/main.c:218:6:SystemClock_Config 3
../Core/Src/main.c:265:13:MX_I2C1_Init 2
../Core/Src/main.c:299:13:MX_TIM2_Init 4
../Core/Src/main.c:348:13:MX_TIM3_Init 3
../Core/Src/main.c:397:13:MX_UART4_Init 2
../Core/Src/main.c:430:13:MX_UART5_Init 2
../Core/Src/main.c:463:13:MX_USART1_UART_Init 2
../Core/Src/main.c:496:13:MX_USART2_UART_Init 2
../Core/Src/main.c:529:13:MX_USART3_UART_Init 2
../Core/Src/main.c:562:13:MX_GPIO_Init 1
../Core/Src/main.c:619:9:Q_IsEmpty 1
../Core/Src/main.c:622:9:Q_IsMax 1
../Core/Src/main.c:625:9:Q_Enqueue 1
../Core/Src/main.c:628:9:Q_Dequeue 1
../Core/Src/main.c:631:9:Q_Peek 1
../Core/Src/main.c:635:6:addUSBReport 3
../Core/Src/main.c:643:6:matrixScan 4
../Core/Src/main.c:656:6:resetReport 1
../Core/Src/main.c:667:6:Error_Handler 1

View File

@@ -1,12 +1,20 @@
../Core/Src/main.c:94:5:main 8 static
../Core/Src/main.c:150:6:SystemClock_Config 88 static
../Core/Src/main.c:197:13:MX_I2C1_Init 8 static
../Core/Src/main.c:231:13:MX_TIM2_Init 48 static
../Core/Src/main.c:280:13:MX_TIM3_Init 56 static
../Core/Src/main.c:329:13:MX_UART4_Init 8 static
../Core/Src/main.c:362:13:MX_UART5_Init 8 static
../Core/Src/main.c:395:13:MX_USART1_UART_Init 8 static
../Core/Src/main.c:428:13:MX_USART2_UART_Init 8 static
../Core/Src/main.c:461:13:MX_USART3_UART_Init 8 static
../Core/Src/main.c:494:13:MX_GPIO_Init 48 static
../Core/Src/main.c:553:6:Error_Handler 4 static,ignoring_inline_asm
../Core/Src/main.c:143:5:main 8 static
../Core/Src/main.c:218:6:SystemClock_Config 88 static
../Core/Src/main.c:265:13:MX_I2C1_Init 8 static
../Core/Src/main.c:299:13:MX_TIM2_Init 48 static
../Core/Src/main.c:348:13:MX_TIM3_Init 56 static
../Core/Src/main.c:397:13:MX_UART4_Init 8 static
../Core/Src/main.c:430:13:MX_UART5_Init 8 static
../Core/Src/main.c:463:13:MX_USART1_UART_Init 8 static
../Core/Src/main.c:496:13:MX_USART2_UART_Init 8 static
../Core/Src/main.c:529:13:MX_USART3_UART_Init 8 static
../Core/Src/main.c:562:13:MX_GPIO_Init 48 static
../Core/Src/main.c:619:9:Q_IsEmpty 16 static
../Core/Src/main.c:622:9:Q_IsMax 16 static
../Core/Src/main.c:625:9:Q_Enqueue 16 static
../Core/Src/main.c:628:9:Q_Dequeue 16 static
../Core/Src/main.c:631:9:Q_Peek 16 static
../Core/Src/main.c:635:6:addUSBReport 24 static
../Core/Src/main.c:643:6:matrixScan 16 static
../Core/Src/main.c:656:6:resetReport 8 static
../Core/Src/main.c:667:6:Error_Handler 4 static,ignoring_inline_asm

View File

@@ -1,10 +1,10 @@
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:273:16:USBD_HID_Init 3
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:320:16:USBD_HID_DeInit 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:351:16:USBD_HID_Setup 18
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:483:9:USBD_HID_SendReport 4
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:516:10:USBD_HID_GetPollingInterval 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:546:17:USBD_HID_GetFSCfgDesc 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:566:17:USBD_HID_GetHSCfgDesc 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:586:17:USBD_HID_GetOtherSpeedCfgDesc 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:607:16:USBD_HID_DataIn 1
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:624:17:USBD_HID_GetDeviceQualifierDesc 1
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:304:16:USBD_HID_Init 3
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:351:16:USBD_HID_DeInit 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:382:16:USBD_HID_Setup 18
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:514:9:USBD_HID_SendReport 4
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:547:10:USBD_HID_GetPollingInterval 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:577:17:USBD_HID_GetFSCfgDesc 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:597:17:USBD_HID_GetHSCfgDesc 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:617:17:USBD_HID_GetOtherSpeedCfgDesc 2
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:638:16:USBD_HID_DataIn 1
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:655:17:USBD_HID_GetDeviceQualifierDesc 1

View File

@@ -1,10 +1,10 @@
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:273:16:USBD_HID_Init 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:320:16:USBD_HID_DeInit 16 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:351:16:USBD_HID_Setup 32 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:483:9:USBD_HID_SendReport 32 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:516:10:USBD_HID_GetPollingInterval 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:546:17:USBD_HID_GetFSCfgDesc 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:566:17:USBD_HID_GetHSCfgDesc 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:586:17:USBD_HID_GetOtherSpeedCfgDesc 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:607:16:USBD_HID_DataIn 16 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:624:17:USBD_HID_GetDeviceQualifierDesc 16 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:304:16:USBD_HID_Init 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:351:16:USBD_HID_DeInit 16 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:382:16:USBD_HID_Setup 32 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:514:9:USBD_HID_SendReport 32 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:547:10:USBD_HID_GetPollingInterval 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:577:17:USBD_HID_GetFSCfgDesc 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:597:17:USBD_HID_GetHSCfgDesc 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:617:17:USBD_HID_GetOtherSpeedCfgDesc 24 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:638:16:USBD_HID_DataIn 16 static
../Middlewares/ST/STM32_USB_Device_Library/Class/HID/Src/usbd_hid.c:655:17:USBD_HID_GetDeviceQualifierDesc 16 static

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff