aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/stm32/drv_hrt.c
Commit message (Expand)AuthorAgeFilesLines
* add interrupt latency printout command and mean/variance to interval performa...Mark Whitehorn2014-12-241-3/+5
* Add Gumstix AeroCore deviceAsh Charles2014-05-131-2/+2
* hrt driver: Make a debug data array compiling condiditional on PPM debug, we ...Lorenz Meier2014-05-131-0/+8
* Update drv_hrt.ceneadev2014-04-191-1/+1
* Pure formatting cleanup of drv_hrt.c, no code / functionality changesLorenz Meier2013-12-271-37/+39
* Paranoid PPM shape checkingLorenz Meier2013-12-271-9/+10
* Greatly robustified PPM parsing, needs cross-checking with receiver modelsLorenz Meier2013-12-251-10/+29
* Robustifiying PPM parsingLorenz Meier2013-12-231-1/+1
* PPM channel count detection is now using a more paranoid approach.Lorenz Meier2013-12-201-8/+37
* drv_hrt: added note on why an uninitialised hrt_call is safeAndrew Tridgell2013-12-101-1/+7
* drv_hrt: added hrt_call_init() and hrt_call_delay() APIsAndrew Tridgell2013-12-101-1/+18
* Compile fix.px4dev2013-08-141-1/+1
* Stop expecting CONFIG_HRT_anything since we aren't baking it into the NuttX c...px4dev2013-08-131-10/+10
* Use a better way of guessing whether we can use both-edges mode.px4dev2013-06-121-1/+3
* Integration WIP with current NuttX versionLorenz Meier2013-06-011-1/+1
* Based on comments in:px4dev2013-05-231-1/+1
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-0/+908