import ChibiOS as submodule

This commit is contained in:
TT 2017-01-14 10:05:08 +09:00
parent 883d916765
commit 9f0abd70d3
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule "ChibiOS"]
path = ChibiOS
url = git@github.com:edy555/ChibiOS.git

1
ChibiOS Submodule

@ -0,0 +1 @@
Subproject commit 15a5b731358f52c95c555a3593c3850e6120e7b8

View file

@ -81,7 +81,8 @@ endif
PROJECT = ch PROJECT = ch
# Imported source files and paths # Imported source files and paths
CHIBIOS = ../ChibiOS-RT #CHIBIOS = ../ChibiOS-RT
CHIBIOS = ChibiOS
PROJ = . PROJ = .
# Startup files. # Startup files.
include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f0xx.mk include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32f0xx.mk