From 9f027e68e5539f45f99e22fb3662c12d334835a9 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Mon, 23 Jan 2017 10:47:40 +0100 Subject: [PATCH] add chibios as dependency --- .gitmodules | 3 +++ int/ChibiOS | 1 + int/Makefile | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 int/ChibiOS diff --git a/.gitmodules b/.gitmodules index 2788b6e..63e1c9c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -8,3 +8,6 @@ [submodule "iTasks-SDK"] path = iTasks-SDK url = https://gitlab.science.ru.nl/mlubbers/iTasks-SDK.git +[submodule "int/ChibiOS"] + path = int/ChibiOS + url = https://github.com/ChibiOS/ChibiOS.git diff --git a/int/ChibiOS b/int/ChibiOS new file mode 160000 index 0000000..d78431c --- /dev/null +++ b/int/ChibiOS @@ -0,0 +1 @@ +Subproject commit d78431c638f6c922526f01d32737fb2a75b433cf diff --git a/int/Makefile b/int/Makefile index ec6ad97..be9ee21 100644 --- a/int/Makefile +++ b/int/Makefile @@ -91,7 +91,7 @@ endif PROJECT = mTask # Imported source files and paths -CHIBIOS = /home/mrl/projects/ChibiOS +CHIBIOS = ./ChibiOS # Startup files. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f7xx.mk # HAL-OSAL files (optional). -- 2.20.1