Updated Makefile to use submodule.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
imi415 2021-01-11 00:29:31 +08:00
parent 12354078aa
commit f802b3d910
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
3 changed files with 7 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "Drivers/Third_Party/depg0213_epd"]
path = Drivers/Third_Party/depg0213_epd
url = https://git.minori.work/Embedded_Drivers/depg0213_epd.git

1
Drivers/Third_Party/depg0213_epd vendored Submodule

@ -0,0 +1 @@
Subproject commit ee058f9d781c88ea75227afd3b2f0dd83f5fbeb8

View File

@ -73,7 +73,7 @@ Middlewares/Third_Party/FreeRTOS/Source/timers.c \
Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/cmsis_os2.c \
Middlewares/Third_Party/FreeRTOS/Source/portable/MemMang/heap_4.c \
Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/port.c \
Core/Src/depg0213_epd.c \
Drivers/Third_Party/depg0213_epd/depg0213_epd.c \
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc.c \
Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_hal_rtc_ex.c
@ -139,7 +139,8 @@ C_INCLUDES = \
-IDrivers/CMSIS/Include \
-IMiddlewares/Third_Party/FreeRTOS/Source/include \
-IMiddlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 \
-IMiddlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F
-IMiddlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F \
-IDrivers/Third_Party/depg0213_epd
# compile gcc flags