Files
paparazzi/.gitmodules
T
Tom van Dijk 7b19e6918a Add nps target to cv_opencvdemo module (#2232)
* Add nps target to cv_opencvdemo module

Also re-enabled the canny edge detector example, as the result
is easier to see than the blurring example.

Added the LDFLAGS produced by the current version of opencv_bebop.

* Ignore uncommitted changes to opencv_bebop submodule

Added an "ignore = dirty" flag to .gitmodules to prevent opencv_bebop
from showing up in the git status with uncommited changes once it is
installed.
2018-02-09 11:25:48 +01:00

41 lines
1.3 KiB
Plaintext

[submodule "sw/ext/libopencm3"]
path = sw/ext/libopencm3
url = https://github.com/libopencm3/libopencm3.git
[submodule "sw/ext/luftboot"]
path = sw/ext/luftboot
url = https://github.com/paparazzi/luftboot.git
[submodule "sw/ext/fatfs"]
path = sw/ext/fatfs
url = https://github.com/enacuavlab/fatfs.git
[submodule "sw/ext/chibios"]
path = sw/ext/chibios
url = https://github.com/ChibiOS/ChibiOS.git
[submodule "sw/ext/libzbar"]
path = sw/ext/libzbar
url = https://github.com/paparazzi/libzbar
[submodule "sw/ext/libsbp"]
path = sw/ext/libsbp
url = https://github.com/swift-nav/libsbp.git
[submodule "sw/ext/mavlink"]
path = sw/ext/mavlink
url = https://github.com/paparazzi/mavlink.git
[submodule "sw/ext/pprzlink"]
path = sw/ext/pprzlink
url = https://github.com/paparazzi/pprzlink.git
[submodule "sw/ext/opencv_bebop"]
path = sw/ext/opencv_bebop
url = https://github.com/tudelft/opencv_bebop.git
ignore = dirty
[submodule "sw/ext/TRICAL"]
path = sw/ext/TRICAL
url = https://github.com/sfwa/TRICAL.git
[submodule "sw/ext/hacl-c"]
path = sw/ext/hacl-c
url = https://github.com/paparazzi/hacl-c.git
[submodule "sw/ext/rustlink"]
path = sw/ext/rustlink
url = https://github.com/paparazzi/rustlink.git
[submodule "sw/ext/key_generator"]
path = sw/ext/key_generator
url = https://github.com/paparazzi/key_generator.git