Corvus Corax
|
4fa62d71f8
|
drive-by-enhancement: assert on existance of qml fields in debug mode, helps debugging qml
|
2014-02-16 12:18:41 +01:00 |
|
Alessio Morale
|
da5ef3b3cc
|
OP-1218 Raise time PIOS_COM_SendBuffer waits to acquire sendbuffer semaphore
|
2014-02-15 22:05:56 +01:00 |
|
Alessio Morale
|
8cd5cfe2eb
|
OP-1218 format/consmetic/comments fixes
|
2014-02-15 22:05:56 +01:00 |
|
Alessio Morale
|
49bc5b8cbd
|
OP-1212 fix GCS plot configurations
|
2014-02-15 15:32:57 +01:00 |
|
Alessio Morale
|
15b1fe88cb
|
OP-1230 Fix filename with empty label
|
2014-02-15 14:49:14 +01:00 |
|
Alessio Morale
|
8bed1e02ce
|
OP-1230 Automatically load the firmware in build/fw_<boardname> in development environment
|
2014-02-15 14:34:05 +01:00 |
|
Alessio Morale
|
7640f72e1f
|
OP-974 add bootloader revision info in Uploader gadget's Device Information.
|
2014-02-15 12:42:22 +01:00 |
|
Alessio Morale
|
09802ef3d0
|
Merge remote-tracking branch 'origin/rel-14.01' into next
|
2014-02-12 10:14:10 +01:00 |
|
Alessio Morale
|
21b0049a68
|
OP-1218 fix missing "ret ="
|
2014-02-11 16:51:56 +01:00 |
|
Alessio Morale
|
15200eafd8
|
OP-974 add bootloader revision info in FirmwareIAP
|
2014-02-11 12:38:55 +01:00 |
|
Alessio Morale
|
9bb09bb4a1
|
OP-1100 fix app plist for invalid file associations
|
2014-02-11 12:22:03 +01:00 |
|
Alessio Morale
|
357ebff768
|
Fix WHATSNEW.txt for release
|
2014-02-10 22:58:11 +01:00 |
|
Alessio Morale
|
1ba5dbaca8
|
uncrustify
|
2014-02-10 22:57:24 +01:00 |
|
Alessio Morale
|
5060267034
|
Merge remote-tracking branch 'origin/laurent/OP-1187_allow_french_translations_in_future_releases' into rel-14.01
|
2014-02-10 22:53:11 +01:00 |
|
Alessio Morale
|
d7c18b1022
|
OP-1166 there was still a problem with ManualcontrolSettings.channelMin. This is a hacky workaround until the binding framework does not allow for a cleaner solution.
|
2014-02-10 21:53:08 +01:00 |
|
Alessio Morale
|
fd92e2a497
|
Merge remote-tracking branch 'origin/amorale/OP-1218_pios_com_thread_safe' into rel-14.01
|
2014-02-10 20:52:15 +01:00 |
|
Alessio Morale
|
a436d5925d
|
Merge remote-tracking branch 'origin/amorale/OP-1149_baro_fixes_backport' into rel-14.01
|
2014-02-10 17:46:06 +01:00 |
|
Laurent Lalanne
|
d1252ce261
|
OP-1187 rel-14.01 Updates
|
2014-02-09 20:09:37 +01:00 |
|
Alessio Morale
|
e16cf0ef8d
|
OP-1218 changes to RadioComBridge to support return code.
|
2014-02-09 19:57:16 +01:00 |
|
Alessio Morale
|
79b68ae886
|
OP-1218 locks SendBuffer under the same mutex as SendBufferNonBlocking
|
2014-02-09 19:57:05 +01:00 |
|
Corvus Corax
|
b5a27d05e7
|
OP-1197 configurable failsafes OP-1219 thrust control OP-1217 separate manualcontrolsettings apart
|
2014-02-09 19:37:22 +01:00 |
|
Laurent Lalanne
|
8795b1aebd
|
Merge remote-tracking branch 'origin/rel-14.01' into laurent/OP-1187_allow_french_translations_in_future_releases
|
2014-02-09 19:24:15 +01:00 |
|
m_thread
|
3e6192f2d1
|
OP-1191 Uncrustify.
|
2014-02-09 19:12:45 +01:00 |
|
m_thread
|
184b161d45
|
OP-1191 Fixed weirdness showing in 'Edit Gadgets Mode' after switch to Fusion style.
|
2014-02-09 17:39:16 +01:00 |
|
m_thread
|
9f02d3c170
|
OP-1191 Added some tooltips and fixed tooltip font color in css to make it work in Fusion style on Linux.
|
2014-02-09 14:08:07 +01:00 |
|
Alessio Morale
|
67117d228d
|
OP-1149 change POW2 as POW2(0) led to undefined results
|
2014-02-09 12:05:40 +01:00 |
|
Alessio Morale
|
1569881e94
|
OP-1149 Remove shifts as they can have bad behaviours for negative numbers.
Documents correction algorithms as described in ms5611 documentation
|
2014-02-09 12:05:32 +01:00 |
|
Alessio Morale
|
5fa390ec9d
|
OP-1149 fix low temperature compensation formula
|
2014-02-09 12:05:28 +01:00 |
|
Alessio Morale
|
90a7a3c2ec
|
OP-1149 change POW2 as POW2(0) led to undefined results
|
2014-02-09 12:03:36 +01:00 |
|
m_thread
|
e33b45179b
|
Merge branch 'rel-14.01' into thread/OP-1191_OPLink_GUI_Bug
|
2014-02-09 11:43:19 +01:00 |
|
Alessio Morale
|
590c27af29
|
OP-1218 fix thread safety issue with pios_com PIOS_COM_SendBufferNonBlocking
(kudos @filnet for finding this)
|
2014-02-09 11:37:02 +01:00 |
|
m_thread
|
64d0f861b1
|
OP-1191 Gui fixes to Output configuration gui.
|
2014-02-09 11:36:57 +01:00 |
|
Fredrik Arvidsson
|
277410061a
|
OP-1166 Channel number dropdowns not initialized properly.
|
2014-02-09 11:00:51 +01:00 |
|
m_thread
|
53c5b511af
|
OP-1191 Fixed Stabilization gui issues.
|
2014-02-09 10:59:50 +01:00 |
|
Alessio Morale
|
7c6f585b80
|
OP-1149 Remove shifts as they can have bad behaviours for negative numbers.
Documents correction algorithms as described in ms5611 documentation
|
2014-02-08 15:29:14 +01:00 |
|
m_thread
|
da137e18e7
|
OP-1191 Removed all special tweaks to the macosx css. No need to have this for fusion.
|
2014-02-08 13:55:32 +01:00 |
|
m_thread
|
0964031ae0
|
OP-1191 Minor gui fixes. Removed stuff from linux css file. No need to have minor tweaks to the fusion style.
|
2014-02-08 13:51:42 +01:00 |
|
m_thread
|
7d44e38daf
|
OP-1088 Changes to the Vehicle configuration page. Changed combo box for tab bar and made the tab text translate-able.
|
2014-02-08 13:50:14 +01:00 |
|
Alessio Morale
|
95b12c360f
|
OP-1149 fix low temperature compensation formula
|
2014-02-08 12:44:12 +01:00 |
|
Corvus Corax
|
c74790b823
|
OP-942 correct reporting of callback stack overflows
|
2014-02-07 22:57:31 +01:00 |
|
Corvus Corax
|
7ec21a8f36
|
OP-942 duplicated exact API of task_monitor to also monitor callbacks
This allows cleaner and fine grained handling of STACKOVERFLOW alarms
|
2014-02-07 22:39:16 +01:00 |
|
Alessio Morale
|
8bdadaaff2
|
OP-1212 better wait on priority queue than std queue
|
2014-02-07 20:01:02 +01:00 |
|
Alessio Morale
|
a0baa17299
|
Add a proper description for ObjectPersistence
|
2014-02-07 18:37:56 +01:00 |
|
Alessio Morale
|
7a39d93952
|
OP-1212 handle priority queues for setUpdatePeriod and setLoggingPeriod
|
2014-02-07 18:36:33 +01:00 |
|
Alessio Morale
|
4a29db4983
|
OP-1212 Remove priority task from taskinfo
|
2014-02-07 18:29:19 +01:00 |
|
Alessio Morale
|
55fc327e3c
|
OP-1212 prioritize FlightTelemetryStats, GCSTelemetryStats, OplinkStatus.
|
2014-02-07 18:28:39 +01:00 |
|
Alessio Morale
|
0b36b39a5b
|
OP-1150 cleanup stale debug code, fix warnings
|
2014-02-07 12:12:18 +01:00 |
|
Alessio Morale
|
679e800d48
|
OP-1150: Fix start button not enabled due to uninitialized member variables;
|
2014-02-07 12:09:03 +01:00 |
|
Corvus Corax
|
9a6072d58c
|
Merge branch 'next' into corvuscorax/OP-942_task-diagnostics-for-callbacks
Conflicts:
flight/targets/boards/simposix/firmware/Makefile
|
2014-02-07 00:31:32 +01:00 |
|
Corvus Corax
|
6566a29054
|
OP-942 reliable and fast free stack test algorithm - will always 'see' overflows
|
2014-02-06 23:54:30 +01:00 |
|