aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/stm32/tone_alarm
Commit message (Collapse)AuthorAgeFilesLines
* 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-282-0/+1060