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. dev-3.19a-459-g4


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-459-g41807d2
Date: Tue, 2 Apr 2019 18:12:34 -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  41807d2312ddb9f989659e28feaa9e7a14ec2583 (commit)
       via  d1cab336d061e37bd162b7721a8d9ac390dd9a25 (commit)
       via  9c77d6533750236119d94185987c6b2029fb96a2 (commit)
       via  8797a6ffaff8d224d443882dc0aeb08aecc326ff (commit)
      from  1c8fe5190b6e1428bc4bd64acf612930d1d7d91b (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 41807d2312ddb9f989659e28feaa9e7a14ec2583
Author: Fred Wright <address@hidden>
Date:   Tue Apr 2 15:04:17 2019 -0700

    ubxtool: Fixes bugs in UBX-CFG-VAL* decodes.
    
    This code was obviously untested, due to the lack of suitable
    harwdare.  This commit just fixes the obvious problems caught by
    pylint, based on what appears to have been the intent.
    
    TESTED:
    Pylint errors are gone.  No functional testing.

commit d1cab336d061e37bd162b7721a8d9ac390dd9a25
Author: Fred Wright <address@hidden>
Date:   Tue Apr 2 14:57:29 2019 -0700

    ubxtool: Fix pylint quibble.
    
    TESTED:
    Tested -c on a NEO-M8T.

commit 9c77d6533750236119d94185987c6b2029fb96a2
Author: Fred Wright <address@hidden>
Date:   Tue Apr 2 14:44:19 2019 -0700

    ubxtool: Allow UART selection for speed setting.
    
    This allows the -i option to specify the port for the -S option.  It
    currently defaults to port 1, the first or only UART port.  It would
    be better (as noted in the FIXME) to default to the current port, but
    that would require implementing a mechanism to determine that.
    
    TESTED:
    On a NEO-M8T, tested various -i values (including none).  Proper
    behavior was observed, though for some reason this receiver accepts
    CFG-PRT for the nonexistent port 2, though it rejects polling port 2.

commit 8797a6ffaff8d224d443882dc0aeb08aecc326ff
Author: Fred Wright <address@hidden>
Date:   Tue Apr 2 14:23:24 2019 -0700

    ubxtool: Fix some dual-UART issues.
    
    1) Replaces spaces with underscores in UART names, to avoid the need
    for quoting arguments to -i.
    
    2) Since most receivers only have a single UART port, and since the
    versions of the documentation that don't cover dual UARTs use 'UART'
    rather than 'UART 1', this reports just 'UART' for id 1, while
    accepting both forms as input.
    
    3) Avoids accepting 'Reserved' as a valid argument to -i.  Numeric 5
    is still allowed.
    
    4) Fixes decoding omissions for UART_2.
    
    TESTED:
    On a NEO-M8T, fully tested CFG-PRT for id 1, with limited testing of
    ids 2 and 5 (decode of poll).  No dual-UART receivers available for
    full testing of id 2.

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

Summary of changes:
 ubxtool | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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