颜色控制器测试

Signed-off-by: fong <wuwenfengmi@outlook.com>
This commit is contained in:
fong
2024-01-01 01:08:11 +08:00
parent be3a8d1a9c
commit 5e222238d3
19 changed files with 8370 additions and 8967 deletions
+2
View File
@@ -0,0 +1,2 @@
../SW_APPs/APP_KEYBOARD.c:12:6:APP_KEYBOARD_init 1
../SW_APPs/APP_KEYBOARD.c:16:6:APP_KEYBOARD_loop 1
+63
View File
@@ -0,0 +1,63 @@
SW_APPs/APP_KEYBOARD.o: ../SW_APPs/APP_KEYBOARD.c \
../SW_APPs/APP_keyboard.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 \
../SW_APPs/windows.h C:/Users/wuwen/m3s_stm32/HW_Devices/lcd.h
../SW_APPs/APP_keyboard.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:
../SW_APPs/windows.h:
C:/Users/wuwen/m3s_stm32/HW_Devices/lcd.h:
+2
View File
@@ -0,0 +1,2 @@
../SW_APPs/APP_KEYBOARD.c:12:6:APP_KEYBOARD_init 16 static
../SW_APPs/APP_KEYBOARD.c:16:6:APP_KEYBOARD_loop 4 static
+2
View File
@@ -0,0 +1,2 @@
../SW_APPs/APP_colorcontrol.c:5:6:APP_COLORCONTROL_init 1
../SW_APPs/APP_colorcontrol.c:9:6:APP_COLORCONTROL_loop 1
+63
View File
@@ -0,0 +1,63 @@
SW_APPs/APP_colorcontrol.o: ../SW_APPs/APP_colorcontrol.c \
../SW_APPs/APP_colorcontrol.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 \
../SW_APPs/windows.h C:/Users/wuwen/m3s_stm32/HW_Devices/lcd.h
../SW_APPs/APP_colorcontrol.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:
../SW_APPs/windows.h:
C:/Users/wuwen/m3s_stm32/HW_Devices/lcd.h:
+2
View File
@@ -0,0 +1,2 @@
../SW_APPs/APP_colorcontrol.c:5:6:APP_COLORCONTROL_init 16 static
../SW_APPs/APP_colorcontrol.c:9:6:APP_COLORCONTROL_loop 4 static
+1 -1
View File
@@ -1 +1 @@
../SW_APPs/Main_APP.c:23:6:main_app 3
../SW_APPs/Main_APP.c:26:6:main_app 3
+4 -1
View File
@@ -32,7 +32,8 @@ SW_APPs/Main_APP.o: ../SW_APPs/Main_APP.c ../SW_APPs/Main_APP.h \
C:/Users/wuwen/m3s_stm32/HW_Devices/touch.h \
C:/Users/wuwen/m3s_stm32/HW_Devices/eeprom.h \
C:/Users/wuwen/m3s_stm32/HW_Devices/key.h \
C:/Users/wuwen/m3s_stm32/HW_Devices/buzzer.h
C:/Users/wuwen/m3s_stm32/HW_Devices/buzzer.h \
../SW_APPs/APP_colorcontrol.h ../SW_APPs/APP_keyboard.h
../SW_APPs/Main_APP.h:
C:/Users/wuwen/m3s_stm32/HW_Devices/LCD.h:
../Core/Inc/main.h:
@@ -70,3 +71,5 @@ C:/Users/wuwen/m3s_stm32/HW_Devices/touch.h:
C:/Users/wuwen/m3s_stm32/HW_Devices/eeprom.h:
C:/Users/wuwen/m3s_stm32/HW_Devices/key.h:
C:/Users/wuwen/m3s_stm32/HW_Devices/buzzer.h:
../SW_APPs/APP_colorcontrol.h:
../SW_APPs/APP_keyboard.h:
+1 -1
View File
@@ -1 +1 @@
../SW_APPs/Main_APP.c:23:6:main_app 96 static
../SW_APPs/Main_APP.c:26:6:main_app 96 static
+7 -1
View File
@@ -6,21 +6,27 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../SW_APPs/APP_IDcard.c \
../SW_APPs/APP_KEYBOARD.c \
../SW_APPs/APP_blood.c \
../SW_APPs/APP_colorcontrol.c \
../SW_APPs/APP_morsecode.c \
../SW_APPs/Main_APP.c \
../SW_APPs/windows.c
OBJS += \
./SW_APPs/APP_IDcard.o \
./SW_APPs/APP_KEYBOARD.o \
./SW_APPs/APP_blood.o \
./SW_APPs/APP_colorcontrol.o \
./SW_APPs/APP_morsecode.o \
./SW_APPs/Main_APP.o \
./SW_APPs/windows.o
C_DEPS += \
./SW_APPs/APP_IDcard.d \
./SW_APPs/APP_KEYBOARD.d \
./SW_APPs/APP_blood.d \
./SW_APPs/APP_colorcontrol.d \
./SW_APPs/APP_morsecode.d \
./SW_APPs/Main_APP.d \
./SW_APPs/windows.d
@@ -33,7 +39,7 @@ SW_APPs/%.o SW_APPs/%.su SW_APPs/%.cyclo: ../SW_APPs/%.c SW_APPs/subdir.mk
clean: clean-SW_APPs
clean-SW_APPs:
-$(RM) ./SW_APPs/APP_IDcard.cyclo ./SW_APPs/APP_IDcard.d ./SW_APPs/APP_IDcard.o ./SW_APPs/APP_IDcard.su ./SW_APPs/APP_blood.cyclo ./SW_APPs/APP_blood.d ./SW_APPs/APP_blood.o ./SW_APPs/APP_blood.su ./SW_APPs/APP_morsecode.cyclo ./SW_APPs/APP_morsecode.d ./SW_APPs/APP_morsecode.o ./SW_APPs/APP_morsecode.su ./SW_APPs/Main_APP.cyclo ./SW_APPs/Main_APP.d ./SW_APPs/Main_APP.o ./SW_APPs/Main_APP.su ./SW_APPs/windows.cyclo ./SW_APPs/windows.d ./SW_APPs/windows.o ./SW_APPs/windows.su
-$(RM) ./SW_APPs/APP_IDcard.cyclo ./SW_APPs/APP_IDcard.d ./SW_APPs/APP_IDcard.o ./SW_APPs/APP_IDcard.su ./SW_APPs/APP_KEYBOARD.cyclo ./SW_APPs/APP_KEYBOARD.d ./SW_APPs/APP_KEYBOARD.o ./SW_APPs/APP_KEYBOARD.su ./SW_APPs/APP_blood.cyclo ./SW_APPs/APP_blood.d ./SW_APPs/APP_blood.o ./SW_APPs/APP_blood.su ./SW_APPs/APP_colorcontrol.cyclo ./SW_APPs/APP_colorcontrol.d ./SW_APPs/APP_colorcontrol.o ./SW_APPs/APP_colorcontrol.su ./SW_APPs/APP_morsecode.cyclo ./SW_APPs/APP_morsecode.d ./SW_APPs/APP_morsecode.o ./SW_APPs/APP_morsecode.su ./SW_APPs/Main_APP.cyclo ./SW_APPs/Main_APP.d ./SW_APPs/Main_APP.o ./SW_APPs/Main_APP.su ./SW_APPs/windows.cyclo ./SW_APPs/windows.d ./SW_APPs/windows.o ./SW_APPs/windows.su
.PHONY: clean-SW_APPs
+7320 -8392
View File
File diff suppressed because it is too large Load Diff
+828 -567
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -30,7 +30,9 @@
"./HW_Devices/rs522.o"
"./HW_Devices/touch.o"
"./SW_APPs/APP_IDcard.o"
"./SW_APPs/APP_KEYBOARD.o"
"./SW_APPs/APP_blood.o"
"./SW_APPs/APP_colorcontrol.o"
"./SW_APPs/APP_morsecode.o"
"./SW_APPs/Main_APP.o"
"./SW_APPs/windows.o"