2krom写满了,都不知道怎么优化了
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
my_software/flash.o: ../my_software/flash.c ../my_software/flash.h \
|
||||
my_software/eeprom.o: ../my_software/eeprom.c ../my_software/eeprom.h \
|
||||
../Core/Inc/main.h ../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h \
|
||||
../Core/Inc/stm32f0xx_hal_conf.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_rcc.h \
|
||||
@@ -27,9 +27,10 @@ my_software/flash.o: ../my_software/flash.c ../my_software/flash.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h \
|
||||
../my_software/iic.h
|
||||
|
||||
../my_software/flash.h:
|
||||
../my_software/eeprom.h:
|
||||
|
||||
../Core/Inc/main.h:
|
||||
|
||||
@@ -90,3 +91,5 @@ my_software/flash.o: ../my_software/flash.c ../my_software/flash.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim.h:
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h:
|
||||
|
||||
../my_software/iic.h:
|
||||
@@ -0,0 +1,4 @@
|
||||
eeprom.c:16:6:EPPROM_SLOWWRITE_INIT 8 static
|
||||
eeprom.c:26:6:EEPROM_SLOWWRITE_SERVER 16 static
|
||||
eeprom.c:53:6:EEPROM_READ_BATY 16 static
|
||||
eeprom.c:58:6:EEPROM_WRITE_BATY 32 static
|
||||
@@ -27,7 +27,8 @@ my_software/iic.o: ../my_software/iic.c ../my_software/iic.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_pwr_ex.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h \
|
||||
../my_software/gpio.h
|
||||
|
||||
../my_software/iic.h:
|
||||
|
||||
@@ -90,3 +91,5 @@ my_software/iic.o: ../my_software/iic.c ../my_software/iic.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim.h:
|
||||
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h:
|
||||
|
||||
../my_software/gpio.h:
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
iic.c:15:6:iic_start 8 static
|
||||
iic.c:23:6:iic_stop 8 static
|
||||
iic.c:30:6:iic_ack 8 static
|
||||
iic.c:36:6:IIC_Write_Byte 24 static
|
||||
iic.c:53:15:IIC_Read_Byte 16 static
|
||||
iic.c:72:6:IIC_SAND_DATE 32 static
|
||||
iic.c:88:6:IIC_READ_DATE 32 static
|
||||
|
||||
@@ -29,7 +29,7 @@ my_software/my_code.o: ../my_software/my_code.c ../my_software/my_code.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim.h \
|
||||
../Drivers/STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal_tim_ex.h \
|
||||
../my_software/gpio.h ../my_software/button.h ../my_software/ht1621.h \
|
||||
../my_software/flash.h ../my_software/r480r.h
|
||||
../my_software/r480r.h ../my_software/eeprom.h
|
||||
|
||||
../my_software/my_code.h:
|
||||
|
||||
@@ -99,6 +99,6 @@ my_software/my_code.o: ../my_software/my_code.c ../my_software/my_code.h \
|
||||
|
||||
../my_software/ht1621.h:
|
||||
|
||||
../my_software/flash.h:
|
||||
|
||||
../my_software/r480r.h:
|
||||
|
||||
../my_software/eeprom.h:
|
||||
|
||||
@@ -3,4 +3,4 @@ my_code.c:56:6:Sand_Byte_to_595_2 24 static
|
||||
my_code.c:77:6:hc2_sever 16 static
|
||||
my_code.c:104:6:moto_server 8 static
|
||||
my_code.c:210:6:HT1621_Display_GetButton 24 static
|
||||
my_code.c:254:6:my_code 32 static
|
||||
my_code.c:254:6:my_code 40 static
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../my_software/button.c \
|
||||
../my_software/flash.c \
|
||||
../my_software/eeprom.c \
|
||||
../my_software/gpio.c \
|
||||
../my_software/ht1621.c \
|
||||
../my_software/iic.c \
|
||||
@@ -15,7 +15,7 @@ C_SRCS += \
|
||||
|
||||
OBJS += \
|
||||
./my_software/button.o \
|
||||
./my_software/flash.o \
|
||||
./my_software/eeprom.o \
|
||||
./my_software/gpio.o \
|
||||
./my_software/ht1621.o \
|
||||
./my_software/iic.o \
|
||||
@@ -24,7 +24,7 @@ OBJS += \
|
||||
|
||||
C_DEPS += \
|
||||
./my_software/button.d \
|
||||
./my_software/flash.d \
|
||||
./my_software/eeprom.d \
|
||||
./my_software/gpio.d \
|
||||
./my_software/ht1621.d \
|
||||
./my_software/iic.d \
|
||||
|
||||
Reference in New Issue
Block a user