Philippe Renon
df7f10fb08
[OP-835] Qt 5.1.0 - migrated GCS libs/qscispinbox
2013-09-15 23:36:52 +02:00
Philippe Renon
c10ffd0519
[OP-835] Qt 5.0.1 - migrated GCS libs/opmapcontrol
2013-09-15 23:35:23 +02:00
Philippe Renon
b249e58861
[OP-835] Qt 5.1.0 - migrated GCS libs/glc_lib
2013-09-15 23:35:22 +02:00
Philippe Renon
7e042a0bd3
[OP-835] Qt 5.1.0 - migrated GCS libs/extensionsystem
2013-09-15 23:35:15 +02:00
Philippe Renon
3149dc1144
[OP-835] Qt 5.1.0 - removed libqxt and qextserialport libraries as they are now included in Qt
2013-09-15 23:34:59 +02:00
Philippe Renon
221cc6557a
[OP-835] Qt 5.1.0 - GCS will now write log file to temporay directory in Release builds (currenlty disabled)
2013-09-15 23:34:14 +02:00
Philippe Renon
5ced372f7d
[OP-835] Qt 5.1.0 - migrated GCS main
2013-09-15 23:34:14 +02:00
Philippe Renon
4fd04d38f3
[OP-835] Qt 5.1.0 - replace $$PWD with $$_PRO_FILE_PWD_ (don't know why...)
2013-09-15 23:25:54 +02:00
Philippe Renon
a9a089d40d
[OP-835] Qt 5.1.0 - adapt copydata.pro to Qt 5.1.0 (Windows only)
...
- list of DLLs to copy is different and includes additional DLLs (Qt5SerialPort, Qt5Multimedia, ...)
- removal of phonon plugin (replaced by multimedia)
- prefer DLLs from Qt rather than from MinGW when possible (more robust)
- now supports Debug builds
2013-09-15 23:24:49 +02:00
Philippe Renon
a9f2cfdf3e
[OP-835] Qt 5.1.0 - removed libs/qextserialport as it is now part of Qt
2013-09-15 23:24:36 +02:00
Philippe Renon
7bcb82478d
[OP-835] Qt 5.1.0 - removed libs/qxt as it is now part of Qt
2013-09-15 23:24:14 +02:00
Philippe Renon
2d3076e9b8
[OP-835] Upgrade toolchain system to Qt 5.1 (Windows only, use packages for Linux and OSX)
2013-09-15 23:24:13 +02:00
Philippe Renon
560223da70
OP-996 Added GCS option to remember and restore the last selected workspace
...
Also reorganized the workspace options page
2013-09-15 23:24:13 +02:00
mathieu
fb1f58c94b
Merge branch 'next' into Mathieu/OP-1079_Update_to_FreeRTOS_v7_5_2
2013-09-11 18:57:37 -07:00
Alessio Morale
c0cfd3dffe
Merge branch 'amorale/OP-1058_uavo_named_accessors' into next
2013-09-10 21:20:12 +02:00
Alessio Morale
db7ea48675
Merge remote-tracking branch 'origin/cyr/OP-1076' into next
2013-09-10 20:26:53 +02:00
Philippe Renon
6dfd7c1c88
Merge branch 'filnet/OP-996_add_option_to_remember_last_selected_workspace' into next
2013-09-07 15:23:17 +02:00
Mathieu Rondonneau
03b243fe31
OP-1079 - Update to FreeRTOS v7.5.2
2013-09-04 20:26:23 -07:00
Alessio Morale
0db9a9bf8d
OP-1058 Add xxxGet and xxxSet functions to handle multielement fields as struct
...
for example:
EKFStateVariancePSet(EKFStateVariancePData *NewP);
EKFStateVariancePGet(EKFStateVariancePData *NewP);
Also in this case array accessors are renamed as xxxArrayGet/Set:
EKFStateVariancePArraySet(float *NewP);
EKFStateVariancePArrayGet(float *NewP);
Nothing changes for anonymous items as default functions continues to deal with arrays
+review OPReview-552
2013-09-01 13:23:20 +02:00
Alessio Morale
e91bc28667
OP-1058 Get rid of Unions.
...
They caused stack usage increase with -fstrict-aliasing as stack slots are not reused when dealing with unions.
It has now been added the cast_struct_to_array macro in pios_struct_helper.h to handle such case where it is useful to access those homogeneous structs as arrays
+review OPReview-552
2013-09-01 12:10:55 +02:00
Alessio Morale
11b269f898
Merge remote-tracking branch 'origin/next' into amorale/OP-1058_uavo_named_accessors
2013-08-31 16:03:30 +02:00
Mathieu Rondonneau
e973740b8b
OP-1067 run uncrustify
2013-08-28 19:47:44 -07:00
Mathieu Rondonneau
fc6d544476
OP-1067 Force oplonk to report disabled if rfm22b is not initialized.
2013-08-28 19:45:50 -07:00
Erik Gustavsson
e39c3f897e
Use xTaskGetTickCount() to time long intervals rather than PIOS_DELAY_GetRaw(), because of wrap-around issues.
2013-08-26 19:14:47 +02:00
Alessio Morale
5a83ef65e5
OP-910 Updated WHATSNEW.txt for 13.06.04
2013-08-24 16:18:10 +02:00
Alessio Morale
974367a0fc
OP-910 Updated WHATSNEW.txt for 13.06.04
2013-08-17 16:43:44 +02:00
Alessio Morale
59b99e26b7
Merge remote-tracking branch 'origin/rel-13.06.04'
2013-08-17 15:39:52 +02:00
David
c267d73b42
Update install script for new drivers
2013-08-17 04:12:09 +10:00
David
1a27b473d5
New CDC driver revsion
2013-08-17 04:04:22 +10:00
David
86a02d693e
Update copy data for ssl, readme is way out of date, changed one
...
line but on a read through, it's very out of date now as things
are easier now. Might be best to link to the Wiki...
2013-08-17 00:51:09 +10:00
Alessio Morale
05c6d12eac
OP-1044 Uncrustify
2013-08-16 09:18:16 +02:00
Alessio Morale
27aa911af2
OP-1044 fix slow tiles loading preventig to ask for version at each request
2013-08-16 09:18:04 +02:00
Andrew Finegan
42ff8a24bb
Updated urlfactory file, google maps now require ssl then recieving tiles, also updated the google map version parser to ssl
2013-08-16 09:17:23 +02:00
Mathieu Rondonneau
1c1ec8c959
OP-1070 GrountTruth object sent to FC.
...
this should not be the case so remove it from periodic list.
2013-08-16 09:15:24 +02:00
Mathieu Rondonneau
151d44b8e7
OP-1070 GrountTruth object sent to FC.
...
this should not be the case so remove it from periodic list.
2013-08-14 17:01:54 -07:00
Alessio Morale
e762bbaef8
Merge remote-tracking branch 'origin/rel-13.06.03'
2013-08-12 16:40:25 +02:00
Corvus Corax
0db395b4a2
uncrustify
2013-08-11 15:33:59 +02:00
Corvus Corax
0f31368c64
Merge branch 'corvuscorax/OP-1036_fixed-wing-improvements' into next
2013-08-11 15:13:23 +02:00
Corvus Corax
0724fca32a
refactored pid_apply_scaled back into pid_apply (rename only)
2013-08-11 15:12:17 +02:00
Voha
6ab83e5d33
fixed build errors with clang in MacOsX 10.9(DP5) and xCode 5.0(DP5)
2013-08-10 21:27:36 +03:00
Mathieu Rondonneau
114e353acb
OP-1067 Invalid value for "LinkState"
...
Do not retrieve status from rfm22b if not initialized.
2013-08-09 20:14:13 -07:00
Mathieu Rondonneau
40b0682048
OP-667: This is not an issue since the 2 callers already check for NULL pointer but for consistency, this should be done in the function itself.
2013-08-03 09:39:44 -07:00
Brian Webb
5ac1f33c47
Adds missing pios_gpio_priv.h
2013-08-02 22:01:44 -07:00
Brian Webb
831aa2e213
Merge remote-tracking branch 'origin/next' into brian/GPIO_update
2013-08-02 17:45:06 -07:00
Alessio Morale
011c0b35ab
OP-910 Updated WHATSNEW.txt for 13.06.03
2013-08-01 22:36:37 +02:00
Alessio Morale
99dbecdd7d
Merge remote-tracking branch 'origin/brian/OP-1050_Fix_OPLink_Erase_Settings' into rel-13.06.03
2013-08-01 21:28:37 +02:00
Alessio Morale
1099e0ffdf
Merge remote-tracking branch 'origin/hyper/OP-1049-hotfix-for-CC3D-startup-MPU6000-fifo-overflow' into rel-13.06.03
2013-08-01 20:57:07 +02:00
Alessio Morale
8dd3c45ccf
OP-1058 change some missing occurrencies to .field.XXX notation
...
+review OPReview-552
2013-08-01 11:44:12 +02:00
Alessio Morale
01d963affd
OP-1058 uncrustify
2013-08-01 01:28:50 +02:00
Alessio Morale
f226b23c24
OP-1058: fix needed for fw_osd code compilation
2013-08-01 01:19:02 +02:00