Peter Barker
119462aeb1
build_binaries.py: Python3 fix
...
Something in the program output is not ascii
5 years ago
Peter Barker
ebc28d817f
travis: build mRoX21-777 with -Werror
5 years ago
Peter Barker
1b481b6e6a
Tools: uploader.py squelch warning when not able to find hwdefs
5 years ago
Mark Whitehorn
7d33017c8a
Tools: scripts: uploader.py: update --identify option
5 years ago
Peter Barker
2a2a78d15d
tools: fix a couple of minor issues in decode-ISCR
5 years ago
Pierre Kancir
f2e6a79276
Tools: script: add a script to generate Mission Planner full parameters file
5 years ago
bugobliterator
d489100a70
Tools: ensure that we use environment Python interpreter
5 years ago
Peter Barker
b298477266
Tools: uploader.py: correct silently dropped exception in failure case
...
uploader.INFO_BL_REV is string, not integer
5 years ago
Andrew Tridgell
2a3238b7de
Tools: added baro decode
5 years ago
Peter Barker
1c772b94cd
Tools: build-binaries and generate-manifest py3 fixes
5 years ago
Henry Wurzburg
682fd8b1ba
Tools: remove fmuv4 and update Pixracer
5 years ago
Andrew Tridgell
ef8b09fa8b
Tools: added Holybro Pix32v5 to build
5 years ago
Peter Barker
db6fef7ebd
Tools: uploader: translate board IDs into board type in incompat output
5 years ago
Peter Barker
7bd32338ef
travis: run tradheli tests
5 years ago
pkocmoud
67e79638d4
build_binaries: add mRoPixracerPro
5 years ago
Peter Barker
539e73e49c
Tools: uploader.py: print board name as well as board id
5 years ago
Michael du Breuil
9d6a138680
Tools: Require edn_format again
5 years ago
Pierre Kancir
2b2dcbb6d8
Tools: Configure-ci: correct some mistakes
5 years ago
pkocmoud
75b5e20c6a
build_binaries.py: add mRo MN10070 Location One CAN GPS
5 years ago
Andrew Tridgell
ec73cb0e88
Tools: don't fail CI if we can't install edn_format
...
trying to fix semaphore
5 years ago
Andrew Tridgell
300cfa4380
Tools: added param_unpack.py
...
decode param.pck file
5 years ago
Andrew Tridgell
a2da360ecc
Tools: added --Werror to bootloader builds
5 years ago
Andrew Tridgell
13e11d6a19
Tools: omit f103-periph and f303-periph from configure_all.py
5 years ago
Andrew Tridgell
faffcb304a
Tools: allow continue of configure_all.py script
5 years ago
Andrew Tridgell
911d643c35
Tools: added -Werror option to configure_all.py
5 years ago
Andrew Tridgell
6887252ad3
Tools: added mRoNexus to build
5 years ago
bugobliterator
49843fc3e7
script: add special decoding for CAN devid
5 years ago
Peter Barker
e1e4e6c3c1
build_binaries: add compatability code for git tags
...
The tags are still called APMrover2-stable rather than Rover-stable - so
cope with that in build_binaries.py for the time being
5 years ago
Andrew Tridgell
1f3f04e5b8
Tools: added MatekH743 to build
5 years ago
Peter Barker
2088446ebf
Tools: rename APMrover2 to Rover
5 years ago
CUAVcaijie
b97d20acba
Tools: added CUAV-X7 to autobuild
5 years ago
Philipp Borgers
5e09553449
Tools: remove trailing white spaces from output of generate_manifest
...
Explicitly set the seperators of the json.dumps call. Some versions of
the library in combination with set indent parameter create output that
contains quite a lot of trailing white spaces.
5 years ago
Andrew Tridgell
04d760d54c
Tools: added new RM3100 ID
5 years ago
Peter Barker
87d363c3f4
Tools: use renamed autotest step names
5 years ago
Peter Barker
2d29cc3eda
Tools: build_ci.sh: use canonicalised autotest names
5 years ago
Andrew Tridgell
bdc615e4cc
Tools: added rcda_decode script
5 years ago
Peter Barker
1104f15d88
Tools: build log message documentation on autotest server
5 years ago
Peter Barker
9bb40af1c7
Tools: add script to build all parameter documentation
5 years ago
Peter Barker
61cc1decc3
Tools: start of script to help decode stm32 ICSR register
...
pbarker@bluebottle:~/rc/ardupilot(master)$ ./Tools/scripts/decode-ICSR.py 4196355
VECTACTIVE: 3 (Hard fault)
RESERVED1: 0
ROTOBASE: 1
VECTPENDING: 0
RESERVED2: 0
ISRPENDING: 1
RESERVED3: 0
PENDSTCLR: 0
PENDSVCLR: 0
PENDSVSET: 0
RESERVED4: 0
NMIPENDSET: 0
pbarker@bluebottle:~/rc/ardupilot(master)$
5 years ago
Peter Barker
bb0920d56a
Tools: build_parameters: remove unused function parameters
5 years ago
Andrew Tridgell
e15bb744ff
Tools: improve build_bootloaders.py script
...
give list of failed builds
5 years ago
Andrew Tridgell
0f7de04d79
Tools: added image_size to manifest
5 years ago
Peter Barker
49314b2b86
Tools: build_autotest.sh: install pymavlink after MAVProxy
...
Currently installing MAVProxy pulls pymavlink in as a dependency, so we
end up running whatever MAVProxy's master branch is pointing to
(currently pymavlink>=2.3.3).
ardupilot master can reference a pymavlink commit which is not part of
whatever MAVProxy's master branch is pointing to, so we end up with
failures like this in autotest:
fly.ArduCopter:
Mount (Test Camera/Antenna Mount) ('module' object has no attribute 'MAV_CMD_DO_SET_ROI_SYSID') (see /mnt/volume_nyc3_01/autotest/APM/buildlogs/ArduCopter-Mount.txt)
FixedYawCalibration (Test Fixed Yaw Calibration) ('module' object has no attribute 'MAV_CMD_FIXED_MAG_CAL_YAW') (see /mnt/volume_nyc3_01/autotest/APM/buildlogs/ArduCopter-FixedYawCalibration.txt)
If we install pymavlink after installing MAVProxy we should end up with
the pymavlink messages generated from the messages in our mavlink
subdirectory, rather that the pymavlink messages shipped as part of the
pymavlink pip release.
5 years ago
Peter Barker
d464db9c70
Tools: create log of build_binaries.py builds
5 years ago
Peter Barker
194998d631
travis: restore fly.ArduCopter as running all tests
5 years ago
Peter Barker
82f53abee2
autotest: restore fly.ArduCopter as running all tests
...
the test list for ArduCopter is made up of those from tests1 and tests2
5 years ago
Andy Piper
05a0fe615b
Tools: split Copter tests into two runs to balance time on travis
5 years ago
Pierre Kancir
1d8a9ab556
Tools: make dumpstack and run-coverage .sh script
5 years ago
Pierre Kancir
097cffaa06
Tools: build_ci: remove useless check for waf support
5 years ago
Peter Barker
14e758a6d1
Tools: add sitltest-tracker into build_ci.sh
5 years ago