Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | GPS: Improvements to query_gpsdo_sensor | michael-west | 2017-01-30 | 1 | -42/+57 |
| | | | | | | | - Reordered operations to make sure setting clock and time sources is first - Reduced delay waiting for ref lock - Added wait for GPSDO warm up - Made warning messages in gps_ctrl function into log messages to prevent unnecessary output | ||||
* | utils: Added missing newline to query_gpsdo_sensor output | Martin Braun | 2016-08-18 | 1 | -6/+6 |
| | |||||
* | query_gpsdo_sensors: added OctoClock-G support | Nicholas Corgan | 2016-06-16 | 1 | -0/+39 |
| | |||||
* | Fixed minor warnings | Nicholas Corgan | 2016-06-16 | 1 | -3/+3 |
| | | | | | | * Mismatched printf format strings * Number truncation * Unreferenced variables | ||||
* | query_gpsdo_sensors: fixed sleep time | Nicholas Corgan | 2016-03-25 | 1 | -2/+2 |
| | |||||
* | utils: Updated query_gpsdo_sensors | Marcus Müller | 2016-03-24 | 1 | -31/+90 |
| | | | | | | | | | | * Beautified the tool: * better help messages, argument description * removed device-specific warning about external clock source being unavailable * if instant LO lock cannot be achieved, wait a few seconds * try/catches don't swallow unrelated errors * copyright year * Since time is no longer auto-set on GPSDO, fix that | ||||
* | uhd: utils: query_gpsdo: Explicitly set time_source to 'gpsdo'. | Moritz Fischer | 2015-05-01 | 1 | -0/+4 |
| | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> | ||||
* | uhd: Fixed multiple compiler warnings (unused variables, missing literal f) | Martin Braun | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 1 | -8/+13 |
| | |||||
* | Updated documentation | Nicholas Corgan | 2014-07-31 | 1 | -4/+5 |
| | | | | | * Updated UHD documentation-related URL's after manual overhaul * Updated NI-USRP URL to link to NI-USRP 1.3 | ||||
* | gps: flush uart buffer before waiting for time | Josh Blum | 2013-04-09 | 1 | -1/+2 |
| | | | | | | This addresses a bug only on the master branch. Also turn off the servo sensor, its too long a delay. We will need to conditionally enable this in a later commit. | ||||
* | Merge branch 'maint' | Josh Blum | 2013-04-09 | 1 | -1/+1 |
|\ | |||||
| * | gps: use to_ticks in query app to avoid rounding issues | Josh Blum | 2013-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | The to_ticks(1.0) is a preferable way to get whole seconds because it avoids possible rounding issues since just getting full seconds does not account for the frac seconds. | ||||
* | | gps: added print for pc clock time to query_gpsdo | Josh Blum | 2013-04-09 | 1 | -0/+2 |
|/ | |||||
* | Modify query_gpsdo_sensors to wait long enough to latch a PPS in before ↵ | Nick Foster | 2013-01-09 | 1 | -1/+2 |
| | | | | checking it. | ||||
* | gpsdo: dont round, do get_full_secs | Josh Blum | 2012-10-18 | 1 | -1/+1 |
| | |||||
* | query_gpsdo_sensors: Cleaned up a bit and fixed bugs. | Moritz Fischer | 2012-10-18 | 1 | -123/+121 |
| | |||||
* | utils: query_gpsdo_sensors bugfixes | Nicholas Corgan | 2012-10-16 | 1 | -120/+123 |
| | | | | | * Fixed method of determining lock from sensor string output * Fixed method of rounding for Windows compatibility | ||||
* | utils: Query GPSDO Sensors | Nicholas Corgan | 2012-10-02 | 1 | -0/+120 |
* Outputs readings of GPSDO sensors and compares UHD device time with GPS time * Correction of URL for GPSDO installation information |