aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2016-03-252-2/+16
|\
| * query_gpsdo_sensors: fixed sleep timeNicholas Corgan2016-03-251-2/+2
| |
| * utils: Updated query_gpsdo_sensorsMarcus Müller2016-03-241-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 fileMartin Braun2016-03-241-0/+14
| |
* | Updated code to work for new minimum dependenciesNicholas Corgan2016-03-211-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 thatMarcus Müller2016-01-261-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 utilityNicholas Corgan2015-12-302-0/+90
| |
* | Merge branch 'maint'Ashish Chaudhari2015-12-154-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 fileNicholas Corgan2015-12-141-0/+1
| |
| * ihex: Windows fixesNicholas Corgan2015-12-141-1/+0
| |
| * octoclock: Now uses internal ihex parserMartin Braun2015-12-142-19/+5
| |
| * B2xx: Added B205mini support.michael-west2015-12-101-2/+3
| | | | | | | | | | | | - Add support to b200_impl - New INF file - Removed references to old 'B205' name
* | usrp_x3xx_fpga_burner: use internal cdecode filesNicholas Corgan2015-12-153-109/+2
| |
* | utils: Updated query_gpsdo_sensorsMarcus Müller2015-11-111-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_X300Martin Braun2015-10-261-5/+11
| |
* | utils: Fixed converter benchmark build fail on older compilersMartin Braun2015-10-201-0/+1
| |
* | Merge branch 'maint'Martin Braun2015-10-191-1/+5
|\|
| * utils: Added pre-API change python request compatibilityMarcus Müller2015-10-191-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.rulesMartin Braun2015-09-081-0/+1
| |
* | tools: Added converter benchmark toolMartin Braun2015-10-193-0/+636
| |
* | b200mini: Added USB PID to uhd-usrp.rulesMartin Braun2015-09-081-0/+1
|/
* OctoClock: shortened bootloader's wait for burner signalNicholas Corgan2015-09-011-2/+2
|
* B2XX: Added B200mini supportmichael-west2015-08-171-1/+2
|
* octoclock: replaced Intel hex -> binary converterNicholas Corgan2015-08-144-275/+24
|
* e300: added -DE300_FORCE_NETWORK flag to CMake configurationNicholas Corgan2015-08-101-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 deviceNicholas Corgan2015-08-051-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 Braun2015-08-031-1/+3
|\
| * Added NI B2x0 VID/PID pairs to udev rulesNicholas Corgan2015-08-031-1/+3
| |
* | utils: Updated b2xx_side_channel utility, moved over from tools/Martin Braun2015-07-311-49/+223
| |
* | x300: Increased the max image size for legacy burnerAshish Chaudhari2015-07-231-1/+1
| |
* | tools: Moved nirio_programmer out of utilsMartin Braun2015-07-212-276/+0
| |
* | utils: Made uhd_images_downloader Python3-compatibleMartin Braun2015-07-151-84/+77
| |
* | Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-156-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 debuggingBalint Seeber2015-07-141-0/+644
| |
* | OctoClock bugfixesNicholas Corgan2015-07-091-15/+42
| | | | | | | | | | | | * Bumped compatibility version to 3 * firmware: Ethernet, clkdist bugfixes * lib: fixed invalid rev detection
* | Merge branch 'maint'Martin Braun2015-05-041-0/+4
|\|
| * uhd: utils: query_gpsdo: Explicitly set time_source to 'gpsdo'.Moritz Fischer2015-05-011-0/+4
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * cmake: Improve usage of C modulesMartin Braun2015-04-202-6/+0
| |
| * utils: added integer, range and double property tree accessorsMarcus Müller2015-04-201-1/+20
| | | | | | | | This amends uhd_usrp_probe's ability to query the property tree.
* | cmake: Improve usage of C modulesMartin Braun2015-04-212-6/+0
| |
* | utils: added integer, range and double property tree accessorsMarcus Müller2015-04-211-1/+20
| | | | | | | | This amends uhd_usrp_probe's ability to query the property tree.
* | Merge branch 'maint'Martin Braun2015-03-275-12/+8
|\|
| * Warning fixesNicholas Corgan2015-03-275-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 Chaudhari2015-03-181-3/+4
|\|
| * imgs_downloader: Copy pkg to temp dir even if it is localAshish Chaudhari2015-03-181-3/+4
| |
* | Merge branch 'maint'Martin Braun2015-03-113-4/+4
|\| | | | | | | | | Conflicts: host/include/uhd/transport/vrt_if_packet.hpp
| * uhd: Fixed several type-cast related warnings for naggy compilersMartin Braun2015-03-111-1/+1
| |
| * uhd: Fixed multiple compiler warnings (unused variables, missing literal f)Martin Braun2015-03-112-3/+3
| |
* | Merge branch 'maint'Martin Braun2015-03-111-6/+11
|\|
| * cmake: Skip building fx3 utils if B200 is disabledMartin Braun2015-03-101-6/+11
| |