aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:PX4/Firmware into betaLorenz Meier2014-02-212-26/+33
|\
| * Fix DSM pairing error handling.Lorenz Meier2014-02-211-10/+20
| |
| * Code styleLorenz Meier2014-02-211-1/+1
| |
| * Fix mavlink feedback FD handlingLorenz Meier2014-02-211-15/+12
| |
* | Merge branch 'master' into betaStefan Rado2014-02-171-1/+1
|\|
| * BL-Ctrl 3.0 fixmarco2014-02-171-1/+1
| |
* | Merge remote-tracking branch 'px4/master' into betaJulian Oes2014-02-161-0/+1
|\|
| * MPU6000: gyro topic was not initializedJulian Oes2014-02-161-0/+1
| |
* | Merge branch 'beta' of github.com:PX4/Firmware into betaLorenz Meier2014-02-154-11/+14
|\ \
| * | Fix compile errorsLorenz Meier2014-02-151-2/+2
| | |
| * | Fix airspeed sensorLorenz Meier2014-02-154-10/+13
| | |
* | | Fixed status printing for airspeed sensorLorenz Meier2014-02-151-2/+3
|/ /
* | Merged master into betaLorenz Meier2014-02-1123-508/+458
|\|
| * Merged origin/master into pubsub_cleanupLorenz Meier2014-02-0916-531/+694
| |\
| | * Fixed code styleLorenz Meier2014-02-051-50/+57
| | |
| | * Fixed up nullptr handlingLorenz Meier2014-02-051-5/+11
| | |
| | * startup rewritemarco2014-02-041-81/+27
| | |
| | * i2c1 bug and bus scan fixedmarco2014-02-021-33/+29
| | |
| | * code cleanupmarco2014-02-021-396/+31
| | |
| | * mkblctrl fmuv2 support addedmarco2014-02-021-6/+146
| | |
| * | Fixed return valueLorenz Meier2014-01-141-0/+1
| | |
| * | Fixed up init sequence of all sensors - we can publish in interrupt context, ↵Lorenz Meier2014-01-148-112/+186
| | | | | | | | | | | | but not advertise! All advertisements now contain valid data
| * | Fixed two typos identified by kroimonLorenz Meier2014-01-142-2/+2
| | |
| * | Header for publication disableLorenz Meier2014-01-121-0/+62
| | |
| * | Support for publication blocking: MS5611, cleaned up device startLorenz Meier2014-01-121-12/+21
| | |
| * | Support for publication blocking: MPU6000, cleaned up device startLorenz Meier2014-01-121-20/+26
| | |
| * | Support for publication blocking: LSM303D, cleaned up device startLorenz Meier2014-01-121-30/+34
| | |
| * | Support for publication blocking: L3GD20(H)Lorenz Meier2014-01-121-9/+14
| | |
| * | Support for publication blocking: HMC5883Lorenz Meier2014-01-121-18/+19
| | |
| * | BMA180 does not publish if disabledLorenz Meier2014-01-121-2/+3
| | |
| * | Airspeed does not publish if disabledLorenz Meier2014-01-124-10/+36
| | |
| * | Framework to support disabling publications via IOCTLLorenz Meier2014-01-123-3/+14
| | |
| * | Support disabling GPS output via IOCTL, general cleanup of author and ↵Lorenz Meier2014-01-128-32/+53
| | | | | | | | | | | | copyright code style
* | | Merge branch 'master' into betaAnton Babushkin2014-01-302-2/+2
|\ \ \ | | |/ | |/|
| * | Revert "Merge pull request #620 from pigeonhunter/stack_sizes"Lorenz Meier2014-01-302-2/+2
| | | | | | | | | | | | | | | This reverts commit 3b31a6b1b9756eb191eaaafb1c137e6874079281, reversing changes made to 70afb3ca3b3f1844241c9c9312579bbb2475232c.
* | | Merge branch 'master' into betaAnton Babushkin2014-01-306-40/+361
|\| |
| * | Merged master into lockdown_disableLorenz Meier2014-01-3015-154/+485
| |\ \
| | * \ Merge pull request #620 from pigeonhunter/stack_sizesLorenz Meier2014-01-302-2/+2
| | |\ \ | | | | | | | | | | Stack sizes
| | | * \ Merge remote-tracking branch 'origin/master' into memory_testsDarryl Taylor2014-01-291-15/+7
| | | |\ \
| | | * | | Stack size reduced to 1280. Max stack size reported as 1020 with UBX GPS ↵Darryl Taylor2014-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | with 3d lock. MTK not tested.
| | | * | | Reduced stack from 2048 to 1024. Top reports stack usage at 812 under flight ↵Darryl Taylor2014-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | conditions.
| | * | | | IO status printing improvements / fixesLorenz Meier2014-01-261-4/+5
| | | | | |
| | * | | | Fix printing of IO statusLorenz Meier2014-01-261-7/+8
| | | | | |
| | * | | | Merge branch 'master' into rc_statusLorenz Meier2014-01-261-15/+7
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | Differentiate between publication and signal receive timestamp, correctly ↵Lorenz Meier2014-01-263-10/+51
| | | | | | | | | | | | | | | | | | | | | | | | set the rc_lost flag in the frame. Ready for prime-time testing.
| | * | | | Add support in the IO driver to control the S.Bus / RSSI port.Lorenz Meier2014-01-263-6/+163
| | | | | |
| | * | | | Clean up RC related metadata, put everything into the RC data page. This ↵Lorenz Meier2014-01-261-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | ensures atomic reads, makes the reads more efficient and allows for some headroom for more RC flags. The IO driver side is updated as well, however, these flags are not published yet.
| | * | | | Add additional flags to RC topic, not used yet.Lorenz Meier2014-01-261-0/+28
| | | | | |
| | * | | | Stop setting RSSI by cross-reading servo status.Lorenz Meier2014-01-251-7/+0
| | | | | |
| | * | | | IO driver: Variable name and comment cleanup, no binary / functionality changes.Lorenz Meier2014-01-251-2/+5
| | | |/ / | | |/| |