| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
UBX-INF-USER is in driver_ubx.c, but documented where?
|
| |
|
|
|
|
|
|
|
| |
NAV-SOL has only been retained for backwards compatibility;
users are recommended to use the UBX-NAV-PVT message in preference.
A regression test case using ublox-neo-m8n is also added.
|
|
|
|
| |
Split 22a020ec1c2bc85eff681ecacc6d2bb79fdddc9c Support UBX NAV-PVT
|
|
|
|
|
|
|
|
|
| |
This reverts commit 22a020ec1c2bc85eff681ecacc6d2bb79fdddc9c.
This commit broke PPS on uBlox. PPS would flip from offset
0 to offset -1, and back, every few minutes.
Also stray characters (^M) in the log files.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NAV-SOL has only been retained for backwards compatibility; users are
recommended to use the UBX-NAV-PVT message in preference.
A regression test case using ublox-neo-m8n is also added.
Also fix the checking on valid flags of iTOW and fTOW and process fTOW whose
range is +-500us. Update test/dae/ublox-aek-4t.log.chk accordingly.
Signed-off-by: Clark Li <clark.li@cohdawireless.com>
Signed-off-by: Fred Wright <fw@fwright.net>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
rename the packet drivers to driver_$(protocol).c
|