Alessio Morale
|
354fdf4bdf
|
OP-1012 implement several messages for alarm led
|
2013-06-15 16:38:53 +02:00 |
|
Alessio Morale
|
49da1aca86
|
OP-1009 Redo gyro zero in Complementary after calibration parameters changes
|
2013-06-15 16:22:24 +02:00 |
|
Alessio Morale
|
3c39b049d6
|
Fixed wrong deadband range for AH
|
2013-06-11 21:17:17 +02:00 |
|
Alessio Morale
|
04326e2386
|
Merge remote-tracking branch 'origin/amorale/OP-999_ah_failsafe' into next
|
2013-06-11 15:39:43 +02:00 |
|
Alessio Morale
|
ad123a2761
|
Merge remote-tracking branch 'origin/amorale/OP-980_connection_reliability_issue' into next
|
2013-06-11 15:39:34 +02:00 |
|
Alessio Morale
|
2c0f7794a9
|
Merge remote-tracking branch 'origin/amorale/OP-997_revolution_settings_to_ext_flash' into next
|
2013-06-11 15:39:13 +02:00 |
|
Alessio Morale
|
f767d64f0c
|
OP-980 Remove the timeout logic as it causing troubles with windows
platform
|
2013-06-11 10:27:32 +02:00 |
|
Alessio Morale
|
c1a1c04ad8
|
OP-999 trigger a failsafe condition in AH module when throttle is below 0 for more than 200ms
+review OPReview
|
2013-06-10 23:48:08 +02:00 |
|
Brian Webb
|
789930db45
|
Moved PIOS_TASK_MONITOR_Initialize to before EventDispatcherInitialize. The event dispatcher creates a task that registers itself with the task monitor. It is unlikely that the task will start before the task monitor is initialized, but not impossible (at least on the F4 targets, I don't think).
|
2013-06-09 20:16:40 -07:00 |
|
Corvus Corax
|
6f59c49506
|
just uncrustification
|
2013-06-09 22:09:04 +02:00 |
|
Alessio Morale
|
e9b3ee52f3
|
OP-997: add fields to SystemStatsUavo to monitor storage status
|
2013-06-09 19:20:00 +02:00 |
|
Alessio Morale
|
1cb69e6a0e
|
OP-997: Revert Revolution settings storage to external flash to prevent freezes during sector erase/garbage collection
|
2013-06-09 19:17:12 +02:00 |
|
Alessio Morale
|
87db5d30b0
|
OP-980 change how the semaphore is used on PIOS_USB_CheckAvailable to prevent deadlocks
|
2013-06-09 16:14:44 +02:00 |
|
Alessio Morale
|
6d71d92860
|
Merge remote-tracking branch 'origin/amorale/OP-990_revo_bias_with_shaken_startup' into next
|
2013-06-09 09:10:33 +02:00 |
|
Alessio Morale
|
0f28920e5f
|
Merge remote-tracking branch 'origin/amorale/OP-988_gps_not_configured_alarm' into next
|
2013-06-09 09:09:44 +02:00 |
|
Alessio Morale
|
107b930573
|
Merge remote-tracking branch 'origin/amorale/OP-980_revolution_usb_reconnect' into next
|
2013-06-09 09:07:24 +02:00 |
|
Alessio Morale
|
59eaf01089
|
OP-990 Change initial delay before calibration to 4 seconds to allow to put the craft on the ground after battery connection
+review OPReview-505
|
2013-06-09 08:59:35 +02:00 |
|
Alessio Morale
|
7a6b5c5681
|
OP-990 Fixed the main cause of wrong bias calculation:
The initial bias calculation done between 1 and 7 seconds
since power on was completely skipped due to a wrong condition.
|
2013-06-08 13:10:23 +02:00 |
|
Alessio Morale
|
3ad123718e
|
Revert "OP-990 zeroed the rollpitch bias rate at startup and incremented at arming."
This reverts commit c0b926a2d5 .
|
2013-06-08 13:10:23 +02:00 |
|
Corvus Corax
|
115b991f86
|
Bugfix in UAVObjectmanager. LoadFromFile() is not allowed to use GetByID since its called from Register, where the uavobject is not registered yet.
|
2013-06-06 21:22:17 +02:00 |
|
Alessio Morale
|
ee7887c406
|
OP-980 Extended the memory barrier macros and fixed barrier kind in pios_usb_hid
+review OPReview-501
|
2013-06-06 10:26:41 +02:00 |
|
Mathieu Rondonneau
|
45391abd55
|
OP-976: RE-run uncrustify
|
2013-06-05 19:48:56 -07:00 |
|
Mathieu Rondonneau
|
a8c946dcb2
|
OP-976: Fix uncrustify changes that put a space before the ";" in the macro
|
2013-06-05 19:46:55 -07:00 |
|
Mathieu Rondonneau
|
89273146df
|
Merge branch 'next' into Mathieu/OP-976_module_macro
|
2013-06-05 19:17:54 -07:00 |
|
Mathieu Rondonneau
|
d2fae1abed
|
OP-976: fixing function name in the macro although don't have any effect since the linker directives are local.
|
2013-06-05 19:15:47 -07:00 |
|
Alessio Morale
|
c340bfc294
|
OP-980 Insert locking while checking status in PIOS_USB_CheckAvailable
+review OPReview-501
|
2013-06-06 01:42:26 +02:00 |
|
Alessio Morale
|
5fa73624da
|
OP-980 Added memory barrier to preserve sequence to ensure callback validation
+review OPReview-501
|
2013-06-06 01:39:45 +02:00 |
|
Alessio Morale
|
c0b926a2d5
|
OP-990 zeroed the rollpitch bias rate at startup and incremented at arming.
|
2013-06-05 22:19:20 +02:00 |
|
Alessio Morale
|
b4f8b02a42
|
Revert "some optimizations, use real rx and tx buffer size instead of max buffer leghts"
It does not work in Windows so need further investigation prior to undo this revert
This reverts commit 901db6f828 .
+review OPReview-501
|
2013-06-05 19:01:01 +02:00 |
|
Brian Webb
|
f9706132f7
|
Fixed setting of timestampLength in UAVTalk parsing when the UAVObject is not initialize in the firmware. This mostly affects the OPLink, which doesn't initialize most of the UAVObjects, but does need to parse them.
|
2013-06-04 20:37:51 -07:00 |
|
Alessio Morale
|
8fb81ae17b
|
OP-980 uncrustify
+review OPReview-501
|
2013-06-05 01:02:37 +02:00 |
|
Alessio Morale
|
f1f48b0ec6
|
OP-980 Fix usb reconnection issue for Revolution target.
step 3: add a timeout on rx_active to prevent rx locks
|
2013-06-05 00:54:08 +02:00 |
|
Alessio Morale
|
901db6f828
|
some optimizations, use real rx and tx buffer size instead of max buffer leghts
|
2013-06-05 00:53:50 +02:00 |
|
Alessio Morale
|
ce2bce353f
|
OP-980 Fix usb reconnection issue for Revolution target.
step 2: check for cable disconnection (vbus) and issue a SW reconnection
|
2013-06-05 00:04:26 +02:00 |
|
Mathieu Rondonneau
|
23b2907d08
|
OP-976: Add the ';' back
This compile successfuly with make all_flight
|
2013-06-03 20:37:40 -07:00 |
|
Alessio Morale
|
14b87383b9
|
OP-980 Fix usb reconnection issue for Revolution target.
step 1: reset tx/rx_active flags on disconnection/reconnection
|
2013-06-04 01:52:44 +02:00 |
|
Alessio Morale
|
cfe057c573
|
OP-988 Raise SYSTEMALARMS_ALARM_CRITICAL when no gps port is configured, the same alarm as no gps case.
+review OPReview
|
2013-06-03 20:30:41 +02:00 |
|
Oleg Semyonov
|
65c463bf03
|
Update Windows USB driver file
|
2013-06-03 16:39:41 +03:00 |
|
Richard Flay (Hyper)
|
8c494dce00
|
OP-982: Further updates to Strings in response to review feedback.
+review OPReview-493
|
2013-06-02 18:43:37 +09:30 |
|
Richard Flay (Hyper)
|
3e6389d9b6
|
OP-982: Updates to spacing and Strings in response to review feedback.
+review OPReview-493
|
2013-06-02 18:11:04 +09:30 |
|
Richard Flay (Hyper)
|
35b580a34e
|
OP-982: Adds Revolution related entries to OpenPilot-CDC.inf for Windows.
+review OPReview
|
2013-06-02 08:44:54 +09:30 |
|
Alessio Morale
|
6b2218d1df
|
Merge remote-tracking branch 'origin/amorale/OP-925_Cyr_patches_for_revo_cf' into next
|
2013-05-28 18:39:42 +02:00 |
|
Alessio Morale
|
a286a20cb0
|
OP-925 Changed dT to comply with revo sensor rate
+review OPReview-484
|
2013-05-27 21:05:39 +02:00 |
|
Fredrik Arvidsson
|
d9d2b7d167
|
Merge remote-tracking branch 'origin/os/OP-770_version_info_stuff' into thread/OP-770_UAV_Export_Version_Info_Fix
|
2013-05-27 19:30:18 +02:00 |
|
Brian Webb
|
50162333d8
|
Merge remote-tracking branch 'origin/dankers/minor-modem-renames' into next
|
2013-05-27 09:44:17 -07:00 |
|
Brian Webb
|
16b787179c
|
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next
|
2013-05-26 08:37:05 -07:00 |
|
Brian Webb
|
e9f83bcc80
|
Fixes a bug in the rfm22b driver that was reading past the end of the bindings list when receiving a status message. Also adds some formatting changes that came about after doing a make uncrustify_all.
|
2013-05-26 08:36:38 -07:00 |
|
Alessio Morale
|
9bfce1bcd6
|
Merge remote-tracking branch 'origin/amorale/OP-925_Cyr_patches_for_revo_cf' into next
|
2013-05-26 16:18:05 +02:00 |
|
David Ankers
|
69ede538c9
|
Update date bu just an easy ay to start review +review OPReview-485
|
2013-05-26 17:50:44 +10:00 |
|
David Ankers
|
2f9c9df736
|
Increase the size of the USB Descriptor array to take extra char
|
2013-05-26 17:03:48 +10:00 |
|