aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'maint'Josh Blum2013-03-261-10/+15
|\|
| * utils: usrp_n2xx_simple_net_burner now has option to automatically rebootNicholas Corgan2013-03-261-10/+15
| |
* | Merge branch 'maint'Nicholas Corgan2013-03-181-1/+1
|\|
| * Merge branch 'maint34' into maintNicholas Corgan2013-03-181-1/+1
| |\
| | * cal: fixed typo that selects correct RX front-end in cal utils header (typo ↵Balint Seeber2013-03-181-1/+1
| | | | | | | | | | | | from copy-pasta still selected TX front-end)
* | | Merge branch 'maint'Nicholas Corgan2013-01-091-1/+2
|\| |
| * | Modify query_gpsdo_sensors to wait long enough to latch a PPS in before ↵Nick Foster2013-01-091-1/+2
| | | | | | | | | | | | checking it.
* | | Merge branch 'maint'Nicholas Corgan2013-01-071-4/+4
|\| |
| * | utils: usrp_n2xx_simple_net_burner accepts empty response to reset USRPNicholas Corgan2013-01-071-4/+4
| | |
* | | Merge branch 'maint'Nicholas Corgan2012-11-195-5/+42
|\| |
| * | utils: cal apps immediately fail if dboard has no serial instead of after ↵Nicholas Corgan2012-11-164-4/+39
| | | | | | | | | | | | test runs
| * | utils: images downloader defaults to UHD_IMAGES_DIR instead of ↵Nicholas Corgan2012-11-161-1/+3
| | | | | | | | | | | | CMAKE_INSTALL_PREFIX
* | | Merge branch 'maint'Josh Blum2012-11-121-53/+58
|\| |
| * | utils: fixed Windows images downloader bugNicholas Corgan2012-11-101-53/+58
| | |
* | | Merge branch 'maint'Josh Blum2012-11-081-5/+13
|\| |
| * | utils: fixed images downloader Mac incompatibility issueNicholas Corgan2012-11-081-5/+13
| | |
* | | Merge branch 'maint'Josh Blum2012-10-261-113/+113
|\| |
| * | utils: usrp_n2xx_simple_net_burner bugfixes,etcNicholas Corgan2012-10-261-118/+118
| | | | | | | | | | | | | | | * Program only has to read image once * Firmware and FPGA functions are more neatly separated
* | | examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-269-27/+31
|/ / | | | | | | instead of 0 and 1.
* | gpsdo: dont round, do get_full_secsJosh Blum2012-10-181-1/+1
| |
* | query_gpsdo_sensors: Cleaned up a bit and fixed bugs.Moritz Fischer2012-10-181-123/+121
| |
* | utils: query_gpsdo_sensors bugfixesNicholas Corgan2012-10-161-120/+123
| | | | | | | | | | * Fixed method of determining lock from sensor string output * Fixed method of rounding for Windows compatibility
* | utils: fixed Boost incompatibility bug in usrp_n2xx_simple_net_burnerNicholas Corgan2012-10-121-6/+7
| |
* | utils: USRP N2XX Simple Net BurnerNicholas Corgan2012-10-103-0/+617
| | | | | | | | | | * More automated C++ implementation of usrp_n2xx_net_burner.py * By default, installs images from standard image install directories
* | utils: Query GPSDO SensorsNicholas Corgan2012-10-022-0/+121
| | | | | | | | | | * Outputs readings of GPSDO sensors and compares UHD device time with GPS time * Correction of URL for GPSDO installation information
* | utils: fixed usrp_n2xx_net_burner bug after descriptive list featureNicholas Corgan2012-09-251-1/+1
| |
* | utils: More descriptive USRP N2XX Net BurnerNicholas Corgan2012-09-202-7/+16
| | | | | | | | * List option and GUI selection box display hardware revisions of detected units alongside IP addresses
* | utils: minor uhd_images_downloader cleanupNicholas Corgan2012-08-141-2/+1
| |
* | Merge branch 'maint'Josh Blum2012-07-121-1/+1
|\|
| * n2xx: fix for usrp_n2xx_net_burner addr decode failureJosh Blum2012-07-121-1/+1
| | | | | | | | | | | | | | | | In the windows network address extractor: The except: continue line could get use stuck in an infinite loop. This fix sets addr to None so the code below it does not execute, and the next node in the chain is tested as expected.
* | utils: added .in extension to images downloader sourceJosh Blum2012-07-012-1/+1
| | | | | | | | | | There seems to be confusion that this file can be used w/o building. The images downloader has been renamed to prevent execution b4 configure.
* | cal: fix for else/ifs in uhd cal utilsJosh Blum2012-06-281-4/+4
| |
* | uhd: boost RX gain for RFX calibrationJosh Blum2012-06-221-1/+1
| |
* | utils: if usrp2_recovery.py is only compatible with Linux, it doesn't need ↵Nicholas Corgan2012-06-151-1/+7
| | | | | | | | to be part of other installs
* | RFX: added support for calibration utilsJosh Blum2012-06-121-3/+15
| | | | | | | | | | Special CAL RX antenna rule: keep mixer enabled to reduce transients. 0 dB gains settings for RX and TX to deal with RFX sensitivity range.
* | uhd: added some more prints to the probeJosh Blum2012-06-081-3/+9
| |
* | Merge branch 'maint'Josh Blum2012-06-081-1/+1
|\|
| * n2x0: fix for net_burner, continue on errorJosh Blum2012-06-081-1/+1
| |
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵Nicholas Corgan2012-06-072-1/+107
| | | | | | | | the current host code and places them in the images directory
* | Merge branch 'maint'Josh Blum2012-05-091-3/+3
|\|
| * n2xx: fix possible attribute error in netburner win_get_interfacesJosh Blum2012-05-091-3/+3
| | | | | | | | | | | | It is possible on some machines (at least one in this case), for adNode to not have the attribute next. Unexplained... This may be a fix, and if not, should be harmless.
* | udp: increase FastSendDatagramThreshold 2048 + docsJosh Blum2012-04-271-0/+0
| |
* | udp: windows registry app for FastSendDatagramThresholdJosh Blum2012-04-251-0/+0
|/
* usrp2: removed errors='ignore' for burners for py26Josh Blum2012-04-222-2/+2
|
* n2x0: card burner fixes for python3.0 and IPv6Josh Blum2012-04-181-3/+5
| | | | | | has_key is not in python3.0, use key in dict put try catch around interface enumeration, might be an ipv6 issue
* utils: card/net burner string decodeJosh Blum2012-04-122-2/+2
|
* uhd: rev iq correction numbers formatJosh Blum2012-03-143-5/+5
|
* usrp2: changed download url for dd.exeJosh Blum2012-02-182-2/+2
|
* uhd: patch to support PKG_LIB_DIR per debian fs standardsJosh Blum2012-01-131-4/+4
| | | | | | uhd binaries will continue to install into share/uhd, however, one can specify -DPKG_LIB_DIR=lib/uhd for example to move where the binaries are installed
* n2xx: fix burner print if bad revJosh Blum2012-01-111-1/+1
|