From 9f0abd70d3833c7b3fef69018972cf2bba6cec52 Mon Sep 17 00:00:00 2001 From: TT Date: Sat, 14 Jan 2017 10:05:08 +0900 Subject: [PATCH] import ChibiOS as submodule --- .gitmodules | 3 +++ ChibiOS | 1 + Makefile | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 ChibiOS diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d37926e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ChibiOS"] + path = ChibiOS + url = git@github.com:edy555/ChibiOS.git diff --git a/ChibiOS b/ChibiOS new file mode 160000 index 0000000..15a5b73 --- /dev/null +++ b/ChibiOS @@ -0,0 +1 @@ +Subproject commit 15a5b731358f52c95c555a3593c3850e6120e7b8 diff --git a/Makefile b/Makefile index 208d1df..03e87b0 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,8 @@ endif PROJECT = ch # Imported source files and paths -CHIBIOS = ../ChibiOS-RT +#CHIBIOS = ../ChibiOS-RT +CHIBIOS = ChibiOS PROJ = . # Startup files. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f0xx.mk