bugobliterator
485abbac3a
AP_Notify: cleanup use of bool from toneAlarm_init()
10 years ago
Andrew Tridgell
7718be81cb
AP_Notify: give error msgs on failure to start
10 years ago
Andrew Tridgell
bec1c05773
AP_Notify: fixed bitfields
10 years ago
bugobliterator
e48fcf2df7
AP_Notify:change tonealarm-type bitmask to bool type,
...
change parameter data type from const uint8_t to uint8_t,
initialise tonealarm error flag to value -1 at tonealarm class initiallisation
This is a part of a set of fixes for the bugs and typos tridge discovered and shared inside earlier commits for setting up tonealarm.
10 years ago
bugobliterator
9f5f5871f2
AP_Notify:Fix the typo, usage of toshibaled.init() instead of toshibaled.update()
...
This is a part of a set of fixes for the bugs and typos tridge discovered and shared inside earlier commits for setting up tonealarm.
10 years ago
bugobliterator
5d6af51517
AP_Notify:Add ToneAlarm Support for HAL_Linux Boards
10 years ago
Andrew Tridgell
7343de2893
AP_Notify: avoid suspend_timer_procs() by using atomic updates in ToshibaLED_PX4
11 years ago
Randy Mackay
d6890ce878
Notify: remove ToshibaLED support from APM
...
This saves about 1k of precious flash
11 years ago
Randy Mackay
d026749f1b
Notify: add break to resolve compiler warning
11 years ago
Andrew Tridgell
e43cac1b26
AP_Notify: fixed example build
11 years ago
Mikhail Avkhimenia
c42cc12f23
AP_Notify: Add dummy LED configuration for Navio
11 years ago
Randy Mackay
4d6588a479
Notify: APM2 buzzer for arming, ekf and baro failures
11 years ago
Randy Mackay
dcc74be4aa
Notify: baro warning tone alarm
11 years ago
Randy Mackay
cd9e786935
Notify: RGB led flashes yellow-purple for baro warning
11 years ago
Randy Mackay
ee6d4d570a
Notify: add baro_glitch flag
11 years ago
Andrew Tridgell
b4a441620f
AP_Notify: fixed example build
11 years ago
Andrew Tridgell
f2c636250b
AP_Notify: fixed example build
11 years ago
Randy Mackay
46e5fa2c0b
Notify: APM2 arming buzzer to long tone
...
Arming tone is a solid 3 second tone so it is consistent with Pixhawk
arming tone
11 years ago
Randy Mackay
f24960f4c0
AP_Notify: add EKF failure warning
11 years ago
Andrew Tridgell
6c3197cb43
AP_Notify: fixed SITL build
11 years ago
Andrew Tridgell
252052d723
AP_Notify: use HAL board subtypes
11 years ago
Andrew Tridgell
79fed17563
AP_Notify: added pins for Linux port
11 years ago
Niels Joubert
a251d0010a
AP_NOTIFY: RTK GPS visual notification through faster blink
11 years ago
LukeMike
8f552d5758
VRBRAIN: Changed the management of VirtualRobotix's boards.
11 years ago
Andrew Tridgell
50c08ced4c
AP_Notify: fixes for HAL_GPIO_*
11 years ago
Kevin Hester
fce1277b0e
Notify: fixup line endings
11 years ago
Emile Castelnuovo
4ad83f3c8a
AP_Notify: new files and definitions for VRBRAIN board
11 years ago
Randy Mackay
e3e7fc284d
Notify: add parachute release tune for Pixhawk
11 years ago
Niels Joubert
64d4a1236f
AP_Notify: Support all GPS status flags, with status >= GPS_OK_FIX_3D notified as having a lock
11 years ago
Jonathan Challinger
f0fc0397d3
Notify: add arming failure tone
11 years ago
Randy Mackay
7bb981f2df
AP_Notify: correct dos formatting
11 years ago
Andrew Tridgell
2a199c4f03
AP_Notify: fixed example build
11 years ago
Randy Mackay
4cfe50b70c
Notify: brighter RGB LED when on battery power
11 years ago
Andrew Tridgell
4d3f714a5d
AP_Notify: fixed example build
11 years ago
Andrew Tridgell
c0e548fc60
AP_Notify: fixed example build
11 years ago
Andrew Tridgell
23d8bfa976
AP_Notify: reduce the latency in the main task of LED updates
...
the ioctl now gets called in a IO timer callback
11 years ago
Andrew Tridgell
330a4649fd
AP_Notify: fixed LED colour for no-GPS and armed
11 years ago
Randy Mackay
fb0fe3793c
AP_Notify: external LEDs blink while initialising
11 years ago
Andrew Tridgell
81fc11cab7
AP_Notify: fixed example build
11 years ago
Andrew Tridgell
dde18093ed
AP_Notify: disable autobuild of example
...
this fails due to an AVR linker bug
11 years ago
Randy Mackay
def5ddb747
AP_Notify: disable buzzer along with external leds
11 years ago
Randy Mackay
f8b4187148
AP_Notify: define external led pins for non APM boards
...
resolves compiler errors
11 years ago
Randy Mackay
aae18f9ead
AP_Notify: allow external leds to be disabled
11 years ago
Randy Mackay
1f0fb3f06b
AP_Notify: add Buzzer
11 years ago
Robert Lefebvre
d1cf9f949f
AP_Notify: ExternalLED library
11 years ago
Andrew Tridgell
fc5f825b6d
AP_Notify: make APM2 ToshibaLED driver more efficient
...
use one I2C transfer, not 3
11 years ago
Randy Mackay
24147a370a
BoardLEDs: all leds off during init
11 years ago
Randy Mackay
8f4665c4c7
ToshibaLED: ignore I2C errors during init
11 years ago
Andrew Tridgell
f59d0099a4
AP_Notify: fixed RGBLED on PX4 with latest PX4Firmware
...
now needs a RGBLED_MODE_ON
11 years ago
Randy Mackay
688dd5374e
ToshibaLED: flashing green if disarmed with GPS lock
...
solid blue if armed without GPS lock
12 years ago