aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/stm32/tone_alarm/tone_alarm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* tone alarm: Update syslog APILorenz Meier2014-11-121-1/+1
|
* Tone alarm sound for barometer check failRandy Mackay2014-08-011-0/+2
|
* tone_alarm: add EKF_WARNING tuneRandy Mackay2014-07-231-0/+2
| | | | | Conflicts: mavlink/include/mavlink/v1.0
* tone_alarm: add PARACHUTE_RELEASE_TUNERandy Mackay2014-04-281-0/+2
|
* tone_alarm: Added arming failure toneJonathan Challinger2014-04-051-0/+2
|
* tone_alarm: add GPS warning toneRandy Mackay2013-09-271-0/+2
|
* tone_alarm: add #define for device pathRandy Mackay2013-09-161-5/+5
|
* Allow tone_alarm cmd to take filename as parameterJean Cyr2013-08-311-159/+34
| | | | - Restore ability to play beloved William Tell Overture... from file
* Allow tone_alarm cmd to use tone names as well as numberJean Cyr2013-08-311-33/+53
| | | | | - remove script dependency on hard coded tone numbers - fix bug restarting repeating tone after stop
* Fix parameter range checkJean Cyr2013-08-301-1/+1
|
* Remove unused tones and save about 6K flash spaceJean Cyr2013-08-301-160/+161
| | | | | - Comment out unused tones - Create symbolic tone numbers rather than hardcoded
* Allow the tone alarms to be interruptedJulian Oes2013-08-221-8/+3
|
* Somehow alarm 14 didn't always workJulian Oes2013-08-161-3/+1
|
* Merge remote-tracking branch 'px4/new_state_machine_drton' into ↵Julian Oes2013-08-151-4/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | fmuv2_bringup_new_state_machine_drton Conflicts: src/drivers/blinkm/blinkm.cpp src/drivers/px4io/px4io.cpp src/modules/commander/state_machine_helper.c src/modules/px4iofirmware/protocol.h src/modules/px4iofirmware/registers.c src/modules/systemlib/systemlib.h src/systemcmds/reboot/reboot.c
| * Merged masterLorenz Meier2013-08-141-4/+0
| |\
| | * Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX ↵px4dev2013-08-131-4/+0
| | | | | | | | | | | | config anymore.
| * | Merge branch 'master' into new_state_machineJulian Oes2013-07-081-1/+1
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiling again Conflicts: src/modules/fixedwing_att_control/fixedwing_att_control_att.c src/modules/fixedwing_att_control/fixedwing_att_control_rate.c src/modules/fixedwing_pos_control/fixedwing_pos_control_main.c src/modules/mavlink/orb_listener.c src/modules/multirotor_att_control/multirotor_attitude_control.c src/modules/multirotor_att_control/multirotor_rate_control.c src/modules/systemlib/pid/pid.c src/modules/systemlib/pid/pid.h src/modules/uORB/objects_common.cpp
| * | Don't interrupt a playing tune unless its a repeated oneJulian Oes2013-06-251-4/+25
| | |
* | | Restructure things so that the PX4 configs move out of the NuttX tree, and ↵px4dev2013-08-021-1/+1
| | | | | | | | | | | | | | | | | | most of the PX4-specific board configuration data moves out of the config and into the board driver. Rename some directories that got left behind in the great board renaming.
* | | Pull v2 pieces up to build with the mergepx4dev2013-07-071-4/+0
| |/ |/|
* | Integration WIP with current NuttX versionLorenz Meier2013-06-011-1/+1
|/
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-0/+1018