1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00
Commit Graph

13907 Commits

Author SHA1 Message Date
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
Laurent Lalanne
b1078252bb LP-147 Transmitter wizard : Add flightmode number detection and artwork
changes
2015-10-16 01:12:53 +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
Tianhe Wang
033180b986 pios_msheap.c edited online with Bitbucket
revert this file, there is already another pull request.
2015-10-13 13:13:11 +00:00
physicsboy0709
1807c5c27e modified: flight/pios/common/libraries/msheap/pios_msheap.c
modified:   flight/pios/stm32f4xx/library.mk
	new file:   flight/pios/stm32f4xx/link_STM32F4xx_RQ_bl_memory.ld
	new file:   flight/pios/stm32f4xx/link_STM32F4xx_RQ_fw_memory.ld
	new file:   flight/pios/stm32f4xx/link_STM32F4xx_RQ_sections.ld
	new file:   flight/pios/stm32f4xx/link_STM32F4xx_RQ_sections_compat.ld
	modified:   flight/pios/stm32f4xx/pios_bl_helper.c
	modified:   flight/pios/stm32f4xx/pios_flash_internal.c
	modified:   flight/pios/stm32f4xx/pios_sys.c
2015-10-12 14:38:30 -04:00
Tianhe Wang
7816ce04ba Merged librepilot/librepilot into next 2015-10-12 09:31:33 -04: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
Alessio Morale
e103c42dae Merged in skarlsso/librepilot/skarlsso/LP-136_broken_uavobjgenerator_dependencies (pull request #82)
Fix broken uavobjgenerator make dependencies
2015-10-01 23:12:33 +02:00
Alessio Morale
04e31063d7 Merged in TheOtherCliff/librepilot/theothercliff/LP-135_aux_mag_calibration_issue (pull request #81)
LP-135 Aux mag calibration issue
2015-10-01 23:12:14 +02:00
Cliff Geerdes
92fd745003 LP-135 remove a blank line for code review 2015-09-30 15:31:08 -04:00
Stefan Karlsson
1dd68fb929 LP-136 Fix uavobjgenerator make dependencies
Let targets depend on the resulting uavobjgenerator binaries, instead of
the phony target with the same name.
2015-09-30 18:51:40 +02:00
Philippe Renon
a25b31b743 LP-30 upgraded google sat version via patch 2015-09-29 21:44:20 +02:00
physicsboy0709
5f9f298a1d modified: ground/gcs/src/plugins/uploader/op_dfu.cpp 2015-09-29 12:48:21 -04:00
Cliff Geerdes
554a190f78 LP-135 simple port of fix to 15.09 2015-09-29 02:09:18 -04:00
Alessio Morale
bf07f53e87 Merged in f5soh/librepilot/laurent/LP-48_French_Translations_update_rel-15.09 (pull request #80)
LP-48 Update translations for rel-15.09
2015-09-28 22:13:50 +02:00
Alessio Morale
b754aed22d Merged in f5soh/librepilot/laurent/LP-67_Name_issue (pull request #79)
LP-67 Change label and tooltips to EasyTune name
2015-09-28 22:13:37 +02:00
Alessio Morale
f87e6f592b Merged in rbekken/librepilot/rel-15.09 (pull request #78)
Update contributors
2015-09-28 22:13:18 +02:00
a*morale
cf1191b162 Fix WhatsNew for release 2015-09-28 21:57:14 +02:00
Roy Bekken
3d4c86a751 Update contributors 2015-09-28 21:53:13 +02:00
Laurent Lalanne
b7d5405ce1 LP-48 Update translations for rel-15.09 2015-09-27 20:53:01 +02:00
Laurent Lalanne
c9b0bbb4e4 LP-67 Change label and tooltips to EasyTune name 2015-09-27 16:53:12 +02:00
Alessio Morale
1ea729ecc6 Merged in paul_jewell/librepilot/fix_google_maps (pull request #77)
LP-134 Fix Google Maps version
2015-09-27 13:47:53 +02:00
Alessio Morale
b1cc3926df Merged in skarlsso/librepilot/skarlsso/LP-129_remove_broken_scalemotor_modes (pull request #75)
LP-129 Remove broken motor scaling modes
2015-09-27 13:47:29 +02:00
Paul Jewell
bdf89acf22 Fix Google Maps version 2015-09-26 20:00:51 +01:00
Philippe Renon
3a5ba9ad58 LP-30 fixed marble 2015-09-25 23:41:25 +02:00
Philippe Renon
445ca8c5ae LP-30 set marble version to 15.08.1 and added patch to fix windows compilation issue 2015-09-25 23:39:51 +02:00
Philippe Renon
8f868d9e35 LP-30 fixed some pathes 2015-09-25 23:39:50 +02:00
Stefan Karlsson
51f0b74e5c LP-129 Remove broken motor scaling modes 2015-09-24 23:02:09 +02:00
a*morale
84950bd413 Uncrustify 2015-09-24 22:33:57 +02:00
a*morale
26559a0934 Merged in paul_jewell/librepilot/revert_usage_disable (pull request #55) 2015-09-24 21:58:51 +02:00