写太烂了,重写吧

Signed-off-by: fong <wuwenfengmi@outlook.com>
This commit is contained in:
fong
2023-12-25 22:34:11 +08:00
parent bc827a263d
commit be3a8d1a9c
140 changed files with 29173 additions and 11596 deletions
+22
View File
@@ -0,0 +1,22 @@
../HW_Devices/LCD.c:13:6:LCD_WR_REG 1
../HW_Devices/LCD.c:19:6:LCD_WR_DATA 1
../HW_Devices/LCD.c:25:10:LCD_RD_DATA 1
../HW_Devices/LCD.c:32:6:LCD_WriteReg 1
../HW_Devices/LCD.c:40:10:LCD_ReadReg 1
../HW_Devices/LCD.c:250:6:LCD_DisplayOn 4
../HW_Devices/LCD.c:256:6:LCD_DisplayOff 4
../HW_Devices/LCD.c:266:6:LCD_Scan_Dir 35
../HW_Devices/LCD.c:384:6:LCD_Display_Dir 14
../HW_Devices/LCD.c:449:6:LCDx_Init 1
../HW_Devices/LCD.c:532:6:LCD_SetCursor 6
../HW_Devices/LCD.c:562:6:LCD_Fast_DrawPoint 6
../HW_Devices/LCD.c:593:6:LCD_set_dot 1
../HW_Devices/LCD.c:602:6:LCD_Clear 4
../HW_Devices/LCD.c:626:6:LCD_Fill 5
../HW_Devices/LCD.c:659:6:LCD_Color_Fill 3
../HW_Devices/LCD.c:680:10:LCD_BGR2RGB 1
../HW_Devices/LCD.c:692:10:LCD_ReadPoint 17
../HW_Devices/LCD.c:720:6:LCD_DrawLine 9
../HW_Devices/LCD.c:758:6:Draw_Circle 3
../HW_Devices/LCD.c:791:6:LCD_ShowChar 9
../HW_Devices/LCD.c:829:6:LCD_ShowString 4
-30
View File
@@ -27,63 +27,33 @@ HW_Devices/LCD.o: ../HW_Devices/LCD.c ../HW_Devices/LCD.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h
../HW_Devices/LCD.h:
../Core/Inc/main.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h:
../Drivers/CMSIS/Include/core_cm3.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h:
+22 -22
View File
@@ -1,22 +1,22 @@
LCD.c:13:6:LCD_WR_REG 16 static
LCD.c:19:6:LCD_WR_DATA 16 static
LCD.c:25:10:LCD_RD_DATA 4 static
LCD.c:32:6:LCD_WriteReg 16 static
LCD.c:40:10:LCD_ReadReg 16 static
LCD.c:250:6:LCD_DisplayOn 8 static
LCD.c:256:6:LCD_DisplayOff 8 static
LCD.c:266:6:LCD_Scan_Dir 24 static
LCD.c:384:6:LCD_Display_Dir 16 static
LCD.c:449:6:LCDx_Init 8 static
LCD.c:532:6:LCD_SetCursor 16 static
LCD.c:562:6:LCD_Fast_DrawPoint 16 static
LCD.c:593:6:LCD_set_dot 16 static
LCD.c:602:6:LCD_Clear 24 static
LCD.c:626:6:LCD_Fill 40 static
LCD.c:659:6:LCD_Color_Fill 32 static
LCD.c:680:10:LCD_BGR2RGB 24 static
LCD.c:692:10:LCD_ReadPoint 24 static
LCD.c:720:6:LCD_DrawLine 64 static
LCD.c:758:6:Draw_Circle 40 static
LCD.c:791:6:LCD_ShowChar 32 static
LCD.c:829:6:LCD_ShowString 40 static
../HW_Devices/LCD.c:13:6:LCD_WR_REG 16 static
../HW_Devices/LCD.c:19:6:LCD_WR_DATA 16 static
../HW_Devices/LCD.c:25:10:LCD_RD_DATA 4 static
../HW_Devices/LCD.c:32:6:LCD_WriteReg 16 static
../HW_Devices/LCD.c:40:10:LCD_ReadReg 16 static
../HW_Devices/LCD.c:250:6:LCD_DisplayOn 8 static
../HW_Devices/LCD.c:256:6:LCD_DisplayOff 8 static
../HW_Devices/LCD.c:266:6:LCD_Scan_Dir 24 static
../HW_Devices/LCD.c:384:6:LCD_Display_Dir 16 static
../HW_Devices/LCD.c:449:6:LCDx_Init 8 static
../HW_Devices/LCD.c:532:6:LCD_SetCursor 16 static
../HW_Devices/LCD.c:562:6:LCD_Fast_DrawPoint 16 static
../HW_Devices/LCD.c:593:6:LCD_set_dot 16 static
../HW_Devices/LCD.c:602:6:LCD_Clear 24 static
../HW_Devices/LCD.c:626:6:LCD_Fill 40 static
../HW_Devices/LCD.c:659:6:LCD_Color_Fill 32 static
../HW_Devices/LCD.c:680:10:LCD_BGR2RGB 24 static
../HW_Devices/LCD.c:692:10:LCD_ReadPoint 24 static
../HW_Devices/LCD.c:720:6:LCD_DrawLine 64 static
../HW_Devices/LCD.c:758:6:Draw_Circle 40 static
../HW_Devices/LCD.c:791:6:LCD_ShowChar 32 static
../HW_Devices/LCD.c:829:6:LCD_ShowString 40 static
+4
View File
@@ -0,0 +1,4 @@
../HW_Devices/buzzer.c:13:6:play_ones 1
../HW_Devices/buzzer.c:21:6:add_a_note 4
../HW_Devices/buzzer.c:49:6:delhead 3
../HW_Devices/buzzer.c:74:6:buzzer_play_server 5
-30
View File
@@ -27,63 +27,33 @@ HW_Devices/buzzer.o: ../HW_Devices/buzzer.c ../HW_Devices/buzzer.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h
../HW_Devices/buzzer.h:
../Core/Inc/main.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h:
../Drivers/CMSIS/Include/core_cm3.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h:
+4 -4
View File
@@ -1,4 +1,4 @@
buzzer.c:13:6:play_ones 24 static
buzzer.c:21:6:add_a_note 24 static
buzzer.c:49:6:delhead 16 static
buzzer.c:74:6:buzzer_play_server 8 static
../HW_Devices/buzzer.c:13:6:play_ones 24 static
../HW_Devices/buzzer.c:21:6:add_a_note 24 static
../HW_Devices/buzzer.c:49:6:delhead 16 static
../HW_Devices/buzzer.c:74:6:buzzer_play_server 8 static
+4
View File
@@ -0,0 +1,4 @@
../HW_Devices/eeprom.c:17:6:EPPROM_SLOWWRITE_INIT 1
../HW_Devices/eeprom.c:27:6:EEPROM_SLOWWRITE_SERVER 4
../HW_Devices/eeprom.c:54:6:EEPROM_READ_BATY 1
../HW_Devices/eeprom.c:59:6:EEPROM_WRITE_BATY 4
-31
View File
@@ -28,65 +28,34 @@ HW_Devices/eeprom.o: ../HW_Devices/eeprom.c ../HW_Devices/eeprom.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h \
../HW_Devices/iic.h
../HW_Devices/eeprom.h:
../Core/Inc/main.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h:
../Drivers/CMSIS/Include/core_cm3.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h:
../HW_Devices/iic.h:
+4 -4
View File
@@ -1,4 +1,4 @@
eeprom.c:17:6:EPPROM_SLOWWRITE_INIT 4 static
eeprom.c:27:6:EEPROM_SLOWWRITE_SERVER 16 static
eeprom.c:54:6:EEPROM_READ_BATY 16 static
eeprom.c:59:6:EEPROM_WRITE_BATY 32 static
../HW_Devices/eeprom.c:17:6:EPPROM_SLOWWRITE_INIT 4 static
../HW_Devices/eeprom.c:27:6:EEPROM_SLOWWRITE_SERVER 16 static
../HW_Devices/eeprom.c:54:6:EEPROM_READ_BATY 16 static
../HW_Devices/eeprom.c:59:6:EEPROM_WRITE_BATY 32 static
+2
View File
@@ -0,0 +1,2 @@
../HW_Devices/iic.c:13:6:IIC_SAND_DATE 1
../HW_Devices/iic.c:18:6:IIC_READ_DATE 1
-30
View File
@@ -27,63 +27,33 @@ HW_Devices/iic.o: ../HW_Devices/iic.c ../HW_Devices/iic.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h
../HW_Devices/iic.h:
../Core/Inc/main.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h:
../Drivers/CMSIS/Include/core_cm3.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h:
+2 -2
View File
@@ -1,2 +1,2 @@
iic.c:13:6:IIC_SAND_DATE 40 static
iic.c:18:6:IIC_READ_DATE 40 static
../HW_Devices/iic.c:13:6:IIC_SAND_DATE 40 static
../HW_Devices/iic.c:18:6:IIC_READ_DATE 40 static
+1
View File
@@ -0,0 +1 @@
../HW_Devices/key.c:13:6:GEI_BUTTON_CODE 9
-30
View File
@@ -27,63 +27,33 @@ HW_Devices/key.o: ../HW_Devices/key.c ../HW_Devices/key.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h
../HW_Devices/key.h:
../Core/Inc/main.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h:
../Drivers/CMSIS/Include/core_cm3.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h:
+1 -1
View File
@@ -1 +1 @@
key.c:13:6:GEI_BUTTON_CODE 16 static
../HW_Devices/key.c:13:6:GEI_BUTTON_CODE 16 static
+19
View File
@@ -0,0 +1,19 @@
../HW_Devices/rs522.c:18:9:ReadRawRC 1
../HW_Devices/rs522.c:38:6:WriteRawRC 1
../HW_Devices/rs522.c:56:6:SetBitMask 1
../HW_Devices/rs522.c:71:6:ClearBitMask 1
../HW_Devices/rs522.c:86:6:PcdAntennaOn 2
../HW_Devices/rs522.c:104:6:PcdAntennaOff 1
../HW_Devices/rs522.c:118:6:PcdReset 2
../HW_Devices/rs522.c:140:6:M500PcdConfigISOType 2
../HW_Devices/rs522.c:171:6:PcdComMF522 16
../HW_Devices/rs522.c:282:6:PcdRequest 3
../HW_Devices/rs522.c:314:6:PcdAnticoll 4
../HW_Devices/rs522.c:353:6:CalulateCRC 4
../HW_Devices/rs522.c:383:6:PcdSelect 4
../HW_Devices/rs522.c:426:6:PcdAuthState 5
../HW_Devices/rs522.c:465:6:PcdWrite 9
../HW_Devices/rs522.c:506:6:PcdRead 4
../HW_Devices/rs522.c:539:6:PcdHalt 1
../HW_Devices/rs522.c:552:6:IC_CMT 2
../HW_Devices/rs522.c:571:6:RC522_Init 1
-30
View File
@@ -27,63 +27,33 @@ HW_Devices/rs522.o: ../HW_Devices/rs522.c ../HW_Devices/rs522.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h
../HW_Devices/rs522.h:
../Core/Inc/main.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h:
../Drivers/CMSIS/Include/core_cm3.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h:
+19 -19
View File
@@ -1,19 +1,19 @@
rs522.c:18:9:ReadRawRC 24 static
rs522.c:38:6:WriteRawRC 24 static
rs522.c:56:6:SetBitMask 24 static
rs522.c:71:6:ClearBitMask 24 static
rs522.c:86:6:PcdAntennaOn 16 static
rs522.c:104:6:PcdAntennaOff 8 static
rs522.c:118:6:PcdReset 8 static
rs522.c:140:6:M500PcdConfigISOType 16 static
rs522.c:171:6:PcdComMF522 48 static
rs522.c:282:6:PcdRequest 48 static
rs522.c:314:6:PcdAnticoll 56 static
rs522.c:353:6:CalulateCRC 40 static
rs522.c:383:6:PcdSelect 48 static
rs522.c:426:6:PcdAuthState 56 static
rs522.c:465:6:PcdWrite 48 static
rs522.c:506:6:PcdRead 48 static
rs522.c:539:6:PcdHalt 40 static
rs522.c:552:6:IC_CMT 32 static
rs522.c:571:6:RC522_Init 8 static
../HW_Devices/rs522.c:18:9:ReadRawRC 24 static
../HW_Devices/rs522.c:38:6:WriteRawRC 24 static
../HW_Devices/rs522.c:56:6:SetBitMask 24 static
../HW_Devices/rs522.c:71:6:ClearBitMask 24 static
../HW_Devices/rs522.c:86:6:PcdAntennaOn 16 static
../HW_Devices/rs522.c:104:6:PcdAntennaOff 8 static
../HW_Devices/rs522.c:118:6:PcdReset 8 static
../HW_Devices/rs522.c:140:6:M500PcdConfigISOType 16 static
../HW_Devices/rs522.c:171:6:PcdComMF522 48 static
../HW_Devices/rs522.c:282:6:PcdRequest 48 static
../HW_Devices/rs522.c:314:6:PcdAnticoll 56 static
../HW_Devices/rs522.c:353:6:CalulateCRC 40 static
../HW_Devices/rs522.c:383:6:PcdSelect 48 static
../HW_Devices/rs522.c:426:6:PcdAuthState 56 static
../HW_Devices/rs522.c:465:6:PcdWrite 48 static
../HW_Devices/rs522.c:506:6:PcdRead 48 static
../HW_Devices/rs522.c:539:6:PcdHalt 40 static
../HW_Devices/rs522.c:552:6:IC_CMT 32 static
../HW_Devices/rs522.c:571:6:RC522_Init 8 static
+4 -4
View File
@@ -1,6 +1,6 @@
################################################################################
# Automatically-generated file. Do not edit!
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
# Toolchain: GNU Tools for STM32 (11.3.rel1)
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
@@ -33,13 +33,13 @@ C_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
HW_Devices/%.o: ../HW_Devices/%.c HW_Devices/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xE -c -I../Core/Inc -I"C:/Users/wuwen/Desktop/M3s_stm32/SW_APPs" -I"C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices" -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
HW_Devices/%.o HW_Devices/%.su HW_Devices/%.cyclo: ../HW_Devices/%.c HW_Devices/subdir.mk
arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xE -c -I../Core/Inc -I"C:/Users/wuwen/m3s_stm32/SW_APPs" -I"C:/Users/wuwen/m3s_stm32/HW_Devices" -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F1xx_HAL_Driver/Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
clean: clean-HW_Devices
clean-HW_Devices:
-$(RM) ./HW_Devices/LCD.d ./HW_Devices/LCD.o ./HW_Devices/buzzer.d ./HW_Devices/buzzer.o ./HW_Devices/eeprom.d ./HW_Devices/eeprom.o ./HW_Devices/iic.d ./HW_Devices/iic.o ./HW_Devices/key.d ./HW_Devices/key.o ./HW_Devices/rs522.d ./HW_Devices/rs522.o ./HW_Devices/touch.d ./HW_Devices/touch.o
-$(RM) ./HW_Devices/LCD.cyclo ./HW_Devices/LCD.d ./HW_Devices/LCD.o ./HW_Devices/LCD.su ./HW_Devices/buzzer.cyclo ./HW_Devices/buzzer.d ./HW_Devices/buzzer.o ./HW_Devices/buzzer.su ./HW_Devices/eeprom.cyclo ./HW_Devices/eeprom.d ./HW_Devices/eeprom.o ./HW_Devices/eeprom.su ./HW_Devices/iic.cyclo ./HW_Devices/iic.d ./HW_Devices/iic.o ./HW_Devices/iic.su ./HW_Devices/key.cyclo ./HW_Devices/key.d ./HW_Devices/key.o ./HW_Devices/key.su ./HW_Devices/rs522.cyclo ./HW_Devices/rs522.d ./HW_Devices/rs522.o ./HW_Devices/rs522.su ./HW_Devices/touch.cyclo ./HW_Devices/touch.d ./HW_Devices/touch.o ./HW_Devices/touch.su
.PHONY: clean-HW_Devices
+9
View File
@@ -0,0 +1,9 @@
../HW_Devices/touch.c:20:6:TP_Write_Byte 3
../HW_Devices/touch.c:36:10:TP_Read_AD 3
../HW_Devices/touch.c:70:10:TP_Read_XOY 6
../HW_Devices/touch.c:97:6:TP_Read_XY_ADC 1
../HW_Devices/touch.c:111:9:TP_Read_XY2 9
../HW_Devices/touch.c:131:6:TP_Server 3
../HW_Devices/touch.c:154:6:TP_XY 2
../HW_Devices/touch.c:167:6:TP_DrwaTrage 1
../HW_Devices/touch.c:178:6:TP_adjustment 27
-32
View File
@@ -28,67 +28,35 @@ HW_Devices/touch.o: ../HW_Devices/touch.c ../HW_Devices/touch.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h \
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h \
../HW_Devices/LCD.h ../HW_Devices/eeprom.h
../HW_Devices/touch.h:
../Core/Inc/main.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal.h:
../Core/Inc/stm32f1xx_hal_conf.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_def.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f1xx.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/stm32f103xe.h:
../Drivers/CMSIS/Include/core_cm3.h:
../Drivers/CMSIS/Include/cmsis_version.h:
../Drivers/CMSIS/Include/cmsis_compiler.h:
../Drivers/CMSIS/Include/cmsis_gcc.h:
../Drivers/CMSIS/Device/ST/STM32F1xx/Include/system_stm32f1xx.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_rcc_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_gpio_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_exti.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_dma_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_cortex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_flash_ex.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_sram.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_ll_fsmc.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_i2c.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_pwr.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_spi.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim.h:
../Drivers/STM32F1xx_HAL_Driver/Inc/stm32f1xx_hal_tim_ex.h:
../HW_Devices/LCD.h:
../HW_Devices/eeprom.h:
+9 -9
View File
@@ -1,9 +1,9 @@
touch.c:20:6:TP_Write_Byte 24 static
touch.c:36:10:TP_Read_AD 24 static
touch.c:70:10:TP_Read_XOY 48 static
touch.c:97:6:TP_Read_XY_ADC 24 static
touch.c:111:9:TP_Read_XY2 24 static
touch.c:131:6:TP_Server 16 static
touch.c:154:6:TP_XY 24 static
touch.c:167:6:TP_DrwaTrage 40 static
touch.c:178:6:TP_adjustment 168 static
../HW_Devices/touch.c:20:6:TP_Write_Byte 24 static
../HW_Devices/touch.c:36:10:TP_Read_AD 24 static
../HW_Devices/touch.c:70:10:TP_Read_XOY 48 static
../HW_Devices/touch.c:97:6:TP_Read_XY_ADC 24 static
../HW_Devices/touch.c:111:9:TP_Read_XY2 24 static
../HW_Devices/touch.c:131:6:TP_Server 16 static
../HW_Devices/touch.c:154:6:TP_XY 24 static
../HW_Devices/touch.c:167:6:TP_DrwaTrage 40 static
../HW_Devices/touch.c:178:6:TP_adjustment 168 static