aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Support DSM bind via QGroundControlJean Cyr2013-08-113-33/+26
* Some DSM satellites are fussier about bind pulse timingJean Cyr2013-08-102-4/+3
* Merged commit disabling FIFO in L3GD20Andrew Tridgell2013-08-071-2/+7
* Made sure airspeed tests reset the sensors to default stateLorenz Meier2013-08-062-0/+8
* mpu6000: set the default DLFP filter to 42HzAndrew Tridgell2013-08-061-1/+1
* Made sensors startup routine more flexibleLorenz Meier2013-08-051-4/+6
* Increased MPU6K poll and sampling rate to 1 KHzLorenz Meier2013-08-051-4/+4
* Equipped MPU6k driver with Butterworth for accel and gyroLorenz Meier2013-08-051-12/+62
* Merge branch 'master' of github.com:PX4/Firmware into mpu6k_queueLorenz Meier2013-08-0511-114/+329
|\
| * Hotfix: MEAS Airspeed sensor fixes from Sarthak KaingadeLorenz Meier2013-08-051-11/+20
| * Fixed code style for meas_airspeed.cppLorenz Meier2013-08-051-1/+2
| * Make it possible to create a cdev without automatically creating a device node.px4dev2013-08-041-8/+8
| * Add size and flush methods to the ringbuffer class.px4dev2013-08-041-5/+16
| * Add direct-access methods to the base Device class, so that there's a common ...px4dev2013-08-044-23/+82
| * Fix an issue with the pwm_servo driver when using one of the STM32 advanced t...px4dev2013-08-041-0/+6
| * Add the ability to cancel a begin/end perf counter if the begin turns out to ...px4dev2013-08-042-8/+47
| * Improvements to the HX stream protocol implementation.px4dev2013-08-042-63/+164
* | Merge branch 'master' into mpu6k_queueLorenz Meier2013-08-041-5/+5
|\|
| * Hotfix for attitude estimator EKF initLorenz Meier2013-08-041-5/+5
* | mathlib: added LowPassFilter2p objectAndrew Tridgell2013-08-043-0/+199
* | Added rate limit in sensors app. Just pending accel filters nowLorenz Meier2013-08-041-3/+63
* | Fixed driver test / direct read, looks goodLorenz Meier2013-08-041-41/+70
* | Try to save our sanity a bit and use the generic ringbuffer class rather than...px4dev2013-08-031-151/+104
* | Add some more useful methods to the ringbuffer class.px4dev2013-08-031-5/+16
* | Merge branch 'master' into mpu6k_queuepx4dev2013-08-031-0/+192
|\|
| * Simple ring-buffer template class, because re-implementing the wheel in every...px4dev2013-08-031-0/+192
* | Added queue to mpu6k driverLorenz Meier2013-08-041-53/+201
|/
* Merge branch 'config' of github.com:PX4/FirmwareLorenz Meier2013-07-304-16/+282
|\
| * Removed unused codeLorenz Meier2013-07-291-213/+0
| * Implemented config command, fixed a number range set / get issues for some se...Lorenz Meier2013-07-264-16/+495
* | ets_airspeed: cope with zero value from ETS airspeed sensorAndrew Tridgell2013-07-301-0/+8
* | Merge pull request #343 from PX4/meas_splitLorenz Meier2013-07-2810-412/+1185
|\ \
| * | Fixed stack sizes for airspeed driversLorenz Meier2013-07-282-2/+2
| * | First operational test version, provides correct readings (as far as tests we...Lorenz Meier2013-07-251-20/+20
| * | Airspeed sensor driver operational, needs cleanup / testingLorenz Meier2013-07-221-48/+11
| * | Fixed up ets driver (not tested, WIP on meas driver)Lorenz Meier2013-07-222-22/+22
| * | WIP on MEAS bringup, ETS airspeed sensors should be operationalLorenz Meier2013-07-141-84/+124
| * | MergedLorenz Meier2013-07-1431-732/+1352
| |\ \
| * | | Fixed last few compile errors, ready for testingLorenz Meier2013-07-144-95/+115
| * | | Reworked airspeed driver to keep most of it abstractLorenz Meier2013-07-106-384/+1122
| * | | Minor initialization / formatting changeLorenz Meier2013-07-101-1/+1
| * | | First stab at IOCTL driven offset handling (in PA) for all airspeed sensors. ...Lorenz Meier2013-07-104-39/+53
* | | | Merge branch 'master' of github.com:PX4/FirmwareLorenz Meier2013-07-287-6/+142
|\ \ \ \
| * | | | Hotfix: Made accel calibration a bit more forgiving about motion thresholdLorenz Meier2013-07-211-2/+2
| * | | | Ensured correct pointer initLorenz Meier2013-07-211-1/+1
| | |_|/ | |/| |
| * | | Merge pull request #338 from PX4/autostartsjwilks2013-07-196-3/+139
| |\ \ \
| | * | | Handle case of non-present leds in preflight checkLorenz Meier2013-07-191-0/+6
| | * | | Minor change to make USB startup more resilientLorenz Meier2013-07-191-1/+1
| | * | | Script cleanup, WIP on mavlink loggingLorenz Meier2013-07-181-0/+11
| | * | | Merge branch 'master' into autostartLorenz Meier2013-07-188-115/+115
| | |\ \ \