Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x300: Increased the max image size for legacy burner | Ashish Chaudhari | 2015-07-23 | 1 | -1/+1 |
| | |||||
* | tools: Moved nirio_programmer out of utils | Martin Braun | 2015-07-21 | 2 | -276/+0 |
| | |||||
* | utils: Made uhd_images_downloader Python3-compatible | Martin Braun | 2015-07-15 | 1 | -84/+77 |
| | |||||
* | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 6 | -5/+321 |
| | | | | | | * Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities | ||||
* | b2xx: Added side-channel utility for FX3 debugging | Balint Seeber | 2015-07-14 | 1 | -0/+644 |
| | |||||
* | OctoClock bugfixes | Nicholas Corgan | 2015-07-09 | 1 | -15/+42 |
| | | | | | | * Bumped compatibility version to 3 * firmware: Ethernet, clkdist bugfixes * lib: fixed invalid rev detection | ||||
* | Merge branch 'maint' | Martin Braun | 2015-05-04 | 1 | -0/+4 |
|\ | |||||
| * | 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> | ||||
| * | cmake: Improve usage of C modules | Martin Braun | 2015-04-20 | 2 | -6/+0 |
| | | |||||
| * | utils: added integer, range and double property tree accessors | Marcus Müller | 2015-04-20 | 1 | -1/+20 |
| | | | | | | | | This amends uhd_usrp_probe's ability to query the property tree. | ||||
* | | cmake: Improve usage of C modules | Martin Braun | 2015-04-21 | 2 | -6/+0 |
| | | |||||
* | | utils: added integer, range and double property tree accessors | Marcus Müller | 2015-04-21 | 1 | -1/+20 |
| | | | | | | | | This amends uhd_usrp_probe's ability to query the property tree. | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 5 | -12/+8 |
|\| | |||||
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 5 | -12/+8 |
| | | | | | | | | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | ||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-03-18 | 1 | -3/+4 |
|\| | |||||
| * | imgs_downloader: Copy pkg to temp dir even if it is local | Ashish Chaudhari | 2015-03-18 | 1 | -3/+4 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-11 | 3 | -4/+4 |
|\| | | | | | | | | | Conflicts: host/include/uhd/transport/vrt_if_packet.hpp | ||||
| * | uhd: Fixed several type-cast related warnings for naggy compilers | Martin Braun | 2015-03-11 | 1 | -1/+1 |
| | | |||||
| * | uhd: Fixed multiple compiler warnings (unused variables, missing literal f) | Martin Braun | 2015-03-11 | 2 | -3/+3 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-11 | 1 | -6/+11 |
|\| | |||||
| * | cmake: Skip building fx3 utils if B200 is disabled | Martin Braun | 2015-03-10 | 1 | -6/+11 |
| | | |||||
* | | Merge branch 'maint' | Ashish Chaudhari | 2015-02-26 | 1 | -0/+5 |
|\| | |||||
| * | uhd: uhd_usrp_probe: added bandwidth ranges to RX output, if available | Marcus Müller | 2015-02-18 | 1 | -0/+5 |
| | | |||||
| * | Merging new UHD_IMAGES_DIR utilities and bug fixes. | Ben Hilburn | 2015-01-27 | 4 | -4/+4 |
| | | | | | | | | Also includes NI-USRP Windows Registry Key fixes. | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-22 | 1 | -2/+4 |
|\| | |||||
| * | UBX: Add UBX Support | michael-west | 2015-01-22 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-16 | 4 | -249/+483 |
|\| | |||||
| * | UHD: Fixes for dboard calibration utilities. | michael-west | 2015-01-16 | 4 | -249/+483 |
| | | |||||
| * | utils: Backported latency bugfix from master | Martin Braun | 2014-11-26 | 1 | -1/+1 |
| | | |||||
| * | latency: fixed bugs in test running and grapher | Balint Seeber | 2014-11-04 | 2 | -7/+17 |
| | | |||||
* | | Corrected the function to construct EEPROM vector. | vkakade | 2015-01-12 | 1 | -9/+9 |
| | | |||||
* | | Added NI PID and VID to known values for easy enumeration. | vkakade | 2015-01-12 | 1 | -1/+3 |
| | | |||||
* | | Adding support for NI VID + PIDs for USRP B2xx devices. | Ben Hilburn | 2014-12-18 | 1 | -25/+55 |
| | | |||||
* | | latency: fixed wrong return code | Balint Seeber | 2014-11-25 | 1 | -1/+1 |
| | | |||||
* | | uhd: replaced the `images_error` with a generic utility error | Ben Hilburn | 2014-11-21 | 4 | -4/+4 |
| | | | | | | | | | | | | - Deleted images.*, moved functionality to paths.* - Applies for all devices that check FPGA or FW compat numbers - Adds generic utility search tool | ||||
* | | latency: fixed bugs in test running and grapher | Balint Seeber | 2014-11-13 | 2 | -7/+17 |
|/ | |||||
* | utils: Minor fixes in images downloader and packaging scripts | Ashish Chaudhari | 2014-10-27 | 1 | -0/+3 |
| | |||||
* | Adding explicit positional arguments to .format strings for compatibility ↵ | Patrick Sisterhen | 2014-10-16 | 1 | -6/+6 |
| | | | | with older Pythons | ||||
* | utils: Removed compiler warning in latency test | Martin Braun | 2014-10-15 | 1 | -1/+1 |
| | |||||
* | utils: Small fix to uhd_images_downloader, less warnings | Martin Braun | 2014-10-13 | 1 | -2/+1 |
| | |||||
* | x300,nirio: Added support for NI-RIO 14.0 | Ashish Chaudhari | 2014-10-10 | 1 | -24/+23 |
| | | | | | | | | | - Split niriok_proxy interfaces to support NI-RIO <=13.0 and >=14.0 kernel interfaces - Fixed multi-session race conditions by synchronizing niriok_proxy access - Fixed bug switching from NI LV-FPGA access to UHD access by changing how devices are hashed into a reservation table - Fixed calculation of FRAC values for CBX and SBX LO tuning by rounding instead of truncating - Fixed bug that was not setting two MSBs for band select configuration of CBX LO - Submitting on behalf of Patrick Sisterhen, Matthew Crymble | ||||
* | utils: Removed deprecated options from mb eeprom and simple net burner. | Martin Braun | 2014-10-09 | 2 | -29/+10 |
| | |||||
* | utils: Added latency measurement utility | Balint Seeber | 2014-10-09 | 8 | -0/+2774 |
| | |||||
* | Rectifying a great embarassement in UHD. %s/Mhz/MHz. | Ben Hilburn | 2014-10-07 | 1 | -2/+2 |
| | |||||
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 3 | -8/+100 |
| | |||||
* | uhd: uhd_images_downloader now respects $UHD_IMAGES_BASE_URL | Martin Braun | 2014-10-06 | 1 | -115/+126 |
| | |||||
* | uhd: Changed line endings from Windows -> UNIX | Ashish Chaudhari | 2014-08-21 | 1 | -80/+80 |
| | |||||
* | OctoClock: bugfixes/improvements | Nicholas Corgan | 2014-08-20 | 1 | -19/+38 |
| | | | | | | | | | * Fixed Ethernet initialization problem * Improved external reference detection * Added gratuitous ARP, sent upon power-up * Tweaked host-side timing for initialization and firmware burning * Fixed logic for dealing with firmware incompatibility * Misc efficiency/reliability improvements to firmware's network code | ||||
* | octoclock: Fixed merge conflict. Utils compile now. | Ashish Chaudhari | 2014-08-07 | 1 | -1/+15 |
| | |||||
* | Merge branch 'master' into ashish/cat_refactor_master | Ashish Chaudhari | 2014-08-05 | 6 | -11/+13 |
|\ |