gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.17-187


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.17-187-gf41d577
Date: Sun, 29 Jul 2018 20:25:43 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  f41d577b6352e80919469ee1724a0b9ad4359e67 (commit)
      from  d1f79455a50f92b3dbf68c2ad5196423d80ed78a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f41d577b6352e80919469ee1724a0b9ad4359e67
Author: Gregory Fong <address@hidden>
Date:   Sun Jul 29 17:21:24 2018 -0700

    Add GREIS (Javad) GPS driver.
    
    All functional changes inside "#ifdef GREIS_ENABLE"
    
    Includes new regression tests.  All regressions tests
    pass.
    
    Developed by Gregory Fong, with help and support from
    Virgin Orbit.
    
    Signed-off-by: Gary E. Miller <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 NEWS                             |   1 +
 SConstruct                       |   3 +
 driver_greis.c                   | 963 +++++++++++++++++++++++++++++++++++++++
 driver_greis.h                   |   6 +
 driver_greis_checksum.c          |  24 +
 drivers.c                        |  13 +
 gpsd.h                           |  40 +-
 packet.c                         | 153 ++++++-
 packet_states.h                  |  12 +
 test/daemon/greis-binary.log     | Bin 0 -> 11725 bytes
 test/daemon/greis-binary.log.chk | 396 ++++++++++++++++
 test/daemon/greis-def.log        | Bin 0 -> 16188 bytes
 test/daemon/greis-def.log.chk    |  12 +
 test/daemon/greis-reset.log      | Bin 0 -> 23212 bytes
 test/daemon/greis-reset.log.chk  | 741 ++++++++++++++++++++++++++++++
 test/daemon/greis-test.log       | Bin 0 -> 13926 bytes
 test/daemon/greis-test.log.chk   | 308 +++++++++++++
 test/daemon/greis-test2.log      | Bin 0 -> 2116 bytes
 test/daemon/greis-test2.log.chk  |  42 ++
 19 files changed, 2692 insertions(+), 22 deletions(-)
 create mode 100644 driver_greis.c
 create mode 100644 driver_greis.h
 create mode 100644 driver_greis_checksum.c
 create mode 100644 test/daemon/greis-binary.log
 create mode 100644 test/daemon/greis-binary.log.chk
 create mode 100644 test/daemon/greis-def.log
 create mode 100644 test/daemon/greis-def.log.chk
 create mode 100644 test/daemon/greis-reset.log
 create mode 100644 test/daemon/greis-reset.log.chk
 create mode 100644 test/daemon/greis-test.log
 create mode 100644 test/daemon/greis-test.log.chk
 create mode 100644 test/daemon/greis-test2.log
 create mode 100644 test/daemon/greis-test2.log.chk


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]