Matthias Grob
5191731f22
make romfs pruner script windows compatible
...
When we open the file handle to write back the lines in binary mode, we don't change the line endings but instead leave them as they were before. This is impotant for Windows users as Python on Windows otherwise adds CRLF endings to the parameter files and they can't be correctly parsed by NuttX any more.
10 years ago
Lorenz Meier
6987c1367e
Merge pull request #2925 from mcharleb/cmake-2-qurt-eigen
...
qurt: Must use latest version of Eigen
10 years ago
Lorenz Meier
8937499f26
Merge pull request #2931 from UAVenture/fw_disarmed
...
Make sure the generic fixed wing types AERT/AETR can arm the ESC.
10 years ago
Simon Wilks
e7529839c7
Make sure the default fixed wing types (AERT/AETR) can arm the ESC.
10 years ago
Mark Charlebois
c5e66e41f1
qurt: Must use latest version of Eigen
...
The latest version of Eigen is required to build with the Hexagon
7.4 toolchain. Only certain C++11 features are supported and the
latest version if Eigen provides these tests. A patch is required
to add support for the Hexagon compiler.
These changes force the sync and then update of eigen and allow it
to be patched for qurt.
The eigen-3.2 submodule was removed as it is no longer needed by the
qurt build with the updated toolchain.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Lorenz Meier
837d122dda
Merge pull request #2923 from UAVenture/cmake-2
...
Remove var for relative include directories
10 years ago
Andreas Antener
2d381d57b0
remove var for relative include directories
10 years ago
Lorenz Meier
aa40f1fd97
Commander: More detailed status
10 years ago
Lorenz Meier
96e0ac4581
Merge branch 'sensor_load' into cmake-2
10 years ago
Lorenz Meier
afb68cb0ab
MAVLink: Switch to HOME_POSITION message
10 years ago
Lorenz Meier
ec0f53f7c1
Merge branch 'master' into cmake-2
10 years ago
Lorenz Meier
5c52efece4
Sensors app: Rate limit new sensor discovery
10 years ago
Lorenz Meier
866e07c326
MAVLink app: Configure USB link correctly
10 years ago
Lorenz Meier
a4e56abd71
Merge branch 'master' into cmake-2
10 years ago
Thomas Gubler
0a79c809ad
fix 'ignoring return value of function declared with warn_unused_result'
10 years ago
Thomas Gubler
1ae8483e2c
fix 'unterminated function-like macro invocation', fixes #2913
10 years ago
Pavel Kirienko
e2b801a323
Fixes 2911
10 years ago
Lorenz Meier
ccf19d12f2
Commander: Provide better status feedback for sensor init / check routine
10 years ago
Lorenz Meier
c97a2c4810
Merged master to cmake-2
10 years ago
Lorenz Meier
5d7be8b156
Merge pull request #2910 from jgoppert/cmake-2-ros
...
Added support for ros-sitl on cmake-2
10 years ago
Lorenz Meier
fbde7b6f02
Merge pull request #2909 from michaelkoetter/vagrant-build
...
Fixed Vagrant provisioning
10 years ago
James Goppert
3c6d101792
Added support for ros-sitl.
10 years ago
Michael Kötter
d4422f7018
Fixed Vagrant provisioning:
...
- Added "zip" package needed for build
- Run shell proviosioner as non-privileged (ie. "vagrant") user
10 years ago
Lorenz Meier
acc9b29b56
Merge pull request #2906 from mcharleb/cmake-2-qurt-unbreakage
...
Cmake 2 qurt unbreakage
10 years ago
Mark Charlebois
3f758490a4
QuRT: move to HexagonTools 7.4 toolchain
...
Some subsystems error on frame size without the included patches.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
300932bde3
QuRT: fixes to unbreak cmake build for QuRT
...
Updated DSPAL version.
Fixed missing lib in config.
Fixed heafers for missing timespec definition.
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
Mark Charlebois
1abd61303f
qurt: Added patch for Eigen to use latest version
...
Updated to 7.2 Hexagon toolchain
Fixed issuse with stack usage
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
10 years ago
James Goppert
2a60ffd554
Added stdc_format_macros for all inttypes.h includes.
10 years ago
James Goppert
6cdb373abb
Removed extra define from catapult launch.
10 years ago
James Goppert
ed876b95c3
Added stdc_format_macros to err.
10 years ago
James Goppert
3bf06d242f
Fix def for stdc format macros to match existing code.
10 years ago
James Goppert
2908a377cf
Found stc macro def issue for sitl build on travis.
10 years ago
James Goppert
b6d8fe3f01
Another fix for travis sitl build.
10 years ago
James Goppert
85cccbf9be
Attempt 2 to fix posix sitl build for travis.
10 years ago
James Goppert
ebbe322dba
Attempt to fix odd travis sitl build error.
10 years ago
James Goppert
bc1063c862
Merge branch 'master' into cmake-2
10 years ago
James Goppert
fa69a4f1e0
Fixed debug script for cmake.
10 years ago
James Goppert
b07e02527d
Fixed catapult launch build error.
10 years ago
Lorenz Meier
d7fc0ee53c
Launch detection: Fix print statement
10 years ago
Lorenz Meier
0da9b4d715
Merge branch 'master' of github.com:PX4/Firmware into cmake-2
10 years ago
David Sidrane
05a08252ff
Bugfix:pthread_create retuns 0 on success and positive error on error without errono set
10 years ago
David Sidrane
a5ad7641e3
Updated Submodule NuttX with group delete fix and cstdlib fixes ==master
10 years ago
Lorenz Meier
27412ef2a2
Update README to include Snapdragon Flight
10 years ago
Lorenz Meier
996a6ee437
Commander: Do not lock in user on a single boot assignment failure
10 years ago
David Sidrane
f5d399c9bd
Merge pull request #2897 from PX4/master_uavcan_time_base
...
Update uavcan_main.cpp
10 years ago
David Sidrane
8eaf213edd
Update uavcan_main.cpp
10 years ago
Lorenz Meier
7f7fb7c0e3
Merge pull request #2895 from PX4/master_uavcan_timesync_with_params
...
Master uavcan timesync with command line UAVCAN parameter operations
10 years ago
David Sidrane
2a36067cc7
Added reset to usage
10 years ago
David Sidrane
1996d2b55a
Uavcan parameter and reset command line operations
10 years ago
David Sidrane
05ec165ed5
Updated Submudule NuttX with cstdlib fixes ==master_cstdlib
10 years ago