gps: major restructuring & extension of ubx driver: use a submodule for gps drivers

The gps drivers are now in a platform-independent submodule because they
are used in QGroundControl as well
This commit is contained in:
Beat Küng
2016-04-19 16:22:53 +02:00
committed by Lorenz Meier
parent b427f5c90d
commit 1013ae7d49
5 changed files with 383 additions and 50 deletions

3
.gitmodules vendored
View File

@@ -35,3 +35,6 @@
[submodule "cmake/cmake_hexagon"]
path = cmake/cmake_hexagon
url = https://github.com/ATLFlight/cmake_hexagon
[submodule "src/drivers/gps/devices"]
path = src/drivers/gps/devices
url = https://github.com/PX4/GpsDrivers.git