aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gps
Commit message (Collapse)AuthorAgeFilesLines
* Fixed two typos identified by kroimonLorenz Meier2014-01-142-2/+2
|
* Support disabling GPS output via IOCTL, general cleanup of author and ↵Lorenz Meier2014-01-128-32/+53
| | | | copyright code style
* fakegps: add command-line optionThomas Gubler2014-01-111-106/+116
|
* fakegps: default to 0 m/s speedThomas Gubler2014-01-111-2/+2
|
* fake gps: gps device is not needed for fake position generationThomas Gubler2014-01-111-23/+34
|
* very simple gps fix fake in gps driver only for developmentThomas Gubler2014-01-101-0/+23
|
* Hotfix: Silence GPS driver if no GPS is connectedLorenz Meier2013-09-222-16/+0
|
* gps: more cleanup, some more info in 'gps status'Anton Babushkin2013-09-211-6/+7
|
* gps: fixed code style, more informative and clean messagesAnton Babushkin2013-09-216-73/+142
|
* Grab UTC time from GPStstellanova2013-08-281-6/+16
|
* ubx: SVINFO parsing optimized and message rate increased, CPU consumption ↵Anton Babushkin2013-07-111-23/+19
| | | | reduced in 6 times, ~0.3% now.
* Major ubx driver cleanup: few pages of code removed, send update only when ↵Anton Babushkin2013-07-112-510/+392
| | | | full navigation solution received
* Merged GPS info fixes from pigeonhunterLorenz Meier2013-07-091-27/+14
|\
| * Some cleanup of NAV_SVINFO message handlerDarryl Taylor2013-07-091-14/+6
| |
| * Ammended UBlox driver to record SV Info, satelites_visible == satelites ↵Darryl Taylor2013-07-091-23/+18
| | | | | | | | used. Info is recorded for all SVs, used or not. Might be useful for GPS debugging.
* | Minor additions to fix, pushingLorenz Meier2013-07-091-6/+6
| |
* | Hotfix for GPS driverLorenz Meier2013-07-091-25/+26
| |
* | Hotfix for GPS: Disable unknown message classesLorenz Meier2013-07-091-1/+10
|/
* Fixed bug in UBX::configure_message_rate()Anton Babushkin2013-06-011-1/+1
|
* Improved GPS update rate calculationLorenz Meier2013-05-093-4/+15
|
* Merge branch 'gps_vel' of github.com:PX4/FirmwareLorenz Meier2013-05-097-104/+205
|
* Moved the bulk of sensor drivers to the new worldLorenz Meier2013-04-278-0/+2271