Andrew Tridgell
|
c1d4a5bd35
|
GCS_MAVLINK: prevent closedir() with nullptr
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
8d1bf46dab
|
AP_Param: use smaller param area for all 1M flash boards
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
ebec738b88
|
AP_Scripting: enable lua scripts in ROMFS
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
ea57b7b3cd
|
HAL_ChibiOS: embed ROMFS files from hwdef directory
this allows for a scripts/ directory under hwdef board directory to
embed lua scripts
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
28082774b6
|
GCS_MAVLink: use new DirHandle for directory listings
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
a91c587ef3
|
AP_Scripting: use new DirHandle for directory listings
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
b5cc1f236a
|
AP_Logger: use new DirHandle for directory listings
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
6583f7c13e
|
AP_Filesystem: added VFS system for multiple backends
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
4ca11224ba
|
waf: embed files from ROMFS directory in SITL
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
98542d0c0b
|
AP_ROMFS: added directory listing interface
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
6360c67858
|
AP_OSD: avoid build when OSD disabled
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
822460ce7d
|
HAL_ChibiOS: fixed strdup() on ChibiOS
|
2020-03-28 15:28:03 +11:00 |
|
Andrew Tridgell
|
1b5e5de0d1
|
waf: prevent warnings about OSD_ENABLED in build
|
2020-03-28 15:28:03 +11:00 |
|
Peter Barker
|
64b54fd92a
|
Tracker: add information on onboard log messages
|
2020-03-28 13:00:07 +11:00 |
|
Pierre Kancir
|
aec5ae91fa
|
Tools: adjust zigzag timing to pass test
|
2020-03-27 22:13:52 +11:00 |
|
Pierre Kancir
|
3f441e61cd
|
Tools: copter : make zigzag more verbose
|
2020-03-27 22:13:52 +11:00 |
|
Pierre Kancir
|
f24f97e51b
|
Tools: sub: update to new wait functions
Signed-off-by: Pierre Kancir <pierre.kancir.emn@gmail.com>
|
2020-03-27 22:13:52 +11:00 |
|
Pierre Kancir
|
aba594fe2d
|
Tools: copter: update exception for rangefinder test
|
2020-03-27 22:13:52 +11:00 |
|
Pierre Kancir
|
1689714a5c
|
Tools: copter: add more verbose on fly_guided_change_submode
|
2020-03-27 22:13:52 +11:00 |
|
Pierre Kancir
|
56298aabda
|
Tools: update arduplane.py wait function parameters
|
2020-03-27 22:13:52 +11:00 |
|
Pierre Kancir
|
e4eebce5a6
|
Tools: update arducopter.py to use new wait functions
|
2020-03-27 22:13:52 +11:00 |
|
Pierre Kancir
|
2d65cbd884
|
Tools: Common : create generic wait_and_maintain function, upgrade all wait functions to use it
|
2020-03-27 22:13:52 +11:00 |
|
Peter Barker
|
87d363c3f4
|
Tools: use renamed autotest step names
|
2020-03-27 18:20:52 +11:00 |
|
Peter Barker
|
2d29cc3eda
|
Tools: build_ci.sh: use canonicalised autotest names
|
2020-03-27 09:29:19 +11:00 |
|
Peter Barker
|
be49396d32
|
autotest: canonicalise step names (e.g. drive.APMrover2 -> test.Rover)
Map from older step names to newer test names added for
backwards-compatability
|
2020-03-27 09:29:19 +11:00 |
|
Peter Barker
|
051a7dc298
|
AP_NavEKF: add onboard LogMessage documentation
|
2020-03-27 08:05:53 +11:00 |
|
Peter Barker
|
7f0e722a33
|
AP_Logger: add onboard LogMessage documentation
|
2020-03-27 08:05:53 +11:00 |
|
Tejprakash-Sharma
|
cdbc5f1655
|
Tools/GIT_Test: Added a dev name
Tools/GIT_Test: Added a new dev name Tejprakash Sharma to GIT_SUCCESS.txt
|
2020-03-26 18:44:09 +09:00 |
|
Andrew Tridgell
|
6d42e9502b
|
AP_Compass: fixed unreg compass check for AP_Periph
this fixes detection of compasses on peripherals where
COMPASS_MAX_UNREG_DEV is 0
|
2020-03-26 18:10:13 +11:00 |
|
Tatsuya Yamaguchi
|
735498e160
|
Copter: move zigzag exit into mode_zigzag.cpp
|
2020-03-26 14:56:40 +09:00 |
|
Peter Barker
|
ab557662cc
|
Plane: check channel space before sending servo output raw in SITL CPU failsafe
|
2020-03-26 15:12:50 +11:00 |
|
Daniel Magree
|
b3ff81648b
|
Nav_EKF3: varInnovBodyVel assigned the innovation covariance, rather than inverse
|
2020-03-25 21:52:49 +11:00 |
|
Andrew Tridgell
|
318d467ecc
|
AP_Periph: fixed airspeed to use corrected pressure
this prevents the AP_Periph node from doing the fabs()
|
2020-03-25 20:37:00 +11:00 |
|
Andrew Tridgell
|
0f6f684bab
|
AP_Airspeed: expose get_corrected_pressure()
needed for AP_Periph
|
2020-03-25 20:37:00 +11:00 |
|
Peter Barker
|
bfc4802b37
|
autotest: fix sitl reboot
|
2020-03-25 20:19:25 +11:00 |
|
Henry Wurzburg
|
4d2c5ebbaa
|
ArduPlane: update logger meta-data, add to gitignore
|
2020-03-25 14:20:53 +11:00 |
|
Henry Wurzburg
|
c34c857123
|
AP_Logger: update logger meta-data, add to gitignore
|
2020-03-25 14:20:53 +11:00 |
|
Peter Hall
|
53caf516f9
|
SRV_Channel: add missing ProfiLED description values
|
2020-03-24 13:37:20 +09:00 |
|
Ahmed Majuid
|
6ffc35fbf3
|
Tools: added name to GIT_Success.txt
|
2020-03-24 09:53:55 +09:00 |
|
Andrew Tridgell
|
bdc615e4cc
|
Tools: added rcda_decode script
|
2020-03-24 09:10:36 +09:00 |
|
Andrew Tridgell
|
f299a4af33
|
RC_Channel: added RC_OPTION bit for protocol logging
|
2020-03-24 09:10:36 +09:00 |
|
Andrew Tridgell
|
087da57858
|
AP_RCProtocol: added logging of RC prototol input bytes
|
2020-03-24 09:10:36 +09:00 |
|
bugobliterator
|
edaf9fa086
|
AP_Scripting: remove unused user of realloc from lua
|
2020-03-24 10:32:14 +11:00 |
|
bugobliterator
|
8215537f99
|
HAL_ChibiOS: deprecate realloc for ChibiOS build, so as to return error when used
|
2020-03-24 10:32:14 +11:00 |
|
bugobliterator
|
afea703aaf
|
AP_HAL: ensure libc realloc is available for all platforms except ChibiOS
|
2020-03-24 10:32:14 +11:00 |
|
bugobliterator
|
21a6a5d061
|
waf: disable use of libc realloc for chibios
|
2020-03-24 10:32:14 +11:00 |
|
bugobliterator
|
51fa1773b4
|
waf: enable heap methods for everything but bootloader
|
2020-03-24 10:32:14 +11:00 |
|
bugobliterator
|
89d03f0243
|
AP_HAL_ChibiOS: implement standard realloc method
|
2020-03-24 10:32:14 +11:00 |
|
bugobliterator
|
c615bd9874
|
AP_HAL: implement standard realloc method
|
2020-03-24 10:32:14 +11:00 |
|
bugobliterator
|
88de9572aa
|
AP_Common: use standard realloc method from HAL
|
2020-03-24 10:32:14 +11:00 |
|