aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/stm32/tone_alarm
Commit message (Collapse)AuthorAgeFilesLines
* Fix the way that we idle the tone_alarm pin so that the board defines what ↵px4dev2013-04-261-4/+4
| | | | is the 'safe' state.
* Silence the tone for pauses in legato tunes. Some tunes sound better now.px4dev2013-03-171-141/+142
| | | | | | Add new, distinctive error/notification tones. Reduce the amount of data space consumed by the largest tune.
* Fix a typo in several of the basic alarm beep tones.px4dev2013-03-171-3/+3
|
* more constnesspx4dev2013-03-101-2/+2
|
* One more tune. Might be a bit big to keep.px4dev2013-03-101-1/+139
|
* Add one more tune. Improve error handling. Be less picky about tunes passed ↵px4dev2013-03-101-12/+28
| | | | on the command-line.
* Add support for arbitrary user tunes on the commandline.px4dev2013-03-101-5/+34
|
* New tone_alarm driver, now features GWBasic PLAY / ANSI music string formatpx4dev2013-03-101-285/+467
|
* Remove an annoying message.px4dev2012-10-271-1/+0
|
* Minor board.h changes.px4dev2012-10-271-1/+1
|
* Major formatting/whitespace cleanuppx4dev2012-10-231-33/+54
|
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-231-1/+1
|
* Function type fixpx4dev2012-10-211-1/+1
|
* Move the tone_alarm driver out of the NuttX configs area and add it as an ↵px4dev2012-10-212-0/+675
stm32-specific driver in the PX4 apps space. Add a new tone_alarm command that can be used to start/stop alarm tones from the shell.