Andrew Tridgell
5ee66ab6a8
AP_Periph: added BUZZER_VOLUME parameter
6 years ago
Andrew Tridgell
01fc8dcb3c
AP_Periph: support safety button
6 years ago
Andrew Tridgell
39f4f7c208
AP_UAVCAN: added safety LED and button messages
6 years ago
Andrew Tridgell
0ea67943b9
HAL_ChibiOS: enable safety button on CUAV_GPS
6 years ago
Andrew Tridgell
c6c1c4bc31
AP_UAVCAN: support safety LEDs on UAVCAN
6 years ago
Andrew Tridgell
186eedf838
HAL_ChibiOS: enable safety LED
6 years ago
Andrew Tridgell
0b6ef89498
AP_Periph: support SafetyState for safety LED
6 years ago
Andrew Tridgell
75696997cc
HAL_ChibiOS: added buzzer support to CUAV_GPS
6 years ago
Andrew Tridgell
a469b93d23
AP_Periph: support UAVCAN buzzers
...
using BeepCommand
6 years ago
Andrew Tridgell
7c57546eb1
AP_Notify: support UAVCAN buzzers
6 years ago
Andrew Tridgell
d55f76c88e
AP_UAVCAN: added buzzer support
6 years ago
bnsgeyer
f84dac85ea
Copter: tradheli-dualheli swashplate type upgrade conversion fix
6 years ago
bnsgeyer
a849aab4c7
Copter: tradheli-singleheli swashplate type upgrade conversion fix
6 years ago
Peter Barker
8fc55b9678
GCS_MAVLink: remove comm_get_available
...
available returns an unsigned integer, so this was just weird
6 years ago
Michael du Breuil
4f22dff14d
Plane: Add an airspeed limit for quadplane takeoffs
6 years ago
Michael du Breuil
77afcf6a1b
Plane: Abort takeoffs that take to long to complete
6 years ago
Andrew Tridgell
cbe0af2463
HAL_ChibiOS: setup for LEDs on KakuteF4
...
this makes Kopis1 display LEDs properly
6 years ago
Andrew Tridgell
a4924e1c0b
AP_Notify: allow setting of LED count in hwdef.dat
6 years ago
Andrew Tridgell
28b5f2b021
AP_Notify: simplify NeoPixel driver
...
use new API to avoid complexities
6 years ago
Andrew Tridgell
f441223b55
HAL_ChibiOS: implement updated NeoPixel API
...
allow for N leds per chain, and setting separate colours per led in
each chain
6 years ago
Andrew Tridgell
1cb608a9f4
AP_HAL: allow neopixel LEDs to be set more flexibly
...
allow for N leds per chain, with RGB control of each
6 years ago
Tom Pittenger
aa602b5e1b
AP_Notify: add NeoPixel driver
6 years ago
Tom Pittenger
e3416b66dc
AP_HAL_ChibiOS: add Neopixel output type, similar to dshot
6 years ago
Tom Pittenger
52be3903c0
SRV_Channel: add neopixel as an output type
6 years ago
Peter Barker
45a76fe7fc
waf: add -Werror=format-extra-args to cxx flags
6 years ago
Randy Mackay
aba4a1fdc8
AC_Avoidance: remove OADatabase check that can never be true
6 years ago
Randy Mackay
0dd8525c99
AP_HAL_SITL: resolve compiler warning in sitl_airspeed by using fabsf
6 years ago
Randy Mackay
2d128e0079
AP_Proximity: remove unused var from AriSimSITL
6 years ago
Randy Mackay
d4b047fc1f
SITL: Gripper_EPM compiler warning resolved by using float and fabsf
6 years ago
Randy Mackay
1fd7618238
SITL: remove unused time_diff member
6 years ago
Michael du Breuil
9a7d64e8fc
AP_NavEKF3: Allow the GPS to be responsible for logging
6 years ago
Michael du Breuil
a4d10b2e86
AP_NavEKF2: Allow the GPS to be responsible for logging
6 years ago
Michael du Breuil
f857eb4640
AP_GPS: Take responsibility for logging the GPS if the EKF wants logging
6 years ago
Henry Wurzburg
7178655cbe
Plane: fixed landing after VTOL loiters
6 years ago
Michael du Breuil
cf58f68e49
Plane: Rearrange header to save flash
...
Saves 392 bytes of flash on CubeBlack builds without increasing RAM
consumption at all. This also translates to a speed up as some of these
are looked up every loop multiple times.
6 years ago
Willian Galvani
b92473111c
AP_LeakDetector: Mark Leak pins RebootRequired
6 years ago
Andy Piper
6f3334b460
AP_Filesystem: build fixes for SITL on macOS
6 years ago
Andrew Tridgell
91e8752c17
HAL_ChibiOS: wrap more libc functions
...
this saves a few k of flash as it avoids linking libc versions of some
functions
6 years ago
Andrew Tridgell
c90b937972
waf: wrap more libc functions
6 years ago
Andrew Tridgell
c2b06a3293
waf: wrap vsnprintf
6 years ago
Andrew Tridgell
3166f84954
HAL_ChibiOS: added vsnprintf wrapper
...
this allows us to use a common snprintf implementation
6 years ago
bugobliterator
e9960067c6
modules: uavcan: replace unsupported %llu format string
6 years ago
Peter Barker
da2e00dd6f
Tools: autotest: fix race conditions in arm_vehicle and disarm_vehicle
6 years ago
Michael du Breuil
ba3cfbfb54
AP_RTC: Don't allow RTC times before 2019
6 years ago
Peter Barker
ba3f95ad20
Tools: autotest: add timeout parameter to detect_and_handle_reboot
6 years ago
Andrew Tridgell
aa20be4270
AP_RCProtocol: fixed SUMD with 16 channels
...
with 16 channels it is more than 3ms per frame
6 years ago
Andrew Tridgell
df387dc396
AP_Compass: allow rotation of BMM150 compass
6 years ago
Andrew Tridgell
1cb775e2c2
AP_Compass: probe more addresses for IST8310
...
IST8310 can be on 4 possible i2c addresses
6 years ago
Randy Mackay
1edd1034f9
Tools: update for amovlab-p200 default params
6 years ago
Peter Barker
9e46581d5d
travis: poke ptrace_scope so we get stack dumps on FPE/segv etc
6 years ago