FT_CAN_AL -> can-halal

This commit is contained in:
Jasper Blanckenburg 2023-03-20 15:08:51 +01:00
parent 5d53db3e05
commit 73e878097e
5 changed files with 5 additions and 5 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "Core/Lib/FT_CAN_AL"]
path = Core/Lib/FT_CAN_AL
path = Core/Lib/can-halal
url = ssh://git@git.fasttube.de:313/FaSTTUBe/FT_CAN_AL.git

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

1
Core/Lib/can-halal Submodule

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

View File

@ -3,7 +3,7 @@
#include "main.h"
#include "ui.h"
#include "FT_CAN_AL.h"
#include "can-halal.h"
#include "stm32h7xx.h"
#include "stm32h7xx_hal.h"

View File

@ -37,7 +37,7 @@ BUILD_DIR = build
# C sources
C_SOURCES = \
AZURE_RTOS/App/app_azure_rtos.c \
Core/Lib/FT_CAN_AL/FT_CAN_AL.c \
Core/Lib/can-halal/can-halal.c \
Core/Src/app.c \
Core/Src/app_threadx.c \
Core/Src/hx8357d.c \
@ -471,7 +471,7 @@ AS_INCLUDES = \
C_INCLUDES = \
-IAZURE_RTOS/App \
-ICore/Inc \
-ICore/Lib/FT_CAN_AL \
-ICore/Lib/can-halal \
-IDrivers/CMSIS/Device/ST/STM32H7xx/Include \
-IDrivers/CMSIS/Include \
-IDrivers/STM32H7xx_HAL_Driver/Inc \