| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
| |
* Mismatched printf format strings
* Number truncation
* Unreferenced variables
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
|
| |
|
| |
|
|
|
|
|
| |
* Updated UHD documentation-related URL's after manual overhaul
* Updated NI-USRP URL to link to NI-USRP 1.3
|
|
|
|
|
|
| |
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.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
|
|
|
| |
checking it.
|
| |
|
| |
|
|
|
|
|
| |
* Fixed method of determining lock from sensor string output
* Fixed method of rounding for Windows compatibility
|
|
* Outputs readings of GPSDO sensors and compares UHD device time with GPS time
* Correction of URL for GPSDO installation information
|