完成莫尔斯电码功能

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-03-06 16:00:38 +08:00
parent 88344b12bd
commit 72fbaa0e23
32 changed files with 19537 additions and 15988 deletions
+2 -2
View File
@@ -1,3 +1,3 @@
APP_morsecode.c:140:6:APP_morsecode_init 24 static
APP_morsecode.c:151:6:getmorsecode 24 static
APP_morsecode.c:164:6:APP_morsecode_loop 40 static
APP_morsecode.c:153:6:getmorsecode 24 static
APP_morsecode.c:168:6:APP_morsecode_loop 56 static
+4 -1
View File
@@ -31,7 +31,8 @@ SW_APPs/Main_APP.o: ../SW_APPs/Main_APP.c ../SW_APPs/Main_APP.h \
../SW_APPs/windows.h C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/lcd.h \
C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/touch.h \
C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/eeprom.h \
C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/key.h
C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/key.h \
C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/buzzer.h
../SW_APPs/Main_APP.h:
@@ -104,3 +105,5 @@ C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/touch.h:
C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/eeprom.h:
C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/key.h:
C:/Users/wuwen/Desktop/M3s_stm32/HW_Devices/buzzer.h:
+1 -1
View File
@@ -1 +1 @@
Main_APP.c:21:6:main_app 96 static
Main_APP.c:23:6:main_app 96 static
+1 -1
View File
@@ -28,7 +28,7 @@ C_DEPS += \
# Each subdirectory must supply rules for building sources it contributes
SW_APPs/%.o: ../SW_APPs/%.c SW_APPs/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/STM32F1xx_HAL_Driver/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
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 "$@"
clean: clean-SW_APPs