aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint; messages from FMU now make it to IO intact; fix HRT init timing, ...px4dev2012-11-031-5/+0
* When starting the px4io driver, check that data is being received from the PX...px4dev2012-11-031-16/+79
* Attach the interrupt before powering on the HRT timer.px4dev2012-11-031-4/+4
* Check for transmit errors.px4dev2012-11-031-1/+4
* Cleanup and refactor of the PX4IO firmware and board support. Builds, not te...px4dev2012-11-0311-9/+425
* MergedLorenz Meier2012-11-016-68/+311
|\
| * Move the last of the board-specific code for PX4FMU out of the NuttX tree. N...px4dev2012-10-316-68/+311
| * Clean out remains of the old EEPROM driver.px4dev2012-10-301-4/+4
* | Report mag status to system, sanity-check calibrationLorenz Meier2012-11-011-4/+14
|/
* Warning fixes.px4dev2012-10-291-0/+1
* Doxyheader fixespx4dev2012-10-299-10/+28
* Calibration improvementLorenz Meier2012-10-291-1/+48
* Remove reboot() API, replace with a prototype for up_systemreset() which is p...px4dev2012-10-272-2/+8
* Remove an annoying message.px4dev2012-10-271-1/+0
* Build fix due to missing include.px4dev2012-10-271-0/+2
* Minor board.h changes.px4dev2012-10-273-9/+10
* Hoist the GPIO driver out and integrate it with the px4fmu driver. Move thes...px4dev2012-10-275-32/+1030
* Separate config from implementation for the STM32 pwm servo driver.px4dev2012-10-243-57/+160
* Major formatting/whitespace cleanuppx4dev2012-10-2327-373/+603
* Hoist the ADC and CAN board-specific pieces.px4dev2012-10-233-1/+286
* Hoist the oard-specific USB pieces.px4dev2012-10-231-0/+108
* Hoist SPI functions.px4dev2012-10-232-4/+154
* Fix a filenamepx4dev2012-10-231-0/+0
* Tease the PWM driver out and fix some build issues after cleaning up behind t...px4dev2012-10-235-4/+455
* Checkpoint - moving things out of the NuttX configs/*/src directoriespx4dev2012-10-2311-6/+1488
* Move the PX4IO driver into the drivers folder.px4dev2012-10-224-0/+1136
* Merge branch 'master' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-223-0/+803
|\
| * Function type fixpx4dev2012-10-211-1/+1
| * Move the tone_alarm driver out of the NuttX configs area and add it as an stm...px4dev2012-10-213-0/+803
* | Cleaned up calibration, added text messages ring bufferLorenz Meier2012-10-221-5/+4
* | Checkpoint: Working, but non-verified full mag calibrationLorenz Meier2012-10-211-61/+94
* | Merge branch 'master' of github.com:PX4/Firmware into calibrationLorenz Meier2012-10-212-2/+8
|\|
| * Make it possible to run fmu and px4io simultaneously with full control over b...px4dev2012-10-202-2/+8
* | Calibration WIP, not compilingLorenz Meier2012-10-172-209/+156
* | Added mag calibration routine, fixed minor typos without runtime effectsLorenz Meier2012-10-154-9/+394
|/
* Sensor rate and throttle inversion fixesLorenz Meier2012-10-092-4/+4
* Adjust to changes in the work queue API.px4dev2012-09-142-31/+35
* Fixed to mag measurement and filterLorenz Meier2012-09-071-3/+3
* Various minor fixes and improvements across systemLorenz Meier2012-09-051-2/+4
* Fixed correct RC loss detection, AR.Drone is now shutting down motors after 1...Lorenz Meier2012-09-051-1/+1
* Changed a critical section to double precision calculation. It may not be nec...Lorenz Meier2012-09-031-7/+42
* Redo the math in the ms5611 driver to a) avoid re-computing scaling factors f...px4dev2012-09-012-50/+232
* Added temperature measurement, added led system commandLorenz Meier2012-09-013-7/+22
* Fixed minor compile warnings (just warnings, no effect on execution) in BMA180Lorenz Meier2012-08-311-12/+11
* minor typo in commentLorenz Meier2012-08-311-1/+1
* Checkpoint: Operational BMA180 driverLorenz Meier2012-08-311-17/+60
* Kick the BMA180 driver mostly into shape. Still not reading data correctly.px4dev2012-08-301-246/+336
* units in commentspx4dev2012-08-302-3/+3
* Make the buffer ring work.px4dev2012-08-301-12/+10
* Fix the readout transfer size.px4dev2012-08-291-3/+1