Laurent Lalanne
7b3a0e504b
LP-120 Add conditions for GPS+I2C - SRXL fixes
2015-10-31 15:11:33 +01:00
Laurent Lalanne
89b992176e
LP-120 Auxmag wizard initial support
2015-10-31 14:03:59 +01:00
Fredrik Arvidsson
3b2795e2b4
Merged in TheOtherCliff/librepilot/theothercliff/LP-73_External_Mags_on_I2C (pull request #59 )
...
LP-73 External Mags on I2C Flexiport
2015-10-28 10:04:30 +01:00
Cliff Geerdes
e0a805518f
LP-73 uncrustify
2015-10-25 23:59:52 -04:00
Cliff Geerdes
5cb042e703
LP-73 fw_gpsplatinum build
2015-10-24 14:57:12 -04:00
Cliff Geerdes
d5bdc41fb9
LP-73 finish the merge with next
2015-10-24 13:14:52 -04:00
Cliff Geerdes
04e3bbd4ce
LP-73 fix fw_osd build poke wdg in startup
2015-10-24 12:23:13 -04:00
Cliff Geerdes
afc96267d3
LP-73 use simple timed DataAvailable
2015-10-24 12:23:12 -04:00
Cliff Geerdes
911400924e
LP-73 convert BoardRotation to int
2015-10-24 12:18:09 -04:00
Cliff Geerdes
7de55812dd
LP-73 changes for pull request comments
2015-10-24 12:09:22 -04:00
Cliff Geerdes
a110eeda21
LP-73 Remove changes to CopterControl
2015-10-24 12:09:22 -04:00
Cliff Geerdes
d9b7a0bb00
LP-73 port extmag to all other boards
2015-10-24 12:09:21 -04:00
Cliff Geerdes
b086d1a021
LP-73 ExtMag fix some more watchdog issues
2015-10-24 12:09:20 -04:00
Cliff Geerdes
d4b0d106f8
LP-73 External Mags on I2C initial coding
2015-10-24 12:09:19 -04:00
Philippe Renon
06517dcd0b
Merged in filnet/librepilot/filnet/LP-29_osgearth_artwork (pull request #68 )
...
LP-29 moved background images one directory up
2015-10-24 16:36:48 +02:00
Philippe Renon
04c0cf6380
Merged in filnet/librepilot/filnet/LP-154_fix_git_ignore_bare_config_dir (pull request #101 )
...
LP-154 fix gitignore ignoring bare config dir
2015-10-24 16:36:15 +02:00
Philippe Renon
4861f53339
LP-154 fix gitignore ignoring bare config dir
...
now ignores only config dir at root of checkout
2015-10-24 13:53:11 +02:00
a*morale
33fd073248
Merge branch 'master' into next
2015-10-21 22:07:09 +02:00
a*morale
c3f2fd0b4f
Merge branch 'rel-15.09'
2015-10-21 21:14:41 +02:00
a*morale
aa61c9e7a2
Fix WhatsNew for release, change "build-essentials" to "build-essential" in contributing.md
2015-10-21 21:11:30 +02:00
Lalanne Laurent
84749f1258
Update LICENSE.txt file
2015-10-21 15:50:30 +00:00
Lalanne Laurent
ed8e96686d
Merged in m_thread/librepilot/thread/LP-162_Add_usage_data_rel (pull request #99 )
...
LP-162 Add usage data (on top of rel-15.09)
2015-10-21 17:37:50 +02:00
Fredrik Arvidsson
c8b3d046d3
LP-162 Added AccelTau to usage tracking data.
2015-10-21 17:27:58 +02:00
Lalanne Laurent
d729e13cd2
Merged in james-duley/librepilot/LP-82_define_packing_info_once_in_makefile (pull request #90 )
...
LP 82_define_packing_info_once_in_makefile
2015-10-18 12:11:25 +02:00
James Duley
51f204cf4c
Add debian distro to package release version
2015-10-18 10:26:15 +01:00
James Duley
8834b66858
LP-82 define packaging info once in Makefile
2015-10-18 10:21:52 +01:00
James Duley
f09bd1701d
LP-130 Make GCS postfix configurable
2015-10-18 10:21:52 +01:00
Lalanne Laurent
9e659667ee
Merged in m_thread/librepilot/thread/LP-156_Vehicle_Templates_Update (pull request #94 )
...
LP-156 Vehicle Templates Update
2015-10-16 22:20:20 +02:00
Lalanne Laurent
2c05306b19
Fix WhatsNew for release
2015-10-16 19:59:03 +00:00
Lalanne Laurent
f3dbb931a3
Merged in f5soh/librepilot/LP-156_template_update_15.09 (pull request #96 )
...
LP-156 Updated templates.for 15.09
2015-10-16 21:49:00 +02:00
Fredrik Arvidsson
bd476165c0
LP-156 Updated templates.
2015-10-16 21:42:07 +02:00
Lalanne Laurent
eceec3eddc
Merged in f5soh/librepilot/laurent/LP-153_HwWidget_typo (pull request #95 )
...
LP-153 Fix typo
2015-10-16 21:33:10 +02:00
Lalanne Laurent
084ba62e4f
Merged in skarlsso/librepilot/skarlsso/LP-155_gcs_osx_hid_crash (pull request #92 )
...
Skarlsso/lp 155_gcs_osx_hid_crash
2015-10-16 21:32:46 +02:00
Laurent Lalanne
cba54b204f
LP-153 Fix typo
2015-10-16 15:15:35 +02:00
Fredrik Arvidsson
d8f49457c5
LP-156 Added update script in python.
2015-10-15 22:20:22 +02:00
Stefan Karlsson
6504ce448e
LP-155 Workaround failing callback deregistration
...
Deregistration of hid_device_removal_callback fails because the call to
IOHIDDeviceRegisterRemovalCallback doesn't deregister it as it should.
This causes crashes when hid_device_removal_callback is called after
the read_thread has been shutdown.
This patch works around this problem by:
1) Letting the 'dev' hid_device, so that the callback can safely
read the struct, even after the read_thread has been shut down
and the memory should have been freed.
2) Making sure that the two racing callbacks that previously
called CFRunLoopStop, hid_device_removal_callback and
perform_signal_callback, now synchronize and make sure
that CFRunLoopStop is only called once.
2015-10-15 22:11:53 +02:00
Fredrik Arvidsson
aa209dbf8d
LP-156 Updated templates.
2015-10-15 21:57:06 +02:00
Stefan Karlsson
295562694b
LP-155 Fix OPHID_DEBUG warning
2015-10-15 21:08:49 +02:00
Alessio Morale
1a8bf2cd9e
Merged in f5soh/librepilot/laurent/LP-110_Elevon_motor_output4_fix (pull request #89 )
...
LP-110 Elevon frame : Really move motor to Output4
2015-10-09 09:43:02 +02:00
Alessio Morale
33d5a21e9f
Merged in paul_jewell/librepilot/LP-142_Fix_remaining_Wiki_links (pull request #88 )
...
LP-142 Fixed remaining OpenPilot Wiki Links
2015-10-09 09:42:49 +02:00
Alessio Morale
68bcc2f98c
Merged in paul_jewell/librepilot/fix_stabilization_wiki_link (pull request #85 )
...
LP-141 Added wiki link for stabilization configuration page
2015-10-09 09:42:34 +02:00
Alessio Morale
a7462f06eb
Merged in filnet/librepilot/filnet/LP-139_fix_missing_pfd_svg_warning (pull request #84 )
...
LP-139 fixed erroneous warning about missing pfd.svg
2015-10-09 09:40:38 +02:00
Alessio Morale
95669e32b4
Merged in paul_jewell/librepilot/remove_makefile_branding (pull request #83 )
...
LP-138 - Removed OP branding in Makefile
2015-10-09 09:40:18 +02:00
Alessio Morale
4966a45ebf
Merged in physicsboy0709/librepilot (pull request #76 ) LP-143
...
modified: ground/gcs/src/plugins/uploader/op_dfu.cpp modified: ground/gcs/src/plugins/uploader/op_dfu.h
2015-10-09 09:39:41 +02:00
Paul Jewell
ea8d18dffd
Fixed remaining OpenPilot Wiki Links
2015-10-07 06:18:47 +01:00
Laurent Lalanne
5ab2f8026c
LP-110 Elevon frame : really move motor from output3 to output4
2015-10-06 18:30:58 +02:00
Paul Jewell
919f765189
Added wiki link for stabilization configuration page
2015-10-04 15:00:16 +01:00
Paul Jewell
7c760adb6f
Removed OP branding in Makefile
2015-10-02 21:17:58 +01:00
Philippe Renon
88dcb62ed6
LP-139 fixed erroneous warning about missing pfd.svg
2015-10-02 22:11:05 +02:00
a*morale
2dcbfb0c9b
fix WhatsNew for release
2015-10-02 18:57:01 +02:00