From: Mart Lubbers Date: Mon, 23 Jan 2017 09:47:40 +0000 (+0100) Subject: add chibios as dependency X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=9f027e68e5539f45f99e22fb3662c12d334835a9;p=mTask.git add chibios as dependency --- 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).