David Sidrane
160f5cc67d
Removed px4cannode from build as it does not fit in flash.
7 years ago
David Sidrane
d409ca3e46
Inital commit of nxphlite-v3
7 years ago
David Sidrane
0c576426b2
Add nxphlite-v1_default to alt builds for CI
7 years ago
Daniel Agar
af9690cf08
add simple posix tests to SITL
7 years ago
Daniel Agar
a87b6befbb
ignore .vscode IDE directory
7 years ago
David Sidrane
b4eb6e4492
Makefile:distclean should not delete an local eclipse .settings
8 years ago
David Sidrane
a7ba7af89a
FMUv1:Removed FMUv1 board from PX4
8 years ago
Julien Lecoeur
ceeae7587e
worst case analysis of stack usage ( #7883 )
...
* Makefile target "check_stack"
8 years ago
Daniel Agar
9f15c572a3
astyle scripting move to Tools/astyle
8 years ago
Daniel Agar
30f8e5751d
Makefile simplify colorecho for CI
8 years ago
Beat Küng
7d50f3df0a
Makefile: add module_documentation target
8 years ago
Daniel Agar
4937449890
move parameter unittest into systemcmds
8 years ago
Daniel Agar
f26cd01d16
param gen reorganize and fix DISABLE_PARAMS_MODULE_SCOPING
8 years ago
Daniel Agar
24b26e53b9
cmake organize code coverage handling and base
8 years ago
Daniel Agar
17a3b195fa
cppcheck start with errors only
8 years ago
Daniel Agar
de9c39447c
cppcheck ignore examples
8 years ago
Daniel Agar
e4f55e4526
travis-ci upload cppcheck, scan-build, and coverage to s3
8 years ago
Daniel Agar
2e0ed3b47b
travis-ci add cppcheck
8 years ago
Daniel Agar
d731558286
Makefile prepare to split qgc_firmware
8 years ago
Daniel Agar
ac4a706da0
build system fixes and improvements
...
- deploy px4 metadata using target
- clang scan-build upload output to s3
- clang-tidy properly check headers
- add cppcheck helper
- force gcc color
8 years ago
Lorenz Meier
0dac78b48f
FMUv4PRO and FMUv5: Enable auto-build
8 years ago
Daniel Agar
293eca7d16
Makefile add px4_metadata for airframes and parameters
8 years ago
Andrew C. Smith
d21b6655d2
Add the Gumstix AeroCore2 to the build system.
8 years ago
Daniel Agar
3721fb9d52
cmake cleanup nuttx dependency handling ( #7007 )
...
- closes #6501
- closes #6820
- closes #6881
8 years ago
Daniel Agar
8c9affddc8
travis-ci generate and upload parameters.md
8 years ago
Lorenz Meier
306d4b8817
Makefile: Add Gazebo clean step
8 years ago
David Sidrane
2d92ad2538
stm32 Updated flash patch to upstream revised ( #6893 )
...
* stm32 Updated flash patch to upstream (fixes missing commit)
* Removed zubaxgnss-v1_bootloader check build will not fit
Removing zubaxgnss-v1_bootloader from the check build. It is overflowing flash by 6 Bytes.
8 years ago
David Sidrane
9527dd7714
Add auav-x21_default to the qgc firmware for distribution
8 years ago
Daniel Agar
4e3b4091e8
run-clang-tidy only display output on error
8 years ago
Daniel Agar
73da6d30d9
clang-tidy errors cause target failure
8 years ago
Daniel Agar
cdd472f722
Makefile update Firmware.zip px4 naming
8 years ago
wangxdflight
b693e29d64
enable px4 flight for excelsior(legacy)
8 years ago
Daniel Agar
6961a513c7
clang-tidy readability-braces-around-statements
8 years ago
Daniel Agar
8caf6c54fa
Makefile cleanup and travis-ci s3 deploy ( #6329 )
...
- pulls more of the travis-ci s3 deploy into the repo so we can potentially migrate to another CI system
- fixed the sizes output and added verbose compiler version to cmake (#6322 )
- fixed filenames for firmware uploaded to s3 (was broken by the changes yesterday)
- fixed some broken git version display in cmake
- Makefile organization
- simplified .travis.yml
- added a print to know which config the nuttx patch was being applied to
- docker_run.sh now respects PX4_DOCKER_REPO for setting the docker image, but defaults to the good production nuttx image
8 years ago
James Goppert
a0fff97fd2
Moved deployment logic to python scripts.
8 years ago
James Goppert
50159cabbe
Automatically set cmake version.
8 years ago
James Goppert
434dddedea
Changes to add px4fmu-v2_lpe config.
8 years ago
BharathR
8c7f810cc2
Fixed build error in eagle_legacy_default mode (px4muorb.h generation issue)
8 years ago
bharathr
ee0b0f2a3e
Fixed build error in Snapdragon Flight legacy driver mode (partially)
8 years ago
Daniel Agar
dc787830b5
circleci run tests under code coverage ( #6273 )
...
* use regular optimization levels for the code coverage build.
* the mixer test fails intermittently when built without optimization
8 years ago
Daniel Agar
defaf7f5e5
docker run helper script ( #6270 )
8 years ago
Daniel Agar
a7e38e1119
Makefile rename checks_alt to alt_firmware
8 years ago
Beat Küng
f0c905ae43
Makefile: remove executable bit
8 years ago
Daniel Agar
9689163125
tests skip junit output and cmake exclude from all
8 years ago
Daniel Agar
573aed0ee8
tests coverage reorder to avoid lcov issues
8 years ago
Daniel Agar
b4da337cd4
test coverage cleanup
...
- dataman clean exit code
- unit test proper cleanup
- add some level of simulated sensors for tests
- delete unused test/standard_vtol
8 years ago
Daniel Agar
34b2fb55e6
Makefile add clang-check and clang-tidy helpers
8 years ago
Daniel Agar
28971caaf3
partially restore mavlink_tests
8 years ago
Daniel Agar
5ec546f735
Makefile add scan-build target
8 years ago
Daniel Agar
dc9a71b674
WIP startup_shutdown test with ASAN on
8 years ago