1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00
Commit Graph

14925 Commits

Author SHA1 Message Date
Lalanne Laurent
291ce6eb0c Merged in filnet/librepilot/msys2 (pull request #367)
Msys2 updates & uncrustiy
2016-12-28 13:27:27 +01:00
Philippe Renon
d21e880345 uncrustify 2016-12-15 22:44:43 +01:00
Philippe Renon
6764b476ca fix msys2 osgearth dependencies 2016-12-15 22:38:27 +01:00
Philippe Renon
33188bd78e Merge remote-tracking branch 'upstream/master' into next
# Conflicts:
#	ground/gcs/src/plugins/coreplugin/connectionmanager.cpp
2016-12-13 00:56:32 +01:00
Philippe Renon
4952aa5958 Merge remote-tracking branch 'upstream/rel-16.09' 2016-12-13 00:37:27 +01:00
Laurent Lalanne
189489aa5d Update WHATSNEW.txt for 16.09 Release 2016-12-12 23:20:17 +01:00
Laurent Lalanne
6947dd503b LP-425 About dialog fix 2016-12-12 23:13:32 +01:00
Alessio Morale
8d22c54948 Merged in f5soh/librepilot/LP-289_Velocity_Kp_simple_workaround (pull request #363)
LP-289 Simple workaround about VelocityKp
2016-12-12 11:42:22 +01:00
Philippe Renon
a189f9b012 Merged in mindnever/librepilot/LP-444-Improve_I2C_Alarms (pull request #361)
LP-444 - Improved I2C Alarms
2016-12-11 19:13:39 +01:00
Laurent Lalanne
76c0f3f350 LP-444 Update SystemHealth for I2C alarms and more. 2016-12-11 18:15:02 +01:00
Laurent Lalanne
a44c6cb598 LP-289 Simple workaround about VelocityKp 2016-12-11 14:20:24 +01:00
Vladimir Zidar
1207968362 LP-444 Do not touch i2c alarm in case it is uninitialised. This will keep the gcs field grey when I2C is not in use. 2016-12-05 13:47:17 +01:00
Vladimir Zidar
e603f9f3fe LP-444 Improved I2C alarm handling by monitoring error count changes returned by PIOS_I2C_GetDiagnostics(). 2016-12-05 13:02:36 +01:00
Lalanne Laurent
88487b1549 Merged in mindnever/librepilot/LP-391-PIOS_COM_Init_size_t_fix (pull request #360)
LP-391 PIOS_COM_Init_t_fix
2016-12-03 10:02:22 +00:00
Lalanne Laurent
e97c959d5f Merged in filnet/librepilot/update_credits_rel (pull request #359)
update credits
2016-12-03 10:01:46 +00:00
Vladimir Zidar
64bf884f96 LP-391 Changed PIOS_COM_Init buffer len parameters to uint16_t type. Fixed simposix pios_board.c GPSPORT_GPS init incorrectly passing -1 to PIOS_Board_configure_com() which was on some platforms converted to large unsigned value. 2016-11-26 21:51:29 +01:00
Philippe Renon
327592777f Merged in f5soh/librepilot/LP-441_Windows_small_screens (pull request #351)
LP-441 windows small screens
2016-11-21 20:39:37 +00:00
Philippe Renon
bfd4d824b7 Merged in filnet/librepilot/LP-442_update_vagrant_to_latest_build_env (pull request #358)
LP-442 update vagrant to latest build env
2016-11-21 20:39:02 +00:00
Philippe Renon
2e4d2371a3 Merged in f5soh/librepilot/LP-401_LP-411_Autotune (pull request #357)
LP-401 and LP-411 Autotune
2016-11-21 20:36:43 +00:00
Philippe Renon
892a697990 update credits 2016-11-21 09:46:13 +01:00
karstentellingnielsen
0e0120fedb LP-442 Updated with links to LibrePilot 2016-11-21 09:12:09 +01:00
karstentellingnielsen
c09107b583 LP-442 Android not part of the build be default.
Redundant command deleted
2016-11-21 09:12:08 +01:00
karstentellingnielsen
5f89daf426 LP-442 Update Vagrant files for latest build in order to have a reproducible dev environment. Android build on virtual machine is not verified. 2016-11-21 09:12:08 +01:00
Philippe Renon
c368b4dfa5 Merged in f5soh/librepilot/LP-447_Wizard_Esc_calibration_rel-16.09 (pull request #356)
LP-447 Simple Wizard Esc calibration
2016-11-19 11:14:43 +00:00
Laurent Lalanne
762b1c1ef1 LP-401 Scan only active flightmodes 2016-11-15 21:41:26 +01:00
Cliff Geerdes
27d6b04b58 LP-411 AutoTune limit outer PID - dRonin PR 1283 2016-11-15 21:41:26 +01:00
Cliff Geerdes
47bbf2cd33 LP-401 Autotune init improvments 2016-11-15 21:41:26 +01:00
Laurent Lalanne
d3491d6b04 LP-447 Simple calibration - Change min value for RapidEsc and display values according to the output - Remove ramp down 2016-11-08 23:49:50 +01:00
Laurent Lalanne
6092e6582a LP-441 Limit the size of usage feedback window 2016-10-30 13:40:51 +01:00
Lalanne Laurent
b05f7d96a5 Merged in corvusvcorax/librepilot (pull request #349)
LP-438: fixed connection manager ugly side effects (triggered by LP-430 )
2016-10-26 20:15:16 +00:00
Laurent Lalanne
bc7d8b40e6 LP-441 Vehicle wizard - Resize window height 2016-10-26 18:16:27 +02:00
Laurent Lalanne
d06cc1e606 LP-441 Import/Export template - highlight mandatory fields 2016-10-26 18:14:29 +02:00
Laurent Lalanne
99b5f82291 LP-441 Reduce Export/Import template window height 2016-10-26 18:11:04 +02:00
Eric Price
105219e714 LP-438: fixed connection manager ugly side effects (triggered by LP-430 ) 2016-10-25 20:44:59 +02:00
Lalanne Laurent
e00c0fad63 Merged in filnet/librepilot/LP-430_add_description_to_serial_device_display_name (pull request #347)
LP-430 add description to serial devices display name
2016-10-23 14:19:58 +00:00
Lalanne Laurent
81c5551be4 Merged in filnet/librepilot/LP-429_flight_mode_changes_dont_trigger_configuration_check (pull request #345)
LP-429 flight mode changes dont trigger configuration check
2016-10-23 14:19:19 +00:00
Philippe Renon
3c3c451499 Merged in f5soh/librepilot/LP-48_Translation_update_rel-16.03RC3 (pull request #344)
LP-48 translation update rel-16.09RC3
2016-10-23 09:57:59 +00:00
Philippe Renon
4a6573db1e LP-430 show serial port description as tooltip in connection drop down 2016-10-20 00:27:30 +02:00
Philippe Renon
ce2bf3911c Merged in f5soh/librepilot/LP-428_Reduce_Arming_threshold (pull request #343)
LP-428 Reduce Arming threshold
2016-10-15 16:04:49 +00:00
Lalanne Laurent
2b392babb8 Merged in mindnever/librepilot/LP-431_reduce_receiver_stack_usage (pull request #346)
LP-431 Get only necessary data from ManualControlSettings to save on stack usage.
2016-10-15 15:09:16 +00:00
Philippe Renon
365f0ca3ad LP-430 add description to serial devices display name
will show in the Connections drop down
2016-10-10 23:20:41 +02:00
Philippe Renon
092079fb51 LP-404 make Makefile more vendor neutral 2016-10-10 23:20:38 +02:00
Vladimir Zidar
68414cf648 LP-431 Get only necessary data from ManualControlSettings to save on stack usage. 2016-10-10 00:29:11 +02:00
Philippe Renon
abfe95095d LP-429 manualcontrol: first register config change callbacks and only then do a initial configuration check 2016-10-09 19:30:25 +02:00
Philippe Renon
c289dd3a1a LP-429 manualcontrol: make sure that flight mode changes trigger a configuration check 2016-10-09 19:29:28 +02:00
Laurent Lalanne
fc3da3f7ac LP-48 Update translation file after changes 2016-10-09 13:42:43 +02:00
Laurent Lalanne
774b023048 LP-48 Make some strings not translatable, second round. 2016-10-09 13:36:25 +02:00
Laurent Lalanne
52fe2578f2 LP-428 Reduce Arming threshold 2016-10-09 01:44:19 +02:00
Philippe Renon
84aba098ac LP-48 make some strings not translatable 2016-10-08 19:57:44 +02:00
Alessio Morale
8a5367d8c1 Merged in f5soh/librepilot/Whatsnew_rel-16.09-RC2 (pull request #341)
Update WHATSNEW.txt for rel-16.09 RC2
2016-10-06 22:53:25 +02:00