Andrew Tridgell
a745bad5b0
Tools: cleanup autotest script
6 years ago
Andrew Tridgell
a4c17a3913
Tools: move skip_board_waf after update_submodules in build_binaries
...
thanks to Peter for noticing this
6 years ago
Andrew Tridgell
0b321eb84c
Tools: speed up builds and report build time per build
6 years ago
斯东Stone
70c0ba5722
AP_RangeFinder: Fix typo in Benewake TFMiniPlus python tool
6 years ago
Andrew Tridgell
3f71a84894
Tools: timestamp build steps
...
try to track down what is slow
6 years ago
Andrew Tridgell
6690e38ee3
Tools: added in vehicletype
...
request from Michael
6 years ago
Andrew Tridgell
7c65d89c34
Tools: call gen_stable from build_binaries.py
6 years ago
Lucas De Marchi
0afd58fb99
Tools: add helper script for TFMini Plus
...
This allows to easily change the sensor back and forth between I2C and
UART modes.
6 years ago
Andrew Tridgell
7186e443ba
Tools: added playback tool for onboard logs
...
allows for visualising flights using flightgear with onboard log
6 years ago
Phillip Kocmoud
9b43870ffe
Tools: auto-build mRoControlZeroF7
6 years ago
Andrew Tridgell
372d9483aa
Tools: added --download option to uploader.py
6 years ago
Andrew Tridgell
9ff69b90e1
Tools: added mapping for brand name and manufacturer
...
requested by Don for QGC
6 years ago
Andrew Tridgell
a46ea1d5c5
Tools: keep old stable releases
...
this will ensure that all future stable releases are kept for users to
select with the GCS
6 years ago
Andrew Tridgell
4881d32b18
Tools: added a script to generate missing firmware-version.txt files
6 years ago
Andrew Tridgell
709a4d00d9
Tools: simplify and fix manifest generation
6 years ago
Andrew Tridgell
e98d5094b5
Tools: cleanups to generate_manifest.py
6 years ago
Andrew Tridgell
0abec1e0f3
Tools: flake8 fixes for generate_manifest.py
6 years ago
Andrew Tridgell
9da18cd6bc
Tools: flake8 fixes for build_binaries.py
6 years ago
Andrew Tridgell
cbd72cb7c6
Tools: improved manifest.json
...
the new manifest.json includes USB IDs, board_id, and bootloader
strings. This will make it possible to generate a list of matching
boards which will allow a GCS to offer a list to the user
6 years ago
Andrew Tridgell
1367e46d2f
Tools: fixed manifest.json.gz generation
6 years ago
Matt
09411fed10
BUILD: Update CubeBlack-solo to CubeSolo.
6 years ago
Rajat Singhal
a963a0d245
Tools: scripts: Suggest exporting JSBSim path after building
...
Tools: scripts: Remove debug output in build-jsbsim.sh
Tools: scripts: Restore debug output in build-jsbsim.sh
6 years ago
Peter Barker
bec9b6dda4
Tools: apj_tool.py: python3 fixes
6 years ago
Andrew Tridgell
283968afca
Tools: rename Pixhawk4Pro to Pixhawk6
6 years ago
Phillip Kocmoud
564a82c5da
uploader.py: Add detection for mRo USB devices
6 years ago
Michael du Breuil
ae1d7f0b26
Tools: Add a scripting build target to CI
6 years ago
Andrew Tridgell
4aaf3e2dd1
Tools: build CUAVv5Nano firmware
6 years ago
Andrew Tridgell
db5776d080
travis: added fmuv2 plane build
...
this tests HAL_MINIMIZE_FEATURES build
6 years ago
Lucas De Marchi
2cac03bfd3
Tools: auto-build edge
6 years ago
IamPete1
d188245855
Tools: autobuild tracker on common boards
6 years ago
Stephen Dade
7461d70e82
Tools: Consolidated prereq install scripts to single location
6 years ago
Patrick José Pereira
0e5f9454dd
Tools: Update ubuntu script to add pexpect
...
pexpect is used in autotest
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Andrew Tridgell
2d2b02e50b
Tools: added more INS device decodes
6 years ago
Peter Barker
176d26b40a
Tools: generate_manifest: flake8 compliance
6 years ago
Peter Barker
02e687e99c
Tools: generate_manifest: improve handling of unknown tags
6 years ago
Dr Nic Williams
9cab607d0a
Tools: pexpect python dependency used by autotest
6 years ago
Peter Barker
4379186333
Tools: scripts: remove dated directories from manifest
6 years ago
Siddharth Purohit
bc97ee5498
Tools: fix uploader for macos systems
6 years ago
Peter Barker
ca81cd0f1b
Tools: build_binaries.py: build SITL binaries for x86_64-linux-gnu and arm-linux-gnueabihf
6 years ago
Andrew Tridgell
7239e2bd07
Tools: fixed iomcu build with configure_all.py
6 years ago
Andrew Tridgell
3d7c6fea78
Tools: added --stop option to configure_all.py
6 years ago
Andrew Tridgell
0215e08f86
Tools: add option to configure_all.py to do builds
6 years ago
Andrew Tridgell
9c3e606076
CI: added configure-all.py to travis testing
...
make sure all hwdef.dat files can be used
6 years ago
Andrew Tridgell
e67ccbe13d
Tools: added bootloader configure to configure_all.py
6 years ago
Andrew Tridgell
57ab496a1c
Tools: fixed board selection in build_binaries.py
6 years ago
Andrew Tridgell
13e3c2fa92
Tools: fixed exception in generate_manifest.py
6 years ago
Andrew Tridgell
aca2115401
Tools: auto-build CubeYellow
6 years ago
Andrew Tridgell
f30f7ca395
travis: added F7 and H7 boards to travis builds
...
ensure these two build types don't get broken
6 years ago
Tom Pittenger
d47663c0ba
Tools: allow uploader.py to detect ttyS* on Ubuntu on Windows (WSL)
6 years ago
filipsladek
09b09ad288
Tools: scripts: Update jsbsim installation script.
...
According to http://ardupilot.org/dev/docs/setting-up-sitl-on-linux.html
"
In the past ArduPilot required a special version of JSBSim. As of December 2018 that is no longer the case, and we can use the standard JSBSim releases.
"
Moreover currently build-jsbsim.sh is failing with error:
../../src/models/propulsion/FGTurbine.h:297:3: error: ‘FGParameter’ does not name a type; did you mean ‘FGThruster’?
FGParameter *N1SpoolUp;
^~~~~~~~~~~
6 years ago