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
Andrew Tridgell
01b5337d91
Tools: auto-build f303-M10025
5 years ago
CUAVcaijie
b854fa3d4e
Tools: added CUAV-Nora to autobuild
5 years ago
Peter Barker
93ac71095d
Tools: build_binaries, sort boards before building, print board counts
5 years ago
Andrew Tridgell
b3ff75ed6b
Tools: fixed list for USBID in generate_manifest.py
5 years ago
Andrew Tridgell
d87306afbd
Tools: auto-build f303-Universal firmware
5 years ago
Andrew Tridgell
0d283bf3a7
Tools: added --build-target to configure_all.py
5 years ago
Andrew Tridgell
a777031f54
Tools: auto-build R9Pilot
5 years ago
Michel Pastor
e2ac1acfcc
Tools: added SuccexF4 to auto build
5 years ago
Peter Barker
2342ea600a
Tools: exclude build-linux-libraries and gtest from coverage analysis
...
The build-linux-libraries were mavlink-generated headers created when we
build the examples. We don't intentionally try to test anything in
there at the moment, so it's noise.
5 years ago
Andrew Tridgell
82148607ee
Tools: add USBID to generated apj file
5 years ago
Peter Barker
57300d0769
Tools: remove build before running coverage
...
Stop losing a run because a file has been removed.
5 years ago
Andrew Tridgell
26e0f5c084
Tools: add python version option to configure_all.py
5 years ago
Andy Piper
70d00f2361
Tools: generate_manifest for KakuteF7Mini
5 years ago
Andrew Tridgell
e813d349ba
Tools: added bin format as valid firmware
5 years ago
Peter Barker
29e8d17e2c
Tools: show test timings in CI output
5 years ago
Michael du Breuil
cebe4eefa5
Tools: Remove gcc 4.9 from CI prereqs
5 years ago
Andrew Tridgell
c545171cec
Tools: fixed compiler path for autotest
5 years ago
Andy Piper
fc16c5c2ae
Tools: align ci gcc with environment gcc v6 on arm
5 years ago
Peter Barker
704407118b
Tools: use https:// scheme for ardupilot URLs
5 years ago
Andrew Tridgell
d7018a2ba0
Tools: switch to https URL for firmware
5 years ago