mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
import ChibiOS as submodule
This commit is contained in:
parent
883d916765
commit
9f0abd70d3
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "ChibiOS"]
|
||||||
|
path = ChibiOS
|
||||||
|
url = git@github.com:edy555/ChibiOS.git
|
||||||
1
ChibiOS
Submodule
1
ChibiOS
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 15a5b731358f52c95c555a3593c3850e6120e7b8
|
||||||
3
Makefile
3
Makefile
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue