mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
import ChibiOS as submodule
This commit is contained in:
parent
883d916765
commit
9f0abd70d3
3 changed files with 6 additions and 1 deletions
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
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue