Peter Barker
|
a87814b325
|
Tools: rename runfliptest.sh to runfliptest.py
As this is a Python script
|
7 years ago |
cclauss
|
d2eec2db29
|
Tools: runfliptest.sh: Resolve undefined name
Fixes: #6839 (partial fix)
Undefined names can raise [NameError](https://docs.python.org/2/library/exceptions.html#exceptions.NameError) at runtime.
|
7 years ago |
cclauss
|
d583bb9cbc
|
Tools: update_wiki.py: fix syntax error
SyntaxError: print() is a function in Python 3
|
7 years ago |
cclauss
|
f266c82040
|
Tools: magfit_flashlog.py: fix syntax errors
SyntaxError: print() is a function in Python 3
|
7 years ago |
Peter Barker
|
406f4a9ca7
|
Tools: generate-manifest: print errors to stderr
|
8 years ago |
Francisco Ferreira
|
84efe7e6f5
|
Tools: ci: reduce ccache sizes
|
8 years ago |
Francisco Ferreira
|
be88b5a6e8
|
Tools: ci: get ccache statistics for SITL test
|
8 years ago |
Francisco Ferreira
|
129fde128a
|
Tools: ci: let waf decide number of jobs for building SITL test
|
8 years ago |
Francisco Ferreira
|
aa6b997a0b
|
Tools: ci: use number of CPUs to choose number of jobs on Make builds
|
8 years ago |
Francisco Ferreira
|
c073263c8d
|
Tools: ci: disable ccache for Make builds
|
8 years ago |
Francisco Ferreira
|
80e784c93d
|
Tools: ci: only do Make builds in some special cases
build using Make system for PX4-v3 or, if it is a cron job, for all PX4 boards and SITL
|
8 years ago |
Andrew Tridgell
|
8d0d4fe40a
|
Tools: added script to decode Saleae CSV capture file
|
8 years ago |
Lucas De Marchi
|
47968cda09
|
scripts: don't set PKG_CONFIG_PATH globally
It was done only for Bebop, but we build it statically so it has
actually no effect.
|
8 years ago |
Peter Barker
|
d8e260874d
|
Tools: copyit must always be given fourth, src, parameter
|
8 years ago |
Andrew Tridgell
|
4c6922e413
|
Tools: fixed ardusub build
and manifest generation without PX4IO
|
8 years ago |
Andrew Tridgell
|
42b181b652
|
Tools: updates to build_binaries.sh (use waf)
this switches to waf for all the px4 builds, plus adds px4pro It also
removes apm1/apm2 for plane build, and removes the download directory
for PX4IO
|
8 years ago |
Andrew Tridgell
|
78f6a5a177
|
Tools: improve devid decode
|
8 years ago |
Kevin Lopez Alvarez
|
33f6b30ef4
|
Tools: initial FMUv4pro support
|
8 years ago |
Francisco Ferreira
|
83359e898a
|
Tools: update CI ccache version to 3.3.4
ccache 3.3.x uses CPP2 enabled by default so remove enabling it
|
8 years ago |
Francisco Ferreira
|
540548f0aa
|
Tools: CI: only set shell to verbose after including profile
Travis has a very long .profile script, which is already shown in configure step, so there is no need to log it again in the build step
|
8 years ago |
Andrew Tridgell
|
cd52c5a5c5
|
Tools: make build_all.sh use waf
|
8 years ago |
Lucas De Marchi
|
eb61bb86ee
|
Tools: build_binaries: split configure, clean and build on waf
All 3 together breaks PX4 boards that have to go through the external
CMake build system.
|
8 years ago |
Lucas De Marchi
|
d04dab3a30
|
Tools: build_binaries: fix typo and binary name
|
8 years ago |
Lucas De Marchi
|
cb2f472445
|
Tools: add aerofc-v1 to autobuild
|
8 years ago |
Andrew Tridgell
|
55ac480e91
|
Tools: added decode_devid.py
|
8 years ago |
Reza Farrahi M
|
aa0de36b2e
|
Tools: fix wxpython package name on Arch
|
8 years ago |
Grant Morphett
|
4ee313c046
|
Build Rover: Fix build so correctly updates firmware-version.txt
|
8 years ago |
Michael du Breuil
|
c3b047cc5d
|
Tools: Update runplanetest.py to reflect reworded ground start messages
|
8 years ago |
Andrew Tridgell
|
2f8e9db606
|
autotest: fixed update of pymavlink
|
8 years ago |
Jacob Walser
|
8e1d065d4e
|
scripts: Generate Sub parameters
|
8 years ago |
Jacob Walser
|
ec15f0fee5
|
autotest: Add Sub
|
8 years ago |
Jacob Walser
|
289aab06bc
|
scripts: Add Sub
|
8 years ago |
Peter Barker
|
aec7091faa
|
autotest: Add support for Sub in sim_vehicle.py
|
8 years ago |
Lucas De Marchi
|
bbc7a8b3e4
|
build: make instal-apt-ci.sh easier to synchronize with .travis.xml
|
8 years ago |
Andrew Tridgell
|
5d7d190394
|
autotest: setup PKG_CONFIG_PATH for Parrot libiio
|
8 years ago |
Andrew Tridgell
|
746b0dd376
|
Tools: fixed build_binaries for new build names
|
8 years ago |
Andrew Tridgell
|
2a1408becf
|
Tools: no need to build tri separately
|
8 years ago |
Andrew Tridgell
|
90516f1064
|
autotest: fixed checkout bug in build_binaries.sh
|
8 years ago |
Andrew Tridgell
|
cc5e9da6ef
|
autotest: added some debug to build_binaries.sh
|
8 years ago |
Andrew Tridgell
|
2101f7c0c1
|
autotest: fixed stable build of multicopter frame types
|
8 years ago |
Andrew Tridgell
|
7df30ffe4d
|
scripts: avoid building redundent binaries for copter
hexa, octa, y6 and octa-quad are no longer needed if we have FRAME_CLASS
|
8 years ago |
Andrew Tridgell
|
bebf16b804
|
Tools: added FMUv3 to autobuild
|
8 years ago |
Pierre Kancir
|
9ca0873042
|
Autotest : add simple test for Rover
|
8 years ago |
Andrew Tridgell
|
619cdbe065
|
Tools: fixed bash syntax error in install-prereqs-ubuntu.sh
|
8 years ago |
Pierre Kancir
|
75a2a1cd6c
|
Tools: Don't install libc6-i386 on 32bit Ubuntu
|
8 years ago |
Francisco Ferreira
|
32cd49264e
|
travis: revert commit 52854a
Travis has fixed the issues with space so we can go back to building PX4 with make and waf
|
8 years ago |
Francisco Ferreira
|
52854aab3b
|
travis: temporarily disabled waf build of PX4 boards
Travis is complaining about lack of space, their support is looking into it but for now disable waf to get job passing
|
8 years ago |
Andrew Tridgell
|
3ed66309ec
|
Tools: split pip install into two cmds
|
8 years ago |
Peter Barker
|
e8fc5b9552
|
Tools: add set -x to install-prereqs scripts
|
8 years ago |
mirkix
|
0638ec7dfe
|
Tools: add pkg-config-arm-linux-gnueabihf package
|
8 years ago |