Andrew Tridgell
3dea2c08fb
mavlink: submodule update
2016-05-24 07:57:38 +10:00
Andrew Tridgell
eb4707f65c
mavlink: submodule update
...
check for NULL ptr
2016-05-23 23:41:01 +10:00
Andrew Tridgell
d21e2ceaf2
mavlink: update submodule
...
merged in latest changes from upstream
2016-05-23 15:48:43 +10:00
Andrew Tridgell
08c258d44e
mavlink: update submodule
...
merged in latest changes from upstream
2016-05-23 11:51:28 +10:00
Andrew Tridgell
0f07a5d55b
mavlink: update submodule
...
fixed resend of signed packets
2016-05-23 11:46:53 +10:00
Andrew Tridgell
7654c9ce38
mavlink: submodule update
...
sha256 build fix with waf
2016-05-21 15:25:18 +10:00
Andrew Tridgell
4a5e001053
PX4Firmware: switched to MAVLink2 headers for uavcan
2016-05-21 15:25:18 +10:00
Andrew Tridgell
3f84ece625
mavlink: merged with upstream master
...
this brings in the MAVLink2 changes
2016-05-21 15:25:18 +10:00
Randy Mackay
28b52a6b78
Modules: update mavlink to include MAV_CMD_NAV_DELAY
2016-05-19 16:15:56 +09:00
Lucas De Marchi
2410575d6c
PXFirmware: submodule update
...
Fix build with waf
2016-05-18 15:36:48 -03:00
Andrew Tridgell
848420648e
PX4Firmware: submodule update
...
pwm_input resolution control
2016-05-14 18:05:46 +10:00
Andrew Tridgell
5db22f57a9
mavlink: submodule update
...
merge upstream
2016-05-01 07:37:46 +10:00
Michael Oborne
e8ce7abdd2
Mavlink update
...
Conflicts:
modules/mavlink
2016-05-01 07:13:45 +10:00
Andrew Tridgell
ca6bb27a3c
PX4Firmware: submodule update
...
allow oneshot on subset of channels and don't enable channels till
safety off on FMU
2016-04-22 13:41:44 +10:00
Michael du Breuil
9398531811
Mavlink: change mavlink commit to reflect changes to the flags
2016-04-17 19:00:03 -07:00
Andrew Tridgell
9020a34a34
PX4Firmware: submodule update
2016-04-16 18:52:40 +10:00
Andrew Tridgell
3acfe8bea3
PX4Firmware: submodule update
2016-04-16 08:32:47 +10:00
Andrew Tridgell
ebd89bd078
PX4Firmware: submodule update
...
improved oneshot support
2016-04-16 07:30:43 +10:00
Andrew Tridgell
5db94ec6e7
PX4Firmware: submodule update
...
support oneshot on px4io
2016-04-16 07:30:43 +10:00
Andrew Tridgell
bb5db870cb
PX4Firmware: submodule update
...
added SET_MODE ioctl
2016-04-15 09:28:52 +10:00
Andrew Tridgell
471e0a67a3
PX4Firmare: submodule update
...
analog RSSI for Pixracer
2016-04-14 11:13:47 +10:00
Andrew Tridgell
2061264679
PX4Firmware: submodule update
...
allow safety control via mavlink on FMUv4
2016-04-14 08:05:06 +10:00
Andrew Tridgell
ccddd07d27
PX4Firmware: submodule update
2016-04-14 08:05:05 +10:00
Andrew Tridgell
b3d58d220e
PX4Firmare: submodule update
2016-04-14 08:05:04 +10:00
Andrew Tridgell
6c8f0ffad4
mavlink: update submodule
...
merged latest from upstream
2016-04-05 11:43:24 +10:00
Lucas De Marchi
40839cb288
PX4NuttX: fix concurrency while building apps
...
Update submodule with fix to the build system.
2016-03-31 14:25:16 -03:00
Andrew Tridgell
19d1895d96
PX4Firmware: submodule update
...
increase px4io stack size and reduce memory usage
2016-03-24 15:27:40 +11:00
Gustavo Jose de Sousa
dbd27a9f39
waf: update submodule
...
Cherry-pick the upstream commit:
f556c6e "Add commit() method to ConfigSet"
That will be used for transactionally loading compiler-specific tools for
cross-compilation configuration.
2016-03-23 17:05:22 -03:00
Andrew Tridgell
f8c3ceca3a
PX4Firmware: submodule update
...
fixed issue with px4io firmware update
2016-03-17 16:28:18 +11:00
Andrew Tridgell
bfed1658c4
mavlink: update from upstream
2016-03-16 09:23:48 +11:00
Gustavo Jose de Sousa
6619af2e22
PX4Firmware: update submodule for cmake build
2016-03-14 11:54:23 -03:00
Andrew Tridgell
f2411ac46e
PX4Firmware: support 16 channel SBUS out in px4io
2016-03-13 10:05:31 +11:00
Andrew Tridgell
7b4a4f6232
PX4Firmware: submodule update
2016-03-10 15:47:22 +11:00
Andrew Tridgell
4a2f2483cb
PX4Firmware: submodule update (SBUS frame rate)
2016-03-10 15:28:46 +11:00
Andrew Tridgell
37056e8738
modules: updates for uavcan auto-detect and new upstream
...
thanks to Holger
2016-03-05 09:33:11 +11:00
Andrew Tridgell
e6d2617936
PX4Firmware: submodule update (fmuv4 reset)
2016-03-05 08:27:20 +11:00
Andrew Tridgell
9c2d4b6a7f
modules: updates for uavcan
2016-03-04 14:57:16 +11:00
Gustavo Jose de Sousa
dc66f68295
waf: update submodule
...
We cherry-picked the upstream commit
f56f22bb "Prefix by # to have the artifacts at the root of the build directory"
on top of version 1.8.18.
That commit allows us to use '#' at the beginning of programs and libraries
target paths to tell Waf that the paths are relative to the build directory.
With that we don't need to pass a Node instance to our task generators and lose
the filename formatting done by C/C++ tools.
That feature will be on the 1.9 release. When that is out, we can update our
submodule to that release.
2016-02-27 03:13:08 -03:00
Andrew Tridgell
ff334f426c
mavlink: submodule update
2016-02-24 20:12:27 +11:00
Andrew Tridgell
e777176c4d
PX4Firmware: submodule update
...
fixed perf on usb
2016-02-23 16:34:06 +11:00
Andrew Tridgell
cc626d2fc7
PX4Firmware: submodule update (SBUS fix)
2016-02-19 22:30:28 +11:00
Andrew Tridgell
6515a15843
mavlink: submodule update
2016-02-12 20:39:20 +11:00
Tom Pittenger
9500dc6b77
mavlink: update submodule
2016-02-10 23:14:31 -08:00
Andrew Tridgell
123550a447
mavlink: submodule update
2016-02-09 17:48:38 +11:00
Andrew Tridgell
ae8b3233ed
PX4Firmware: submodule update
...
applied ms5611 fix from jaxxzer
2016-02-08 12:18:42 +11:00
Andrew Tridgell
fd3ae0f931
PX4Firmware: submodule update
2016-02-08 09:18:04 +11:00
Andrew Tridgell
e84506679e
PX4Firmware: submodule update (ms5611 fix for FMUv4)
2016-01-31 21:58:55 +11:00
Andrew Tridgell
c85f9e8b44
PX4Firmware: submodule update
2016-01-30 08:45:04 +11:00
Andrew Tridgell
954674890d
PX4Firmware: submodule update
2016-01-29 12:34:56 +11:00
Andrew Tridgell
1839b73b39
PX4Firmware: submodule update
2016-01-29 12:20:24 +11:00
Andrew Tridgell
869b5e96b1
mavlink: submodule update
...
raise version
2016-01-25 19:43:55 +11:00
Gustavo Jose de Sousa
58c9ef6b18
gtest: add submodule at version 1.7.0
2016-01-19 00:21:15 -02:00
Andrew Tridgell
9e243f50ca
mavlink: submodule update
2016-01-15 19:11:05 +11:00
bugobliterator
abc2d712c3
submodule/mavlink:update mavlink submodule
2016-01-15 07:28:48 +11:00
Siddharth Bharat Purohit
9a534da18c
modules: add mavlink submodule
2016-01-15 07:28:47 +11:00
Gustavo Jose de Sousa
2aa195e39b
waf: update waf submodule to v1.8.18
2016-01-07 15:05:07 -02:00
Andrew Tridgell
5692ed629a
PX4Firmware: submodule update (smbus battery update)
2016-01-07 11:34:04 +11:00
Andrew Tridgell
00811f8509
PX4Firmware: submodule update
...
fixed ICM2608 bug
2015-12-06 14:14:58 +11:00
Andrew Tridgell
02937f2f84
PX4Firmware: submodule update
...
fixed safety switch disable on boot
2015-12-05 06:56:46 +11:00
Gustavo Jose de Sousa
1dfd8bc3c7
gbenchmark: add submodule for Google Benchmark at version v0.1.0
2015-12-03 07:54:31 +11:00
Gustavo Jose de Sousa
b9650696b7
waf: add waf submodule at version 1.8.16
2015-12-03 07:54:30 +11:00
Andrew Tridgell
1768e806bb
PX4Firmware: submodule update
...
SBUS support for FMUv4
2015-11-29 16:56:46 +11:00
Andrew Tridgell
00276273cf
PX4Firmware: submodule update (major update from upstream)
2015-11-27 18:54:31 +11:00
Andrew Tridgell
1f9ed423c4
PX4Firmware: submodule update (fix ppmsum)
2015-11-27 18:54:31 +11:00
Andrew Tridgell
9781e46e7f
PX4Firmware: submodule update
2015-11-27 18:54:31 +11:00
Andrew Tridgell
344cd926a8
PX4Firmware: submodule update
2015-11-27 18:54:30 +11:00
Andrew Tridgell
104a0fcc6a
PX4Firmware: submodule update
2015-11-18 10:34:13 +11:00
Andrew Tridgell
17f9712254
PX4Firmware: submodule update
2015-09-23 09:03:26 +10:00
Andrew Tridgell
3eaed29e38
PX4Firmware: submodule update
2015-09-14 17:30:20 +10:00
Lucas De Marchi
64d1f378b5
build: speedup PX4 build
...
By serializing only the right part it's possible to speedup a clean
build of ardupilot + PX4Firmware. In my machine, doing a
"make -j6 px4-v2" without ccache now works, completing the job in
2min10s (previously it was breaking in the generation of the config.h
header inside PX4.
For comparison, a complete build with -j1 on the same machine (the only
possible option without this patch) takes around 4min40s.
2015-09-14 17:23:46 +10:00
Siddharth Bharat Purohit
c126017035
AP_Compass: reduce to if healthy check from if-else
2015-09-03 16:59:14 +10:00
Siddharth Bharat Purohit
cdd8bae6ac
AP_Compass: publish raw and unfiltered field for HMC5843 compass
2015-09-03 16:59:13 +10:00
Jonathan Challinger
b2fff2021f
GCS_MAVLink: re-generate libraries
2015-09-03 16:59:09 +10:00
Randy Mackay
16805123c7
PX4Firmware: update submodule to include irlock fix
2015-08-31 12:57:55 +09:00
Andrew Tridgell
426fcc95fb
PX4Firmware: submodule update
2015-08-21 16:20:02 +10:00
Andrew Tridgell
829c4e6201
PX4Firmware: submodule update
2015-08-17 12:02:11 +10:00
Andrew Tridgell
1a6beb2a44
PX4Firmware: submodule update
2015-08-17 09:33:47 +10:00
Andrew Tridgell
d8cee50878
PX4Firmware: submodule update
2015-08-15 19:57:50 +10:00
Andrew Tridgell
67cd777899
PX4Firmware: submodule update
2015-08-12 15:09:56 +10:00
Andrew Tridgell
b9c7cac5d6
PX4NuttX: submodule update
2015-08-10 13:37:32 +10:00
Andrew Tridgell
840f3adfbd
PX4Firmware: submodule update
2015-08-07 20:36:44 +10:00
Andrew Tridgell
8fb879a25b
PX4Firmware: submodule update
2015-06-27 21:25:09 +10:00
Andrew Tridgell
54e2ebde1c
PX4Firmware: submodule update
2015-06-23 14:27:49 +10:00
Andrew Tridgell
568b0fde3f
PX4Firmware: submodule update
2015-06-21 18:19:32 +10:00
Andrew Tridgell
20b63eff2e
PX4Firmware: submodule update
2015-06-18 17:39:09 +10:00
Andrew Tridgell
a7eadc3f8b
PX4NuttX: submodule update
2015-06-17 21:13:48 +10:00
Andrew Tridgell
032c89bde9
PX4Firmware: submodule update
2015-06-17 20:30:10 +10:00
Andrew Tridgell
9b273e6254
PX4Firmware: updated submodule
2015-06-11 13:31:52 +10:00
Andrew Tridgell
267455ec26
PX4Firmware: updated submodule
2015-06-09 20:59:26 +10:00
Andrew Tridgell
d5e947acd5
PX4Firmware: updated submodule
2015-06-09 20:04:21 +10:00
Andrew Tridgell
81a1c4bd8a
PX4NuttX: updated submodule
2015-06-09 20:04:08 +10:00
Andrew Tridgell
01a330e3c5
PX4Firmware: update submodule
2015-06-09 14:07:30 +10:00
Andrew Tridgell
9440bdceaf
PX4Firmware: update submodule
2015-06-09 13:28:28 +10:00
Andrew Tridgell
f54d1bba0a
PX4Firmware: removed .gitmodules
2015-06-09 13:28:27 +10:00
Andrew Tridgell
8f41e32767
modules: added initial submodule versions
2015-06-09 13:28:25 +10:00