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
Philippe Renon
758c4d2bf9
LP-290 nsis: silence uninstaller when deleting cache directories
...
hopefully unistaller will run faster...
2016-07-11 23:19:36 +02:00
Alessio Morale
49bb804b00
Merged in filnet/librepilot/LP-32_osgearth_follow_up (pull request #277 )
...
LP-32 add missing Version include
2016-07-10 15:10:20 +02:00
Philippe Renon
917da79094
LP-32 add missing Version include
2016-07-09 21:09:52 +02:00
Alessio Morale
715400dd69
Merged in filnet/librepilot/LP-32_osgearth_follow_up (pull request #276 )
...
LP-32 fix build failure with older osg versions
2016-07-09 16:42:52 +02:00
Philippe Renon
86a09ab03b
LP-32 fix build failure with older osg versions
2016-07-09 16:20:30 +02:00
Alessio Morale
79764f7392
Merged in filnet/librepilot/LP-32_osgearth_follow_up (pull request #268 )
...
LP-32_osgearth_follow_up
2016-07-09 14:31:38 +02:00
Philippe Renon
ebb2b22864
LP-32 osg : add patch to fix osx compilation error
...
see c3f55ad1d8
2016-07-09 14:20:53 +02:00
Philippe Renon
d3d6a561ad
LP-32 introduce incremental compile (experimental)
2016-07-09 14:20:53 +02:00
Philippe Renon
b2abe1c265
LP-32 add more earth files (mapquest, bing)
...
bing does not work well
2016-07-09 14:20:53 +02:00
Philippe Renon
5b8ed2a044
LP-32 add warning when no map node in geo transform node
2016-07-09 14:20:53 +02:00
Philippe Renon
4cc1d0cb15
LP-32 fix resizing issues
2016-07-09 14:20:53 +02:00
Philippe Renon
cbc52c8b5f
LP-32 fix improper resize handling
2016-07-09 14:20:53 +02:00
Philippe Renon
4cd817fe3a
LP-32 workaround lost texture when switching tab
2016-07-09 14:20:53 +02:00
Philippe Renon
33b052947b
LP-32 review how the scene is created and released
...
this fixes crashes when switching PFD configuration or when closing a gadget
also add optimiziation to on demand mode : redraw only when new tiles arrive
2016-07-09 14:20:53 +02:00
Philippe Renon
b12cd4b2b6
LP-32 increase database threads
2016-07-09 14:20:53 +02:00
Philippe Renon
12f1359461
LP-32 simplify osgearth cache initialization
2016-07-09 14:20:53 +02:00
Philippe Renon
b32567e5ec
LP-32 simplify osgearth dependencies
2016-07-09 14:20:53 +02:00
Philippe Renon
a50fbcb6cd
LP-32 upgrade to OpenSceneGraph 3.5.3
2016-07-09 14:20:53 +02:00
Philippe Renon
16092f7f38
LP-32 force initial update of OSGGeoTransformManipulator
...
other such classes should also be force updated...
2016-07-09 14:20:53 +02:00
Philippe Renon
70975f0d3f
LP-32 add Rhombicuboctahedron shape
2016-07-09 14:20:53 +02:00