aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
* convert: Add sc12-sc16 convertersTom Tsou2017-07-181-0/+24
| | | | | | | | | | | | | | | | | Create missing sc12-sc16 and sc16-sc12 type converters. To avoid replicating the full sc12 converter class object, overload the converter calls with C++11 std::enable_if metafunctions. When used with std::is_floating and std::is_integral templates, this allow a single template interface with compile time function selection and static type checking. Note the below std::enable_if interface is confusing, but quite effective in this case. typename enable_if<is_floating_point<type>::value>::type* = NULL Fixes: #966 Related: #967, #1721
* Merge branch 'maint'Martin Braun2017-07-171-0/+14
|\
| * utils: Added warnings and checks to images downloaderDerek Kozel2017-07-171-0/+14
| |
* | Utils: Added X3xx support for reading FPGA imagesPaul David2017-06-301-9/+18
| |
* | utils: add set_thread_name API call, move thread_priority to threadAndrej Rode2017-06-295-5/+5
| |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-292-1/+1
| |
* | Merge branch 'maint'Martin Braun2017-06-271-2/+2
|\|
| * Fix: field was bool, but needs to take values -1;1Marcus Müller2017-06-271-2/+2
| |
| * coverity: fix various minor issuesAndrej Rode2017-04-251-1/+1
| |
* | utils: uhd_usrp_probe is yet more forgivingMartin Braun2017-05-041-15/+22
| |
* | utils: Updated uhd_usrp_probe to be more lenient with missing propertiesMartin Braun2017-05-031-10/+16
| |
* | utils: Made EEPROM readout optional in uhd_usrp_probeMartin Braun2017-04-131-4/+8
| |
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-207-56/+29
| |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-103-20/+19
| | | | | | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* | utils: Enable printing of FPGA hash in uhd_usrp_probeMartin Braun2017-02-101-0/+3
| |
* | Merge branch 'maint'Martin Braun2017-01-301-42/+57
|\|
| * GPS: Improvements to query_gpsdo_sensormichael-west2017-01-301-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
* | made fx2_init_eeprom capable of using built-in imagesMarcus Müller2017-01-261-7/+46
| |
* | added generated headers to host tree, to enable built-in imagesMarcus Müller2017-01-262-0/+30
| |
* | Merge branch 'maint'Martin Braun2017-01-171-2/+2
|\|
| * utils: tests: cast RAND_MAX to double before divisionAndrej Rode2017-01-121-2/+2
| |
| * usrp2: fixes according to coverity reportsAndrej Rode2017-01-121-1/+1
| |
* | Merge branch 'maint'Martin Braun2017-01-051-1/+5
|\|
| * utils: use vt100 terminal codes in uhd_images_downloaderAndrej Rode2017-01-031-1/+5
| |
| * utils: Added --abi-string to uhd_config_infoMartin Braun2016-12-011-0/+4
| |
* | utils: Added --abi-string to uhd_config_infoMartin Braun2016-12-091-0/+4
| |
* | utils: uhd_find_devices display one device for each unique serial foundAndrej Rode2016-11-221-6/+44
| | | | | | | | | | | | | | Note: This also is the first precedent for the usage of the 'auto' keyword in UHD. Commits past this one will also be able to use 'auto'. Reviewed-By: Martin Braun <martin.braun@ettus.com>
* | Merge branch 'maint'Martin Braun2016-11-152-33/+33
|\|
| * fixup! Remove all boost:: namespace prefix for uint32_t, int32_t etc. ↵Martin Braun2016-11-155-123/+123
| | | | | | | | | | | | (fixed-width types) Now also removes the namespaces in the utils/ directory.
* | Merge branch 'maint'Martin Braun2016-11-081-1/+1
|\|
| * Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-083-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).
* | Merge branch 'maint'Martin Braun2016-10-173-3/+3
|\|
| * utils: Minor doc fix (amplitudes are not in counts)Martin Braun2016-10-133-3/+3
| |
* | utils: Also removed usrp_n2xx_net_burner_gui.pyMartin Braun2016-09-282-250/+0
| |
* | utils: Removed deprecated burnersMartin Braun2016-09-274-1960/+26
|/
* utils: uhd_usrp_probe can query vector<string>Martin Braun2016-09-231-1/+11
|
* cmake: Check for python requests, warn if not found (does not fail though)Martin Braun2016-09-221-0/+3
|
* Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-08-181-6/+6
|\
| * utils: Added missing newline to query_gpsdo_sensor outputMartin Braun2016-08-181-6/+6
| |
* | utils: uhd_config_info can now also report image dir and pkg pathMartin Braun2016-08-181-0/+9
| |
* | Merging RFNoC support for X310Martin Braun2016-08-091-5/+24
| |
* | Merge branch 'maint'Martin Braun2016-08-011-7/+7
|\| | | | | | | | | | | Conflicts: host/lib/usrp/dboard/db_wbx_version2.cpp host/lib/usrp/dboard/db_wbx_version3.cpp
| * Octoclock: Fix firmware version compatibilitymichael-west2016-06-271-7/+7
| |
* | utils: Added querying a sensor to uhd_usrp_probeDerek Kozel2016-08-011-0/+7
| |
* | Merge branch 'maint'Martin Braun2016-06-172-5/+44
|\|
| * query_gpsdo_sensors: added OctoClock-G supportNicholas Corgan2016-06-161-0/+39
| |
| * Fixed minor warningsNicholas Corgan2016-06-162-5/+5
| | | | | | | | | | | | * Mismatched printf format strings * Number truncation * Unreferenced variables
* | uhd_config_info: added missing --boost-version optionNicholas Corgan2016-06-171-1/+2
| |
* | Merge branch 'maint'Martin Braun2016-06-151-14/+25
|\|
| * octoclock: uhd_usrp_probe works for clocks nowMartin Braun2016-06-151-14/+25
| |