Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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: tests: cast RAND_MAX to double before division | Andrej Rode | 2017-01-12 | 1 | -2/+2 |
| | |||||
* | usrp2: fixes according to coverity reports | Andrej Rode | 2017-01-12 | 1 | -1/+1 |
| | |||||
* | utils: use vt100 terminal codes in uhd_images_downloader | Andrej Rode | 2017-01-03 | 1 | -1/+5 |
| | |||||
* | utils: Added --abi-string to uhd_config_info | Martin Braun | 2016-12-01 | 1 | -0/+4 |
| | |||||
* | fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. ↵ | Martin Braun | 2016-11-15 | 5 | -123/+123 |
| | | | | | | (fixed-width types) Now also removes the namespaces in the utils/ directory. | ||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 3 | -3/+3 |
| | | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that). | ||||
* | utils: Minor doc fix (amplitudes are not in counts) | Martin Braun | 2016-10-13 | 3 | -3/+3 |
| | |||||
* | utils: uhd_usrp_probe can query vector<string> | Martin Braun | 2016-09-23 | 1 | -1/+11 |
| | |||||
* | cmake: Check for python requests, warn if not found (does not fail though) | Martin Braun | 2016-09-22 | 1 | -0/+3 |
| | |||||
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-08-18 | 1 | -6/+6 |
|\ | |||||
| * | utils: Added missing newline to query_gpsdo_sensor output | Martin Braun | 2016-08-18 | 1 | -6/+6 |
| | | |||||
* | | utils: uhd_config_info can now also report image dir and pkg path | Martin Braun | 2016-08-18 | 1 | -0/+9 |
| | | |||||
* | | Merging RFNoC support for X310 | Martin Braun | 2016-08-09 | 1 | -5/+24 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-08-01 | 1 | -7/+7 |
|\| | | | | | | | | | | | Conflicts: host/lib/usrp/dboard/db_wbx_version2.cpp host/lib/usrp/dboard/db_wbx_version3.cpp | ||||
| * | Octoclock: Fix firmware version compatibility | michael-west | 2016-06-27 | 1 | -7/+7 |
| | | |||||
* | | utils: Added querying a sensor to uhd_usrp_probe | Derek Kozel | 2016-08-01 | 1 | -0/+7 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-17 | 2 | -5/+44 |
|\| | |||||
| * | query_gpsdo_sensors: added OctoClock-G support | Nicholas Corgan | 2016-06-16 | 1 | -0/+39 |
| | | |||||
| * | Fixed minor warnings | Nicholas Corgan | 2016-06-16 | 2 | -5/+5 |
| | | | | | | | | | | | | * Mismatched printf format strings * Number truncation * Unreferenced variables | ||||
* | | uhd_config_info: added missing --boost-version option | Nicholas Corgan | 2016-06-17 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-15 | 1 | -14/+25 |
|\| | |||||
| * | octoclock: uhd_usrp_probe works for clocks now | Martin Braun | 2016-06-15 | 1 | -14/+25 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-03-25 | 2 | -2/+16 |
|\| | |||||
| * | 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 | ||||
| * | cmake: Added installation of .reg file | Martin Braun | 2016-03-24 | 1 | -0/+14 |
| | | |||||
* | | Updated code to work for new minimum dependencies | Nicholas Corgan | 2016-03-21 | 1 | -1/+2 |
| | | | | | | | | | | * Removed code referencing now-unsupported versions of Boost * Added <stdint.h> includes where needed | ||||
* | | fx2: std::system("/sbin/rmmod usbtest") not portable, fixed that | Marcus Müller | 2016-01-26 | 1 | -5/+26 |
| | | | | | | | | | | | | | | | | | | | | FX2 code has complications on Windows machine due to shell misinterpreting the "/sbin/rmmod usbtest" string. * path should not be hardcoded * std::system error message means "possible success" (which is confusing, and contains little information) * replaced std::system by matching syscall * used #ifdef UHD_PLATFORM_LINUX to make checking & removal Linux-only | ||||
* | | Added uhd_config_info utility | Nicholas Corgan | 2015-12-30 | 2 | -0/+90 |
| | | |||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-12-15 | 4 | -22/+9 |
|\| | | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h | ||||
| * | Added B205mini VID/PID to udev file | Nicholas Corgan | 2015-12-14 | 1 | -0/+1 |
| | | |||||
| * | ihex: Windows fixes | Nicholas Corgan | 2015-12-14 | 1 | -1/+0 |
| | | |||||
| * | octoclock: Now uses internal ihex parser | Martin Braun | 2015-12-14 | 2 | -19/+5 |
| | | |||||
| * | B2xx: Added B205mini support. | michael-west | 2015-12-10 | 1 | -2/+3 |
| | | | | | | | | | | | | - Add support to b200_impl - New INF file - Removed references to old 'B205' name | ||||
* | | usrp_x3xx_fpga_burner: use internal cdecode files | Nicholas Corgan | 2015-12-15 | 3 | -109/+2 |
| | | |||||
* | | utils: Updated query_gpsdo_sensors | Marcus Müller | 2015-11-11 | 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 | ||||
* | | cmake: Proper selection of files for ENABLE_X300 | Martin Braun | 2015-10-26 | 1 | -5/+11 |
| | | |||||
* | | utils: Fixed converter benchmark build fail on older compilers | Martin Braun | 2015-10-20 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-10-19 | 1 | -1/+5 |
|\| | |||||
| * | utils: Added pre-API change python request compatibility | Marcus Müller | 2015-10-19 | 1 | -1/+5 |
| | | | | | | | | | | | | Affects the uhd_images_downloader utility. Older versions of requests didn't know the "stream" kwarg. Added a compatibility fallback. | ||||
| * | b200mini: Added USB PID to uhd-usrp.rules | Martin Braun | 2015-09-08 | 1 | -0/+1 |
| | | |||||
* | | tools: Added converter benchmark tool | Martin Braun | 2015-10-19 | 3 | -0/+636 |
| | | |||||
* | | b200mini: Added USB PID to uhd-usrp.rules | Martin Braun | 2015-09-08 | 1 | -0/+1 |
|/ | |||||
* | OctoClock: shortened bootloader's wait for burner signal | Nicholas Corgan | 2015-09-01 | 1 | -2/+2 |
| | |||||
* | B2XX: Added B200mini support | michael-west | 2015-08-17 | 1 | -1/+2 |
| | |||||
* | octoclock: replaced Intel hex -> binary converter | Nicholas Corgan | 2015-08-14 | 4 | -275/+24 |
| | |||||
* | e300: added -DE300_FORCE_NETWORK flag to CMake configuration | Nicholas Corgan | 2015-08-10 | 1 | -2/+2 |
| | | | | | | * Fixes building E300 support in native mode on any Linux system with libudev headers * Added E300_NATIVE check to e300_common.cpp * Improved network mode documentation | ||||
* | image_loader: force user to specify device | Nicholas Corgan | 2015-08-05 | 1 | -0/+5 |
| | | | | | * On utility level, force user to use --args=type=foo * In each loader, throw an error if args are ambiguous | ||||
* | Merge branch 'maint' | Martin Braun | 2015-08-03 | 1 | -1/+3 |
|\ |