Andrew Tridgell
cbd72cb7c6
Tools: improved manifest.json
...
the new manifest.json includes USB IDs, board_id, and bootloader
strings. This will make it possible to generate a list of matching
boards which will allow a GCS to offer a list to the user
6 years ago
Andrew Tridgell
1367e46d2f
Tools: fixed manifest.json.gz generation
6 years ago
Matt
09411fed10
BUILD: Update CubeBlack-solo to CubeSolo.
6 years ago
Matt Lawrence
f7383179e8
HAL CHIBIOS: Solo stock cube child of fmuv3 instead of CubeBlack
...
CubeBlack-Solo hardware def to use FMUv3 as its parent rather than CubeBlack. Since this older cube doesn't have the same hardware as a new CubeBlack, it is causing conflicts. Nearly everything is the same.
6 years ago
Peter Barker
68769e24c1
Tools: autotest: add timeout for problematic spline test
6 years ago
Andrew Tridgell
fb1c2cef24
Tools: updated IOMCU firmware
6 years ago
Andrew Tridgell
945ab652cc
AP_InternalError: added iomcu_reset as separate code
6 years ago
Andrew Tridgell
6c50feaead
AP_IOMCU: improved handling of IOMCU reset
...
use IOMCU timestamp to detect reset
6 years ago
Andrew Tridgell
d4c68da76e
AP_IOMCU: added IOMCU time since boot to protocol
...
and optional watchdog testing using safety switch
(compile time option)
6 years ago
Andrew Tridgell
af54e8620e
AP_IOMCU: prevent startup sync causing an internal error
6 years ago
Peter Hall
e6c7fd2acc
Tracker: initialise battery
6 years ago
Peter Barker
bead34be98
Tools: LogAnalyzer: correct to understand field type 'a'
6 years ago
Michael du Breuil
b1bc4268a9
AP_OpticalFlow: Remove unused device ID tracking
6 years ago
murata
d3d6bed584
AP_WPNav: Change the value of the minimum effective radius
6 years ago
Jeremy Feltracco
100f06614c
AP_HAL_Linux: Add support for setting uart parity on Linux boards
...
Pass set_parity down through UART class so that set_parity actually
works for Linux boards.
6 years ago
Peter Barker
5e683261a4
Tracker: update release notes for 1.1.0
6 years ago
Randy Mackay
4fa52bb0de
Copter: 3.6.8-release notes
6 years ago
Randy Mackay
66a0ce9c40
Rover: follow mode does not use lane based speed control
6 years ago
Tom Pittenger
b3c5971538
Rover: increase RC timeout failsafe from 200ms to 500ms.
...
- this allows for a smoother MAVLink_RC_Override over nasty lossy links
6 years ago
Guglielmo
9ebe5d7de9
AC_WPNav: lowering waypoint radius minimum to 5cm
6 years ago
Michael du Breuil
17e258d347
AP_Scripting: Reenable file IO
6 years ago
Michael du Breuil
a4d9853f1d
AP_HAL_ChibiOS: Actually enable the wrapper on remove
6 years ago
Michael du Breuil
066dc9d12b
AP_Scripting: Add support for terrain
6 years ago
Michael du Breuil
fc9b102b28
AP_Terrain: Add singleton
6 years ago
Michael du Breuil
50b76a27aa
AP_Scripting: Add uint32_t support to generator
6 years ago
Michael du Breuil
7690df1d69
AP_Scripting: Add boxed numerics for uint32_t types
...
Also fixes bad check in send_text that could seg fault in send_text
And fixes the fact that all freshly allocated userdata's need to be
memset
6 years ago
Michael du Breuil
8e50ca9ae4
AP_Scripting: Add stack checking to allocators
6 years ago
Michael du Breuil
56b8741c3e
AP_Scripting: Add more bindings
6 years ago
Michael du Breuil
062bca6361
AP_Relay: Add singleton
6 years ago
Michael du Breuil
1b48ce57f0
AP_Scripting: Add operator overloading
...
Also introduces battmonitor wrappers, and removes an unneeded checkdata
6 years ago
Michael du Breuil
e6d97f63a5
AP_GPS: Remove unneeded wrappers
6 years ago
Michael du Breuil
e177db7dcd
AP_BattMonitor: Remove unused method, make some public functions private
6 years ago
Michael du Breuil
496df47d9d
AP_Avoidance: Remove unimplemented declaration
6 years ago
Michael du Breuil
6bcc6d85e7
AP_Scripting: Nullable primitive arguments do not recieve a range check
6 years ago
Michael du Breuil
893779fbcd
AP_Scripting: Introduce fixed minimum range type checking on primitives
6 years ago
Michael du Breuil
1895178285
AP_Scripting: Add support for nullable types
...
This adds nil punning to the generator. It also unifies the emitter for
both singletons and userdata, as they were almost identical to begin
with. This should ease the maintenance burden of adding new types.
6 years ago
Michael du Breuil
e4035bd7e8
AP_Scripting: Add alias suppport to the scripting generator
6 years ago
Michael du Breuil
746240ebe3
AP_Scripting: Add more primitive types
6 years ago
Andrew Tridgell
40245cabf1
Plane: update release notes for 3.9.8
6 years ago
Jonathan Challinger
1829fcfd98
AP_BoardConfig: fix build for CubeBlack
6 years ago
Jaaaky
dd4f7e53c3
AP_Mission: Send jump tracking info to GCS
...
Send jump wp index and jump count to GCS to allow user to track it.
Foramtted as other mission item messages
6 years ago
Randy Mackay
cb3de81058
AP_OpticalFlow: fix _ENABLE param desc for stable release
6 years ago
Peter Barker
b207c2607e
Tools: autotest: correct spline waypoint arming sequence
6 years ago
Peter Barker
776c111d3c
AP_Arming: do not permit arming if any internal errors have occured
6 years ago
Peter Barker
45ebbf2877
AP_Arming: correct check against ARMING_CHECK_NONE
...
As opposed to all of the other ARMING_CHECK values this one isn't
actually a mask
6 years ago
Dr.-Ing. Amilcar do Carmo Lucas
402b1cba3f
Copter: replace 4 divisions with multiplications
6 years ago
murata
295c343959
AP_Airspeed: Commonize the CRC4 method
6 years ago
murata
716cc26082
AP_Baro: Commonize the CRC4 method
6 years ago
murata
7f42be5d3e
AP_Math: Commonize the CRC4 method
6 years ago
Andrew Tridgell
3abe8fed89
Copter: updated release notes for 3.6.8
6 years ago