David Willis
7a4fcba285
Merge branch 'next' into dwillis/OP-792
...
Conflicts:
shared/uavobjectdefinition/manualcontrolsettings.xml
Merge next
2013-02-26 23:57:06 +00:00
Fredrik Arvidsson
e710f3bb91
OP-856 Basic renaming from PRO to Revolution
2013-02-26 07:37:14 +01:00
Philippe Renon
ed83f282a5
OP-834 home location related error reporting improvments and comment
...
cleanups
2013-02-23 18:35:07 +01:00
Philippe Renon
8bd3c09860
OP-834 fixed bad Q_ASSERT around effective code
2013-02-23 18:35:07 +01:00
Philippe Renon
538723696a
OP-834 restored "dead" code that was commented out by mistake
2013-02-23 18:35:07 +01:00
Philippe Renon
6d75dd0c6f
OP-834 added FIXME comment for bad Q_ASSERT around effective code and
...
commented out a bunch of dead code (that dead code includes the suspicious
Q_ASSERT uses)
2013-02-23 18:35:07 +01:00
Philippe Renon
43786badfa
OP-834 fixed bad Q_ASSERT around effective code
2013-02-23 18:35:07 +01:00
Philippe Renon
6cbad966d0
OP-833 removed spurious plot entry in Uptime Scope Gadget
2013-02-21 02:04:53 +01:00
Philippe Renon
4350e48bfc
OP-682 OP-850 fixed more uploader gadget crashes and button state issues
2013-02-21 01:34:17 +01:00
David Willis
faee9144d7
Merge branch 'dwillis/OP-792' of ssh://git.openpilot.org/OpenPilot into dwillis/OP-792
2013-02-19 23:45:31 +00:00
David Willis
d4ef4fb43f
OP-792 Add autotune to list of excluded items for flight mode position
2013-02-19 23:43:03 +00:00
a*morale
a48395c7a0
Added the visualization of the error in BU
...
the error is shown as a number of slow flashes followed by 10 fast flashes.
The number of slow flashes indicate the error code:
1 - Self overwrite check failed;
2 - Board hardware revision mismatch;
3 - Flash erase failed;
4 - Flash programming failed;
The error code sequence will be shown indfinitely should a error occurs.
2013-02-19 00:48:05 +01:00
Philippe Renon
adc9c008c4
iOP-803 redid spurious commit in order to avoid undoing OP-805 (need to be
...
more carefull or sleep more...)
2013-02-18 22:28:09 +01:00
Fredrik Arvidsson
7c85fa5885
Removed creation of extra directory level on Windows.
2013-02-18 20:51:37 +01:00
Alessio Morale
d1c5da6c24
Move PyMite makefile entries to Libraries/PyMyte/pymite.mk to simplify boards makefile.
2013-02-17 22:28:41 +01:00
Alessio Morale
e4ebdc4802
Merge remote-tracking branch 'origin/dwillis/Android/Stabilisation' into next
2013-02-17 13:01:12 +01:00
Alessio Morale
81d056d0d5
OP-848 Added a note for the user on uavo tooltip to remember that it need board reboot for the setting to takes effect
2013-02-17 12:32:44 +01:00
Alessio Morale
3986f93e68
op-848 Splitted sample rate divider configuration for dlp and non_dlp settings (1kHz vs 8kHz sample rate).
...
Minor clean up, used constants in place of some hardcoded values
2013-02-17 12:20:25 +01:00
Alessio Morale
e27a07631e
op-848 MPU6000 support user configurabe accel/gyro scales and filter bandwidth.
...
board definitions can override any of this settings for special applications.
Also include cleanup from "magic numbers" and fix for inverted ranges
2013-02-17 02:02:12 +01:00
Oleg Semyonov
aea1b4b544
Merge remote-tracking branch 'origin/os/OP-775_arm-dsplib' into next
2013-02-16 16:08:31 +02:00
Voha
6c24561ec4
* fix build error
2013-02-15 23:31:47 +01:00
Voha
8c5cded61a
OP-845: *fix code style
2013-02-15 23:31:47 +01:00
Voha
e4f98b31c6
fix code style
2013-02-15 23:31:47 +01:00
Voha
427bbd0a80
fixed reading serial number from USB device on mac platform
2013-02-15 23:31:46 +01:00
Laurent Lalanne
5b8b38ad7b
Minors changes, Errors. Thx Joël
2013-02-12 01:04:40 +02:00
Oleg Semyonov
e9c0f94628
translations: remove language override in default GCS configurations
...
Since in commit 518182a
all outdated languages were commented out
to avoid *.pm builds, it is ok to remove language override here and
use system language by default.
Related issues: OP-231, OP-723, OP-843
2013-02-11 22:13:57 +02:00
Oleg Semyonov
790e771b54
Merge remote-tracking branch 'origin/laurent/translations' into next
2013-02-11 22:05:29 +02:00
Oleg Semyonov
c8ce31f7a9
Merge remote-tracking branch 'origin/next' into theothercliff/elevon_cam_stab
2013-02-11 01:03:33 +02:00
David Willis
2f046187ca
OP-825 Fix null reference and race condition when shutting down service
2013-02-10 01:20:11 +00:00
David Willis
1d96dfd30e
OP-825 Add connection tests for TCP and USB
2013-02-10 01:18:24 +00:00
Laurent Lalanne
518182ac0b
For now all languages files (*.pm) are build and included in release package.
...
Outdated translations are commented and not included in package.
Allow to remove <OverrideLanguage>C</OverrideLanguage> line in default config
files loaded on first GCS start and language is set to OS Lang if found
in translations directory.
2013-02-09 17:24:32 +01:00
Laurent Lalanne
b8a6358785
Corrections from Joël (Eyesonsky)
2013-02-08 20:01:57 +01:00
Laurent Lalanne
24fcc03007
Minors corrections, improved translations for radio mods.
2013-02-08 19:36:15 +01:00
Platypus
b5af81c8bf
Apport de traduction sur ConfigInputWidget
...
Signed-off-by: Platypus <platypusman@free.fr>
2013-02-08 10:50:24 +01:00
Platypus
6853791a03
Merge branch 'laurent/translations' of ssh://git.openpilot.org/OpenPilot into laurent/translations
2013-02-08 08:23:42 +01:00
Brian Webb
6de2252c23
OP-814: Added PPM input on the FlexiPort for CC/CC3D.
2013-02-08 01:06:41 +00:00
Cliff Geerdes
6d4e8e4657
OP-824 Feedforward fix, 0.0f, coding style, and var name changes.
2013-02-07 18:27:59 -05:00
Laurent Lalanne
866f6359a6
Errors corrected, thanks to Joël (eyesonsky)
2013-02-07 18:33:25 +01:00
Brian Webb
e50e645e7b
Merge remote-tracking branch 'origin/next' into brian/oplink_ppm_out
2013-02-07 13:39:21 +00:00
David Willis
13cb5b8fbb
OP-825 Add first pass test project. Contains basic tests for OPTelemetryService
2013-02-06 23:57:50 +00:00
Philippe Renon
69fb6f6de3
OP-833 gcs options dialog polishing: zeroed margin of top level widget
2013-02-06 23:27:05 +01:00
Oleg Semyonov
97436166e3
Merge remote-tracking branch 'origin/next' into os/OP-775_arm-dsplib
2013-02-06 12:55:14 +02:00
David Willis
99a3708586
OP-825 Add code to track lifetime of service. Add task started intent to allow synchronising with telemetry task creation: makes testing a bit easier
2013-02-06 00:11:13 +00:00
David Willis
40a157fbad
OP-825 Only attempt to unregister broadcast receivers if they have been registered
2013-02-06 00:09:03 +00:00
Oleg Semyonov
17a9c7c1de
build-info.txt: minor text fix
...
This template will be used to comment auto builds created with Bamboo.
Currently it is emulated by Bamboo build agents using build scripts,
but should be generated using Makefile. As soon as majority of branches
will be updated to this next, those scripts will be removed and this
template used.
2013-02-06 00:51:38 +02:00
Oleg Semyonov
4314faa3f9
Merge remote-tracking branch 'origin/os/android-bamboo-builds' into next
2013-02-04 16:50:58 +02:00
Oleg Semyonov
e09705d604
Makefile: add build-info target (for CI builds)
2013-02-04 15:56:11 +02:00
Cliff Geerdes
8104ae25dd
OP-824 Add CameraStab Elevon-type mixing. Redo servo reversing.
2013-02-03 19:02:34 -05:00
Corvus Corax
7642f44cad
Merge remote branch 'origin/corvuscorax/sanity_additions' into corvus/directory_and_sanity
...
Conflicts:
flight/Modules/FirmwareIAP/firmwareiap.c
flight/Modules/ManualControl/manualcontrol.c
flight/targets/SimPosix/Makefile
shared/uavobjectdefinition/systemalarms.xml
2013-02-03 14:57:54 +01:00
Oleg Semyonov
c1b0972492
android: make it compatible with RELEASE-12.10.2
2013-02-03 05:11:47 +02:00