aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/stm32/drv_hrt.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-281-908/+0
|
* Fix an error in a #errorpx4dev2013-04-261-1/+1
|
* Fix it here, too.px4dev2013-02-241-1/+1
|
* Add an interrupt-safe way of comparing a timestamp with the current time.px4dev2013-02-241-0/+30
| | | | Add an interrupt-safe way of storing the current time into a timestamp.
* Quickly separated low-level raw RC from mapped / scaled RC, supports FMU PPM ↵Lorenz Meier2012-11-051-1/+1
| | | | and IO PPM / Spektrum now
* Attach the interrupt before powering on the HRT timer.px4dev2012-11-031-4/+4
|
* Cleanup and refactor of the PX4IO firmware and board support. Builds, not ↵px4dev2012-11-031-2/+22
| | | | tested yet.
* Major formatting/whitespace cleanuppx4dev2012-10-231-38/+51
|
* Tease the PWM driver out and fix some build issues after cleaning up behind ↵px4dev2012-10-231-0/+845
the cpuload pieces.