Peter Barker
2401afd496
AP_Periph: fix up firmware version includes
5 years ago
Peter Barker
cc5359d774
autotest: add explicit tests for rc-override-times of 0 and -1
5 years ago
Jaaaky
fb7c5e09e5
Tools: chibios.py remove duplicate fread from wraplist
5 years ago
Gautham P Krishnan
db46a56443
Tools: added name to GIT_Success.txt
5 years ago
Andrew Tridgell
b3ff75ed6b
Tools: fixed list for USBID in generate_manifest.py
5 years ago
Andrew Tridgell
eee18942b5
Tools: added f303-Universal bootloader
5 years ago
Andrew Tridgell
d87306afbd
Tools: auto-build f303-Universal firmware
5 years ago
Andrew Tridgell
1734541eb7
AP_Periph: added enable mechanisms for all sensor types
5 years ago
Peter Barker
e7ca2057ce
autotest: improve output from wait_altitude
5 years ago
Peter Barker
c4ce6fa385
autotest: Sub: give vehicle 1 second to achieve alt-hold altitude
5 years ago
Peter Barker
0c85200b18
autotest: test diagonals and off-diagonals are set by magcal test
5 years ago
Rajat Singhal
1b19628714
Tools: Add default params for Airsim Rover vehicle
5 years ago
Rajat Singhal
842822bb47
Tools: autotest: Add airsim-rover vehicle
5 years ago
Henry Wurzburg
d82b29b23d
Tools:Add intelhex for python2 to let WAF build the hex files
5 years ago
Peter Barker
d95956a587
Replay: EKF objects have moved into AP_AHRS_NavEKF
5 years ago
Patrick José Pereira
4518e2b8f2
Tools: Add JSONEmit in param_parse
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
5 years ago
Patrick José Pereira
1a14085a6d
Tools: Add json param metadata parser
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
5 years ago
Pierre Kancir
2b9c6b08c2
Tools: add readme for completion
5 years ago
Pierre Kancir
b247f2830b
Tools: add completion for vehicle binaries
5 years ago
Andrew Tridgell
1284f1bd8a
Tools: removed separate recursive sempahore test
5 years ago
Peter Barker
375f642759
autotest: fix race condition in test for AFS on Plane
...
Only showed up when running under Valgrind, this was a simple race condition.
5 years ago
Andrew Tridgell
0d283bf3a7
Tools: added --build-target to configure_all.py
5 years ago
Andrew Tridgell
5c4dda38b5
Tools: Added semaphore ops to CPUInfo
...
taking a semaphore on F765 takes about 1.3us. About 1.5us for a
recursive semaphore
On a F405 it costs about 2.6us for semaphore, about 2.8us for
recursive semaphore
5 years ago
Andrew Tridgell
a777031f54
Tools: auto-build R9Pilot
5 years ago
Andrew Tridgell
82e6ac4b0b
Tools: added R9Pilot bootloader
5 years ago
Andrew Tridgell
2180a21441
AP_Periph: support HAL_SAFE_BUTTON_ON for polarity of safety button
5 years ago
Andrew Tridgell
cc5ccc28ec
AP_Periph: avoid baro calibration
...
not needed, and the delay can trigger watchdog
5 years ago
Michel Pastor
e2ac1acfcc
Tools: added SuccexF4 to auto build
5 years ago
Michel Pastor
1e2d9b16a0
Bootloader: add SuccexF4 bootloader
5 years ago
Peter Barker
91b01a3eb2
autotest: fix integer vs float issues for Python3
5 years ago
Peter Barker
e568f74580
autotest: correct string-vs-float issue in dataflashovermavlink test
5 years ago
Peter Barker
3d0ede499b
autotest: disable parameters test on Tracker until reboot works
5 years ago
Andrew Tridgell
647aaf0575
waf: added AP_Stats to Sub
5 years ago
Andrew Tridgell
c2ed419401
waf: build AP_Hott_Telem
5 years ago
Peter Barker
6c8975eae3
autotest: make sub altitude test more reliable
...
momentum + stopping point could both explain unreliability
5 years ago
Peter Barker
7cd21d3a3a
Tools: correct FML versions for eoan64
5 years ago
Andy Piper
b41a9c51e9
Tools: correct vagrant boot of boxes. Make install-prereqs-ubuntu pick the right versions of libraries based on the ubuntu release.
5 years ago
Patrick José Pereira
994a934f88
Tools: ardupilotwaf: Add navigator board
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
5 years ago
Peter Barker
f42c42df02
autotest: Python3 fixes for Frsky tests
5 years ago
Peter Barker
a21a87e884
waf: factor out a cc_version_gte
5 years ago
Peter Barker
824a085097
waf: make implicit fallthroughs fatal
5 years ago
Peter Barker
9192cb7b41
autotest: add tests for parameter download
5 years ago
Andy Piper
d6248ce57a
Tools: correct math in frsky passthrough test
5 years ago
Peter Barker
56fb9f8198
autotest: add test for existence of arming log messages
5 years ago
Tatsuya Yamaguchi
058cd4200f
Tools: Replay: allow scripts to get modes
5 years ago
Peter Barker
0afdee5105
waf: add -werror=unused-value to catch unused expression results
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
Peter Barker
ba13f0bb29
autotest: add test for Frsky SPort
5 years ago
Peter Barker
280a44fc73
autotest: make nmea-output test more reliable
5 years ago
Mark Whitehorn
b6ef76a1ad
Update Tools/autotest/locations.txt
...
Co-Authored-By: Peter Barker <pb-gh@barker.dropbear.id.au>
5 years ago