aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gps
Commit message (Expand)AuthorAgeFilesLines
* UBlox: Check valid time bit for NAV_TIMEUTC messages (used for Ublox 6 and ea...Johan Jansen2015-04-101-0/+1
* UBlox: Only use time and date if flags are validJohan Jansen2015-04-071-0/+4
* UBlox: Only use fix and velocity if flags are validJohan Jansen2015-04-071-2/+12
* update dead link to Ublox DocumentationStefan2015-02-241-1/+1
* Merge pull request #1794 from PX4/ekf-fixesLorenz Meier2015-02-151-15/+26
|\
| * Fix up GPS command line option usageLorenz Meier2015-02-151-9/+1
| * GPS: Remove GPS disable debug codeJohan Jansen2015-02-131-100/+17
| * AttPosEKF: Remove unused gps accel estimationJohan Jansen2015-02-121-0/+3
| * AttPosEKF: Refactor and code cleanupJohan Jansen2015-02-111-30/+129
* | GPS / ashtech: Use double for time where NMEA uses floating point numbersLorenz Meier2015-02-151-5/+6
* | Ashtech driver: Avoid unnecessary double precision conversion callsLorenz Meier2015-02-152-36/+37
|/
* GPS: Move to 0-based indexLorenz Meier2015-02-091-4/+4
* Remove unneeded cast in GPS driverLorenz Meier2015-02-081-1/+1
* GPS fixes from coverityLorenz Meier2015-01-211-2/+0
* GPS driver: Add missing wall clock setup for MTK GPS modulesLorenz Meier2015-01-061-3/+19
* GPS driver: Require valid minimum time to allow setting the wall clock. Prote...Lorenz Meier2015-01-043-35/+52
* GPS driver feedback cleanupLorenz Meier2015-01-044-23/+20
* renaming of gps time to UTC timeBan Siesta2015-01-043-8/+8
* ashtech: whitespaceBan Siesta2015-01-041-3/+3
* GPS driver: Set RTC from Ashtech receivers as wellLorenz Meier2015-01-041-2/+15
* GPS driver: UBX time handling for all protocol revisionsLorenz Meier2015-01-041-10/+11
* GPS driver: Check return value of settime and notify shell if call failsLorenz Meier2015-01-041-1/+3
* GPS driver: Fixed implicit cast causing time logic errors. Found by @ZefzLorenz Meier2015-01-041-2/+2
* GPS: Update the RTC even when RTC is enabledLorenz Meier2015-01-031-5/+6
* GPS: be less verboseLorenz Meier2014-11-221-1/+0
* Checking if fix status is less or equal to 0 rather than just equalDenis Yeldandi2014-10-101-1/+1
* Fixed issue #1382Denis Yeldandi2014-10-102-12/+42
* Got rid of str_scanDec and scanFloat64.Denis Yeldandi2014-10-091-114/+56
* Multiple fixes:Denis Yeldandi2014-10-091-22/+17
* Non-ascii characters cleanupDenis Yeldandi2014-10-091-3/+3
* Removed VTG message parsingDenis Yeldandi2014-10-091-36/+0
* More code style fixesDenis Yeldandi2014-10-091-4/+4
* Code style fixDenis Yeldandi2014-10-093-515/+605
* Merge branch 'master' into ashtech_hi_freqDenis Yeldandi2014-10-082-0/+29
|\
| * remove warnxThomas Gubler2014-10-051-2/+0
| * ubx: disable sbas configuration per defaultThomas Gubler2014-09-301-0/+2
| * ubx: add sbas config, default to disableThomas Gubler2014-09-222-0/+29
* | PASHS,POP,20 is needed for 20Hz configurationDenis Yeldandi2014-10-061-1/+2
* | Merge branch 'ashtech' into ashtech_hi_freqDenis Yeldandi2014-10-041-1/+1
|\ \
| * | Fixed km/h -> knots in POSDenis Yeldandi2014-10-041-1/+1
* | | Increased ashtech POS frequency and increased baudrateDenis Yeldandi2014-10-021-3/+5
|/ /
* / Ashtech GPS driverDenis Yeldandi2014-09-304-0/+731
|/
* gps: Flash efficiencyLorenz Meier2014-07-121-0/+2
* GPS driver: Print velocity as part of status commandLorenz Meier2014-07-111-1/+3
* Use NAV-PVT with ubx7 and ubx8 modulesKynos2014-07-033-23/+113
* Added NAV-TIMEUTC valid flag definesKynos2014-07-031-2/+9
* gps: Comment-only fixLorenz Meier2014-07-021-1/+1
* Merged upstream master into gnss_rework branchKynos2014-06-303-9/+9
|\
| * Merge remote-tracking branch 'px4/master' into navigator_rewriteJulian Oes2014-06-092-2/+15
| |\
| | * ubx: send update only if got POSLLH & VELNED & TIMEUTCAnton Babushkin2014-05-302-87/+100