Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | utils: Fix query_gpsdo_sensors so it works for TCXO on B200 | michael-west | 2018-02-01 | 1 | -0/+3 | |
| | ||||||
* | utils: images downloader: forced update of CMake variable | Brent Stapleton | 2018-01-29 | 1 | -5/+10 | |
| | | | | | | | | | Moved the uhd_images_downloader.py.in configuration to its own script so that the manifest file is added as a dependency and read into a CMake variable. Reviewed-by: Ashish Chaudhari <ashish@ettus.com> Reviewed-by: Martin Braun <martin.braun@ettus.com> | |||||
* | utils: refactor uhd_images_downloader | Brent Stapleton | 2018-01-23 | 2 | -333/+325 | |
| | | | | | | | | | | | | | | | | | Changing structure of the files.ettus.com images directory, and updating uhd_images_downloader correspondingly. The images downloader now downloads a number of smaller archives of images, instead of one large archive containing all of our images. Furthermore, the images downloader maintains an inventory of currently installed images, so that images are not redownloaded unnecessarily. When called with no arguments, behavior should not change. CMake variables are used to populate a number of fields in the images downloader, including the contents of the manifest file. Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com> | |||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 35 | -420/+35 | |
| | ||||||
* | uhd: Removed drivers for E100/E110 | Martin Braun | 2017-09-29 | 1 | -5/+0 | |
| | | | | The E1x0 series is still supported on the 3.9 LTS branch. | |||||
* | convert: Add sc12-sc16 converters | Tom Tsou | 2017-07-18 | 1 | -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 Braun | 2017-07-17 | 1 | -0/+14 | |
|\ | ||||||
| * | utils: Added warnings and checks to images downloader | Derek Kozel | 2017-07-17 | 1 | -0/+14 | |
| | | ||||||
* | | Utils: Added X3xx support for reading FPGA images | Paul David | 2017-06-30 | 1 | -9/+18 | |
| | | ||||||
* | | utils: add set_thread_name API call, move thread_priority to thread | Andrej Rode | 2017-06-29 | 5 | -5/+5 | |
| | | ||||||
* | | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 2 | -1/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-06-27 | 1 | -2/+2 | |
|\| | ||||||
| * | Fix: field was bool, but needs to take values -1;1 | Marcus Müller | 2017-06-27 | 1 | -2/+2 | |
| | | ||||||
| * | coverity: fix various minor issues | Andrej Rode | 2017-04-25 | 1 | -1/+1 | |
| | | ||||||
* | | utils: uhd_usrp_probe is yet more forgiving | Martin Braun | 2017-05-04 | 1 | -15/+22 | |
| | | ||||||
* | | utils: Updated uhd_usrp_probe to be more lenient with missing properties | Martin Braun | 2017-05-03 | 1 | -10/+16 | |
| | | ||||||
* | | utils: Made EEPROM readout optional in uhd_usrp_probe | Martin Braun | 2017-04-13 | 1 | -4/+8 | |
| | | ||||||
* | | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 7 | -56/+29 | |
| | | ||||||
* | | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 3 | -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_probe | Martin Braun | 2017-02-10 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-01-30 | 1 | -42/+57 | |
|\| | ||||||
| * | 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 | |||||
* | | made fx2_init_eeprom capable of using built-in images | Marcus Müller | 2017-01-26 | 1 | -7/+46 | |
| | | ||||||
* | | added generated headers to host tree, to enable built-in images | Marcus Müller | 2017-01-26 | 2 | -0/+30 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-01-17 | 1 | -2/+2 | |
|\| | ||||||
| * | 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 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2017-01-05 | 1 | -1/+5 | |
|\| | ||||||
| * | 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 | |
| | | ||||||
* | | utils: Added --abi-string to uhd_config_info | Martin Braun | 2016-12-09 | 1 | -0/+4 | |
| | | ||||||
* | | utils: uhd_find_devices display one device for each unique serial found | Andrej Rode | 2016-11-22 | 1 | -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 Braun | 2016-11-15 | 2 | -33/+33 | |
|\| | ||||||
| * | 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. | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-11-08 | 1 | -1/+1 | |
|\| | ||||||
| * | 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). | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-10-17 | 3 | -3/+3 | |
|\| | ||||||
| * | utils: Minor doc fix (amplitudes are not in counts) | Martin Braun | 2016-10-13 | 3 | -3/+3 | |
| | | ||||||
* | | utils: Also removed usrp_n2xx_net_burner_gui.py | Martin Braun | 2016-09-28 | 2 | -250/+0 | |
| | | ||||||
* | | utils: Removed deprecated burners | Martin Braun | 2016-09-27 | 4 | -1960/+26 | |
|/ | ||||||
* | 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 | |
|\| |