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

14687 Commits

Author SHA1 Message Date
Vladimir Zidar
ba6ebba29c LP-364 CC3D related fixes. Added missing AttitudeStateYawGet(). 2016-07-24 22:21:30 +02:00
Vladimir Zidar
b8b9d31c07 LP-364 Initial MAVLink bridge port from dRonin 2016-07-24 22:21:30 +02:00
Alessio Morale
05d541684e Merged in filnet/librepilot/LP-362_file_log_crash (pull request #288)
Lp 362_file_log_crash
2016-07-23 16:40:36 +02:00
Alessio Morale
5b8ea0fe0c Merged in mindnever/librepilot/LP-365_cleanup-com-port-setup-in-coptercontrol-pios_board_c (pull request #289)
LP-365 replace com port boilerplate code with calls to PIOS_Board_configure_com()
2016-07-23 16:39:57 +02:00
Alessio Morale
8a8f57aa81 Merged in james-duley/librepilot/check-osgversion (pull request #285)
use osgversion to get version
2016-07-23 16:37:23 +02:00
Vladimir Zidar
a0e7859dd1 LP-365 replace com port boilerplate code with calls to PIOS_Board_configure_com() 2016-07-21 23:52:23 +02:00
Philippe Renon
026ef32f73 LP-362 enable osg log redirection to Qt 2016-07-21 22:18:18 +02:00
Philippe Renon
54b33e0a07 LP-362 make file logging thread safe (and asynchronous) 2016-07-21 22:18:06 +02:00
Alessio Morale
783bb83642 LP-361 - Cleanup sequences to make alarms easier to understand
Error sequence:
  pause, RED, <item color> x 2, pause;
warn sequence:
  pause, ORANGE, <item color>, pause;

ITEM COLOR:
- GPS = GREEN;
- MAG = PURPLE;
- CONFIG = RED;
- RECEIVER = YELLOW.

BATTERY ALARM:
- warning 5x ORANGE blinks
- critical 5x RED blinks

DISARMED: short white blinks
2016-07-21 22:18:03 +02:00
Alessio Morale
cb6319142e LP-361 - Don't lose notifications when more than an alarm is active
, fix time between notifications condition, cleanup
2016-07-21 22:18:02 +02:00
Lalanne Laurent
2de896818e Merged in alessiomorale/librepilot/LP-361_notification_improvements (pull request #283)
Lp 361_notification_improvements
2016-07-21 20:05:54 +02:00
Alessio Morale
282881ba74 Merged in filnet/librepilot/LP-363_opmap_version_upgrade (pull request #287)
Lp 363_opmap_version_upgrade
2016-07-21 19:54:16 +02:00
Alessio Morale
6b1f4e52be Merged in TheOtherCliff/librepilot/theothercliff/LP-340_AutoTune_fix_some_time_measurement_issues_in_original_code (pull request #282)
LP-340 Autotune fix some time measurement issues in original code
2016-07-21 19:53:33 +02:00
Alessio Morale
d12337d6c2 Merged in filnet/librepilot/ui_cleanups (pull request #281)
ui: fix name is already in use warnings
2016-07-21 19:52:36 +02:00
Alessio Morale
63efbb0f4d Merged in filnet/librepilot/pretty (pull request #284)
make: add "pretty" targets (uncrustify aliases)
2016-07-21 19:52:07 +02:00
Philippe Renon
4a56d3d917 LP-363 improve opmap logging 2016-07-21 01:57:25 +02:00
Philippe Renon
c86c7d1b52 LP-363 increase google sat version from 193 to 694
don't ask...
2016-07-21 01:57:04 +02:00
Cliff Geerdes
b29780a7b9 LP-340 fix typos and clarify xml comments 2016-07-20 14:05:47 -04:00
Cliff Geerdes
d12847d772 LP-340 Add descriptions in xml 2016-07-20 02:57:27 -04:00
Cliff Geerdes
a13de1e62b LP-340 Add 100 bytes of stack because Nano needs 156 more than Sparky2 2016-07-20 02:56:10 -04:00
Cliff Geerdes
447dff6fc9 LP-340 cosmetic type of issues requested in PR 2016-07-19 19:04:40 -04:00
Cliff Geerdes
d4f3e7e602 LP-340 change destPIDbank to 3 for ease of use by users that already use 1 and 2 2016-07-19 18:26:38 -04:00
Cliff Geerdes
792aae6f9b LP-340 stop NAN propagation at the start of tuning 2016-07-19 17:41:58 -04:00
James Duley
3898f49eba use osgversion to get version 2016-07-19 19:57:59 +01:00
Philippe Renon
6115ace47f make: add "pretty" targets (uncrustify aliases) 2016-07-18 01:11:38 +02:00
Alessio Morale
02d04ddf43 LP-361 - Cleanup sequences to make alarms easier to understand
Error sequence:
  pause, RED, <item color> x 2, pause;
warn sequence:
  pause, ORANGE, <item color>, pause;

ITEM COLOR:
- GPS = GREEN;
- MAG = PURPLE;
- CONFIG = RED;
- RECEIVER = YELLOW.

BATTERY ALARM:
- warning 5x ORANGE blinks
- critical 5x RED blinks

DISARMED: short white blinks
2016-07-17 17:19:34 +02:00
Alessio Morale
fa041ecf05 LP-361 - Don't lose notifications when more than an alarm is active
, fix time between notifications condition, cleanup
2016-07-17 17:13:09 +02:00
Alessio Morale
efc8f3337e Merged in webbbn/librepilot/LP-190-add-openlrsng-rx-support-to-oplink (pull request #278)
LP 190 add openlrsng rx support to oplink
2016-07-16 16:29:56 +02:00
Alessio Morale
ab13d630fa Merged in filnet/librepilot/LP-290_slow_gcs_uninstaller (pull request #280)
LP-290 nsis: silence uninstaller when deleting cache directories
2016-07-16 16:29:12 +02:00
Alessio Morale
e730151a68 Merged in filnet/librepilot/tools (pull request #279)
disable osg and osgearth sdk install targets on windows
2016-07-16 16:28:49 +02:00
Cliff Geerdes
a365578385 LP-340 dont export nan pids and new setting for d-term oscillation 2016-07-16 00:42:20 -04:00
Cliff Geerdes
8b812fb8dc LP-340 fix ancient tabs and remove commented out xml 2016-07-16 00:37:06 -04:00
Brian Webb
9fdde98ff9 LP-190: Adds OPLink configuration GUI cleanup from filnet. 2016-07-12 18:01:03 -07:00
Brian Webb
586af77267 LP-190: Fixes an issue with uninitialized OPLink receiver channels. 2016-07-12 17:49:29 -07:00
Brian Webb
a65492b589 LP-190: Removes RFM22B register definitions from pios_rfm22b_priv.h and switches to using pios_rfm22b_regs.h. Alos addresses a few issues brought up in review. 2016-07-12 17:49:28 -07:00
Brian Webb
02b5a9bd78 LP-190: ppm_mode must be true if either 'control' or 'data and control' are set even if no PPM ports are configured, otherwise the data link doesn't work. 2016-07-12 17:49:26 -07:00
Brian Webb
2e2bb1b20b LP-190: Removed rfm22breceiver UAVO. 2016-07-12 17:49:16 -07:00
Brian Webb
0738c8a78a LP-190: Final testing and bug fixes. 2016-07-12 17:47:16 -07:00
Brian Webb
91ea8966da LP-190: Addes support for OpenLRS receiver protocol to the OPLinkMini. Also updates the OPLink configuration to better support OpenLRS. 2016-07-12 17:47:16 -07:00
Brian Webb
aa21761f4c LP-190: Adds support for OpenLRS protocol to OPLinkMini 2016-07-12 17:47:16 -07:00
Brian Webb
021eb21008 LP-190: Moved openlrsstatus UAVO to OPLinkStatus 2016-07-12 17:46:15 -07:00
Brian Webb
dc17bd9ad8 LP-190: Adds support for OpenLRS receiver to Sparky2 target. 2016-07-12 17:46:15 -07:00
Brian Webb
a0279b272f LP-190: Initial checkin that adds OpenLRS receiver support to Revolution and OPLinkMini. 2016-07-12 17:45:33 -07:00
Cliff Geerdes
06193c60ac LP-340 reduce stack allocation 2016-07-12 18:39:44 -04:00
Cliff Geerdes
69f1964b12 LP-340 uncrustify 2016-07-12 14:48:11 -04:00
Cliff Geerdes
f2f8d8e712 LP-340 code changes 2016-07-12 14:48:11 -04:00
Cliff Geerdes
7553eb4f32 LP-340 Quick code with both timing fixes 2016-07-12 14:48:10 -04:00
Philippe Renon
20ca49dc72 ui: fix name is already in use warnings 2016-07-12 01:08:36 +02:00
Philippe Renon
bc65e80d11 tools.mk: report win gcc version when doing a all_sdk_versions 2016-07-11 23:24:40 +02:00
Philippe Renon
0a4d254a26 tools.mk: disable uneeded osg_install and osgearth_install targets on windows
not only uneeded but would also wipe out your msys2/mingw install !
2016-07-11 23:24:19 +02:00