summaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* uhd: use more recent udev rules formatJosh Blum2011-12-151-2/+2
|
* uhd: update udev rules, replace SYSFS w/ ATTRSJosh Blum2011-12-131-2/+2
|
* uhd: tweaks to calibration utilitiesJosh Blum2011-11-234-28/+20
|
* uhd: fixed mboard detection checks to the cal utilsJosh Blum2011-11-181-2/+2
|
* e100: added self-cal support with minor speedupsJosh Blum2011-11-164-19/+29
|
* uhd: more common code in cal utilsJosh Blum2011-11-154-101/+69
|
* uhd: support for applying cal corrections B100Josh Blum2011-11-154-4/+4
|
* uhd: added calibration usage app notes and renamed apps againJosh Blum2011-11-154-3/+3
|
* uhd: added freq options and common gain setterJosh Blum2011-11-154-29/+60
|
* uhd: different interp methods for IQ vs DCJosh Blum2011-11-145-7/+7
|
* uhd: added tx dc offset calibration + tweaksJosh Blum2011-11-145-47/+316
|
* uhd: share more common code in cal utilsJosh Blum2011-11-113-94/+56
|
* uhd: created rx IQ imbalance app to parallel txJosh Blum2011-11-114-54/+400
|
* uhd: lots of tweaks for calibration utilityJosh Blum2011-11-111-42/+46
|
* usrp: basically working iq cal on txJosh Blum2011-11-101-33/+59
|
* uhd: basically usable cal sweep for wbxJosh Blum2011-11-101-63/+152
|
* uhd: first stab at calibration appJosh Blum2011-11-092-0/+244
|
* n2xx: set default for checkrev on burner so gui still worksrelease_003_003_001Josh Blum2011-10-291-1/+1
|
* nseries: added dont check rev option to the burner appJosh Blum2011-10-241-3/+4
|
* usrp: added revision field to the dboard id classJosh Blum2011-10-101-0/+8
|
* Renaming 'usrp1_init_eeprom' to 'fx2_init_eeprom', and making it enable based onBen Hilburn2011-10-102-3/+3
| | | | ENABLE_USB rather than ENABLE_USRP1 since we also need it for B100.
* Changed the udev rules for the new B100 PID.Ben Hilburn2011-10-101-1/+1
|
* B100/USRP1: pass in VID/PID from args string so you can specify where to ↵Nick Foster2011-10-101-4/+19
| | | | look for devices if you like
* Init_eeprom: enhancements for B100/reinit of init'ed devicesNick Foster2011-10-101-2/+5
|
* uhd: updated docs usb post-install, added uhd-usrp.rulesJosh Blum2011-09-052-0/+27
|
* uhd: replace cast in usrp_burn_mb_eeprom to be like other apps (fixes ubuntu ↵Josh Blum2011-08-181-1/+1
| | | | 10.4 compiler bug)
* uhd: added readback of version and arbitrary string property to probe appJosh Blum2011-08-171-0/+13
|
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-222-8/+8
|
* usrp2: use the command function from card burner for net burner ifconfigJosh Blum2011-07-211-1/+12
|
* uhd: add get_tree call directly to the deviceJosh Blum2011-07-203-3/+3
| | | | | | Does away with the need for wax cast to get the tree. You can still do this but it will eventually be removed. There was some compiler issue on ubuntu 10.04 with any cast and a shared ptr to property tree.
* usrp: renamed ref_source to clock_source (terminology)Josh Blum2011-07-021-1/+1
|
* uhd: implement prop tree usage in utilsJosh Blum2011-06-293-35/+18
|
* uhd: loopback working on usrp2Josh Blum2011-06-291-1/+2
|
* uhd: work getting multi-usrp workingJosh Blum2011-06-281-0/+5
|
* usrp: got probe working w/ the new property treeJosh Blum2011-06-281-57/+53
|
* usrp2: restored discovery and most of io_implJosh Blum2011-06-271-1/+11
|
* Merge branch 'fw_updater'Josh Blum2011-06-162-16/+178
|\
| * N210: update burner for python3.0, added listbox for device selection in guiJosh Blum2011-06-162-21/+62
| |
| * fw_updater: windows enumeration worksJosh Blum2011-06-161-5/+9
| |