Julian Oes
97d7925431
mavsdk_tests: add to PX4 Makefile/CMakeLists.txt
5 years ago
Daniel Agar
0420a4386d
deprecate px4 esc-v1 and drivers/uavcanesc
5 years ago
Daniel Agar
5200cae3a3
deprecate thiemar s2740vc-v1 board support
5 years ago
Daniel Agar
e39e73cea1
delete auav esc35-v1 board
5 years ago
kamilritz
d79199c863
Remove swig and python test related things
5 years ago
kamilritz
cac5f3fd6d
GTest and Coverage cleanup and Basic EKF GTest
5 years ago
Daniel Agar
4a7a9a1ba9
Makefile: clang-tidy use unmodified run-clang-tidy
5 years ago
Martina Rivizzigno
959a35b3bd
add safe_landing_planner to CI
6 years ago
David Sidrane
31dfaee76a
fmuv5x board support
6 years ago
Matthias Grob
146a3866c0
Testing: hotfix to recover test coverage CI
...
CMAKE_TESTING should automatically be enabled
but I hoped to do that in the test.cmake
target specific options and not in the main
CMakeLists. I have to see if I can make that
order work. Here the hotfix to make CI work
again.
6 years ago
Matthias Grob
cbd230e34e
Testing: Clean up unit_test target because test_results does all tests now
6 years ago
Matthias Grob
d8e0d641a5
Makefile: fix reconfigure check passing with prefix substring
...
Example: Before when you passed "make tests TESTFILTER=Attitude"
and subsequently "make tests TESTFILTER=Atti" it found the string
"TESTFILTER=Atti" in "TESTFILTER=Attitude" and hence the check if
the configuration is already correct passed. The fix checks for
the configuration parameter including the subsequent space separator
and after that strips the space away again such that the list
VERIFIED_CMAKE_OPTIONS doesn't contain trailing spaces.
6 years ago
Matthias Grob
542f61f04b
testing build: add possibility to filter tests with ctest regex
6 years ago
Matthias Grob
5020dfdc3d
Testing: switch unit tests to BUILD_TESTING
6 years ago
Matthias Grob
63b967f5df
Add unit testing possibility using googletest on POSIX
6 years ago
David Sidrane
07e6730cd7
Add nxp_fmuk66-v3 to QGC deploy
...
See https://github.com/mavlink/qgroundcontrol/issues/7360
6 years ago
Daniel Agar
b9516d7e38
mixer move test_mixer_multirotor into cmake
6 years ago
Anthony Lamping
a3ebe5676f
make: tests_avoidance add prerequisite
6 years ago
Martina Rivizzigno
09b795161e
Obstacle Avoidance testing in CI ( #10780 )
6 years ago
Matthias Grob
20c2d66ba3
Makefile: add function to check if cmake rerun is necessary
...
by comparing the configuration options that cmake reports
from the cache with the ones from the current build
6 years ago
Matthias Grob
e8cbfab670
Makefile: help cleanup
6 years ago
Matthias Grob
e7651c9c52
Makefile: streamline cmake-build and
...
cleanup nuttx_, _default targets
6 years ago
David Sidrane
beff3ae66a
deprecate gumstix aerocore - no longer supported by mfg
6 years ago
Daniel Agar
c3d6a042e6
Jenkins SITL coverage build in place to handle gcov paths properly
6 years ago
Daniel Agar
071ec7d7cd
Makefile: quick_check avoid building px4_sitl twice
6 years ago
Daniel Agar
38e3da535f
boards/ delete unused stm32 nucleo-F767ZI example
6 years ago
Daniel Agar
9ae61b7775
boards/ delete unused stm32f4discovery example
6 years ago
Daniel Agar
1f4c3fedba
deprecate samv7 support and atmel same70xplained board
6 years ago
David Sidrane
517add3c8c
auav_esc31-v1:Fix build
6 years ago
Julian Oes
d94748c831
Makefile: use px4_sitl_test board for `make tests`
...
This means that we can use the normal host scheduling (not lockstep) for
the unit tests.
In the future we might add unit tests using lockstep as well.
6 years ago
Beat Küng
418df2516d
mixer multirotor: add to CI
6 years ago
Daniel Agar
161cf7f5d9
shellcheck fix rc.autostart return and improve globbing
6 years ago
David Sidrane
729d1c32d3
Rename nxphlite-v3 to NXP fmuk66-v3 ( #10927 )
6 years ago
Daniel Agar
36ec1a7914
Makefile quick_check switch nuttx target to px4_fmu-v5
6 years ago
Daniel Agar
f22f331e4a
Makefile add board rename deprecation warning
6 years ago
Daniel Agar
abb3817d31
boards new split VENDOR_MODEL naming convention
6 years ago
Daniel Agar
f692ad04d0
boards organization
6 years ago
Daniel Agar
a4c4f356b3
Makefile handle spaces in path
6 years ago
Mark Sauder
ad8539bd15
Deprecate the tap_common directory, nuttx, driver, and makefile references to tap-v1. ( #10629 )
6 years ago
Beat Küng
525531f2fc
Jenkins: add module config validation to CI
6 years ago
Daniel Agar
18a0b39968
sanitizers cleanup ( #10551 )
...
- add to AddressSanitizer and UndefinedBehaviorSanitizer to CMAKE_BUILD_TYPE options
- handle environment variable helpers outside of CMake
- add -O1 optimization
- cleanup whitespace
6 years ago
Daniel Agar
e4088204ee
shellcheck ignore array references for now (SC2039) and run everywhere
7 years ago
Daniel Agar
52e1b59e60
cmake add nuttx shellcheck helper
7 years ago
Daniel Agar
3c4c9131aa
Jenkins add ShellCheck
7 years ago
Daniel Agar
e356fd89b0
CI mission tests add FW and cleanup ( #10250 )
...
* jenkins: decrease VTOL mission alt and FW mission use simple land wps
* startup: decrease min airspeed scaling factor for landing
* jenkins: FW mission include loiter_to_alt cmd
7 years ago
Daniel Agar
5b410e5f28
doxygen update excludes and output structure
...
- exclude DriverFramework, parameters, libuavcan
7 years ago
Daniel Agar
459ad7528f
python scripts code coverage ( #10157 )
7 years ago
Daniel Agar
553d68b80f
Makefile add doxygen helper
7 years ago
Daniel Agar
4d3ad1b5c3
cmake consistency with build directory and and nuttx binary naming
7 years ago
Daniel Agar
5234ba49ad
Jenkins code coverage build
7 years ago