Peter Barker
e68ceda59e
Tools: scripts: uploader.py takes target-system / target component
6 years ago
Buzz
31697a3b0c
Tools: add support for GCOV code coverage tool and HTML reporting with LCOV.
...
first, "apt install gcovr lcov" as new prerequisites
then run:
./waf configure --enable-gcov
./waf build --lcov-report
and after much waiting review the report in HTML format with your preferred browser eg:
firefox reports/lcov-report/index.html
6 years ago
Mark Whitehorn
48e4d779ac
Tools: scripts: uploader.py: add dict of compatible board IDs
6 years ago
Peter Barker
94c5a39b4f
Tools: uploader.py: factor out a find_bootloader method
...
This also changes to try to close the port if sending on it fails.
6 years ago
Peter Barker
e8b18a46a4
Tools: uploader.py: break out a modemmanager_check
6 years ago
Peter Barker
f9908efb65
Tools: uploader.py: move baud_flightstack initialisation outside loop
6 years ago
Peter Barker
36109cae65
Tools: uploader.py tidy port list code
6 years ago
Andrew Tridgell
a5a8575c83
Tools: removed old vrbrain build scripts
6 years ago
Andrew Tridgell
b619e1e560
Tools: remove more px4 remnants
6 years ago
Francisco Ferreira
3da3f75c41
Tools: ci: remove old code
6 years ago
Andrew Tridgell
4caf1c9080
Tools: autobuild Pixhawk4Pro and CubeOrange
6 years ago
Andrew Tridgell
ec2c742523
Tools: added Holybro to supported USB IDs for upload
6 years ago
Andrew Tridgell
6a4da68c4f
Tools: auto-build TBS-Colibri-F7 board
6 years ago
Pierre Kancir
910de89b4e
Tools: add DEVTYPE_RM3100 to decode_devid.py
6 years ago
MohamedAliRashad
ddab9455e8
Tools: install-prereqs: do not use sudo to install Python packages
6 years ago
Peter Barker
5828915a02
Tools: scripts: remove build_all_vrbrain.sh
6 years ago
Patrick José Pereira
57955421b5
Tools: Correct install-prereqs-ubuntu user input text
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Patrick José Pereira
060f97b8e7
Tools: Correct install-prereqs-mac user input text
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Patrick José Pereira
d37df424ab
Tools: Correct install-prereqs-arch user input text
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Patrick José Pereira
31dbf282cb
Tools: Update install-prereqs-ubuntu
...
Add lsb-core check for lsb_release
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
LukeMike
2f06484bb4
HAL_ChibiOS: added VRBrain boards into common_boards (build_binaries)
6 years ago
Willian Galvani
8638446c36
Tools: update install-prereqs-arch.sh
6 years ago
Andrew Tridgell
36d908c524
Tools: fixed typo for CubePurple
6 years ago
Siddharth Purohit
719a6507ee
Tools: build CubePurple on build server
6 years ago
murata
6613c678a0
CI: Delete NuttX version processing
6 years ago
Stephen Dade
fb53e354c0
Tools: updated STM Tools url for ubuntu/arch install scripts
6 years ago
Andrew Tridgell
fc2b43313e
Tools: fixed error in build_binaries.py
6 years ago
Andrew Tridgell
6e15b16511
Tools: restore px4 builds of stable and beta releases
6 years ago
Andrew Tridgell
9bc9d44c3b
Tools: removed px4 builds from build_all.sh
6 years ago
Andrew Tridgell
323fd121e4
Tools: fixed submodule update order for appveyor
6 years ago
Andrew Tridgell
d6715290ff
Tools: fixed appveyor configure
6 years ago
Andrew Tridgell
cf582cdb12
CI: added appveyor build of SITL for MissionPlanner
6 years ago
Andrew Tridgell
9596358f3c
CI: removed px4 builds
6 years ago
Matt
211e7b1f1c
Auto Build: Move solo targets to Copter only
6 years ago
Matt
000af43db6
Auto Build: Add Solo build targets
...
Adds Solo builds for the Cube Black and Cube Green to auto build.
6 years ago
Michael Oborne
a24f870a0d
apj_tool: fix binary writes
6 years ago
Peter Barker
d0f070d05d
Tools: rename px_uploader.py into uploader.py, move into scripts
6 years ago
Andrew Tridgell
495a2a3870
Tools: added MatekF405-STD to autobuild
6 years ago
Andrew Tridgell
76f4b132b2
Tools: build omnibusf4v6
6 years ago
Andrew Tridgell
f612c2cfce
Tools: added script to build and copy iofirmware
6 years ago
Lucas De Marchi
cbe462fa57
Tools: add ist8308 to devtype dict
6 years ago
Lucas De Marchi
e85b37ffc4
Tools: allow to decode devid in hex
6 years ago
Patrick José Pereira
fac329dd16
Tools: Add ArduSub test
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
Andrew Tridgell
1c3d90d8b5
scripts: added DrotekP3Pro to autobuild
6 years ago
Peter Barker
99090b7170
Tools: build_ci.sh: enable math index checking for sitltest-rover
6 years ago
Peter Barker
af6e308108
Tools: scripts: configure_ci.sh: install numpy so quaternions work
6 years ago
Andrew Tridgell
cb88947700
Tools: added speedybeef4 and F35Lightning to autobuild
6 years ago
Andrew Tridgell
74c5831afa
Tools: added mRoX21-777 to autobuild
6 years ago
Pierre Kancir
a6322279d4
Tools: scripts: buid_ci.sh: Double quote to prevent globbing and word splitting.
6 years ago
Pierre Kancir
a5ef99bcf9
Tools: scripts: build_ci.sh: correct syntax
6 years ago