James Duley
99c8290aa1
Merge branch 'parched/OP-1736_make_package_label_meaningful' into next
2015-03-03 11:36:15 +13:00
James Duley
f0cab73fdd
OP-1736 make package label meaningful
2015-02-26 09:56:55 +13:00
abeck70
57e0a8baf5
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into abeck/OP-1721
...
Conflicts:
flight/modules/Sensors/sensors.c
2015-02-23 14:40:55 +11:00
Alessio Morale
ad42ca7f16
Merge remote-tracking branch 'origin/amorale/OP-1658_sensor_overhaul_next' into next
2015-02-22 16:28:04 +01:00
abeck70
4032b24a6f
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into abeck/OP-1721
2015-02-20 18:34:09 +11:00
James Duley
911ddff2d5
OP-1735 build fails with tidle in path: tidy after review comment
2015-02-20 10:48:51 +13:00
James Duley
624767a18d
OP-1735 build fails with tidle in path:fixed
2015-02-20 10:23:40 +13:00
lilvinz
745bf1a9db
firmware_defs.mk: add support for build paths containing @
2015-02-20 10:22:18 +13:00
abeck70
b9d7408da6
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into abeck/OP-1721
2015-02-19 16:44:52 +11:00
abeck70
171d335d76
OP-1721 C++ compile review comments
2015-02-19 12:45:21 +11:00
James Duley
a70c972572
OP-1733_version-info.py_check_for_json_first
2015-02-19 10:43:15 +13:00
abeck70
53482be09c
OP-1721 C++ and ARM tools
...
Enable revo C++ support:
1. Set USE_CXX to enable compliation and linkage of C++ source code
2. Disables rtti and exceptions
3. operator new and delete call pios malloc/free
4. Static constructor invocation supported
5. Additional methods, compile options, and need to have main as a cpp to solve various link issues when using static constructors but to avoid adding unnecessary libs.
6. Upgrade arm tools
2015-02-13 12:56:04 +11:00
Alessio Morale
49b8b1f93e
OP-1658 - Add PIOS_SENSORS and Sensor framework API
2015-02-03 00:00:05 +01:00
m_thread
fe404f1e33
OP-1628 Fixed DFUUtil installation in Tools.mk
2015-01-19 23:59:44 +01:00
abeck70
3e830b91d5
macqt54 remove files no longer avail
2015-01-07 12:45:25 +11:00
abeck70
d8792826ee
macqt5.4 qt_addons fix
2015-01-07 12:36:00 +11:00
abeck70
e272ddd264
additional mac 5.4 changes
2015-01-07 11:35:22 +11:00
abeck70
59be86bc70
qt5.4 mac tools.mk support
...
Coded....testing now.
2015-01-07 11:01:39 +11:00
Philippe Renon
ab952b0f03
OP-1656 minor post Qt 5.4.0 upgrade cleanups
2015-01-04 12:33:42 +01:00
Philippe Renon
5b2eac268a
OP-1656 upgraded to Qt 5.4.0 (linux) - code compiles - GCS not tested...
2015-01-02 22:22:31 +01:00
Philippe Renon
ac6e0b0699
OP-1656 upgraded to Qt 5.4.0 (windows) - code compiles - GCS not tested...
2014-12-22 21:17:52 +01:00
James Duley
993eeeda75
OP-1639 make non-git source: added save version info to json
2014-12-01 10:02:32 +13:00
James Duley
bf335d6eaa
OP-1639 make non-git source: added load version info from json
2014-12-01 10:01:56 +13:00
Alessio Morale
e553014596
Merge branch 'amorale/OP-1476_1477_1275_GPSV9_pios_firmware_bootloader' into next
2014-10-03 00:37:55 +02:00
Fredrik Larsson
cfa0ef4671
For Mac testing Qt revert
2014-10-02 20:54:24 +10:00
Alessio Morale
9e0596c2c5
Merge remote-tracking branch 'origin/amorale/OP-1379_ext_led_notification_module_new' into next
...
Conflicts:
Makefile
flight/targets/boards/discoveryf4bare/firmware/Makefile
flight/targets/boards/revolution/firmware/Makefile
2014-09-29 21:26:31 +02:00
Fredrik Larson
18b35e858f
Mac stuff
2014-09-27 21:39:25 +10:00
abeck70
81b2224b7b
OSX Qt5.3.2 changes to tools.mk
2014-09-17 21:33:02 +10:00
Alessio Morale
c44dac2447
OP-1476 - fix bootloader for serial support
2014-09-16 22:40:53 +02:00
Alessio Morale
ef14235cbe
OP-1275 Remove some other code from minimal app profile
2014-09-16 00:42:50 +02:00
Alessio Morale
ff82d50ee0
OP-1275 add an APP_MINIMAL flag that optionally omits most of the stuffs (flight related stuffs and sensors for example)
2014-09-16 00:42:49 +02:00
Alessio Morale
4d1e8cf5a7
OP-1275 F0 support: fix make scripts, bootloader size, linker scripts, add other missing pios drivers.
2014-09-16 00:42:49 +02:00
Alessio Morale
7eca9f80e3
OP-1275 Initial commit for f0 support: add CMSIS, Std Peripheral drivers
2014-09-16 00:42:48 +02:00
Fredrik Larsson
aebf41aad7
Merge remote-tracking branch 'origin/parched/OP-1478_fix_win_qtc_variables' into next
2014-09-14 22:50:43 +10:00
James Duley
5d55766573
OP-1478 fix_win_qtc_variables: reworded comments
2014-09-14 11:55:32 +12:00
James Duley
684180ef87
OP-1478: added a qmake variable OPENSSL_DIR
2014-09-13 17:48:30 +12:00
Alessio Morale
2907af618f
OP-1465 - fixes for some review suggestions
2014-09-08 14:39:41 +02:00
Alessio Morale
e549c71da6
OP-1379 - add unit testing
2014-09-06 12:11:52 +02:00
Alessio Morale
ec07016aee
OP-1465 - Fix build on windows, force the removal on cleanup
2014-09-01 14:51:43 +02:00
Alessio Morale
c5d57a763e
OP-1465 - Update stm32flash repository to https://code.google.com/p/stm32flash/ and fetch a newer version (a358bd1f025d)
2014-08-29 21:13:13 +02:00
Fredrik Larson
8c65661e54
Merge remote-tracking branch 'origin/parched/OP-1460_copy_icu_again' into next
2014-08-28 09:59:25 +10:00
Fredrik Larson
8110d92059
Don't need sudo for brew
2014-08-28 04:50:30 +10:00
James Duley
135b5d635e
updated icu from 51 to 52
2014-08-26 10:30:24 +12:00
James Duley
47e110050d
Merge branch 'python_fixes' into OP-1324_fix_build_when_python_isnt_python2
2014-08-19 11:50:41 +12:00
James Duley
c2af28246f
redirect stderr to stdout for shell python --version
2014-08-19 11:50:03 +12:00
James Duley
a4efd8539a
Merge branch 'python_fixes' into OP-1324_fix_build_when_python_isnt_python2
2014-08-19 10:42:33 +12:00
James Duley
f4ddbe53eb
fixed whitespace
2014-08-19 10:41:24 +12:00
Corvus Corax
bc8ccb7be7
Revert "Revert "Merge remote-tracking branch 'origin/parched/OP-1324_fix_build_when_python_isnt_python2' into next""
...
This reverts commit 449653f01e
.
2014-08-16 23:59:37 +02:00
Fredrik Larson
c620c7fc29
Change message about installing 7zip on Linux, packaging changed in latest
...
LTS
2014-08-17 07:19:29 +10:00
Fredrik Larson
449653f01e
Revert "Merge remote-tracking branch 'origin/parched/OP-1324_fix_build_when_python_isnt_python2' into next"
...
This reverts commit 4592de13bd
, reversing
changes made to a309537e62
.
2014-08-16 23:53:02 +10:00