summaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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 look...Nick Foster2011-10-101-4/+19
* 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
* 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
* 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
| * fw_updater: decrease discovery timeout, modify win to return bcast instead of ipNick Foster2011-06-151-3/+2
| * fw_updater: device enumeration support, not integrated into main app yetNick Foster2011-06-151-1/+22
| * fw_updater: add broadcast addr finding for *nix/WinNick Foster2011-06-151-0/+71
| * fw_updater: add support for fictitious "rev 2" N2XXNick Foster2011-06-151-7/+7
| * N2XX: firmware stops device streaming on fw update, and updater script checks...Nick Foster2011-06-151-4/+30
* | usrp2: macosx fix, use object's strip, not str (could be unicode)Josh Blum2011-06-161-1/+1
* | usrp2: removed asserts in card burner, remove ascii decodeJosh Blum2011-06-161-14/+12
|/
* Merge branch 'master' into nextJosh Blum2011-04-305-18/+59
|\
| * usrp2: move card burner code out of get_options so get_options can be used by...Josh Blum2011-04-291-8/+8
| * usrp2: card burner protections when the user specifies a device not in the listJosh Blum2011-04-281-2/+12
| * usrp2: include dd.exe in windows installersJosh Blum2011-04-282-0/+13
| * usrp: support for grand daughter board eepromJosh Blum2011-04-262-13/+25
| * usrp1: rmmod usbtest because it interferesJosh Blum2011-04-251-0/+6
| * N210: Additional checks on both the host and firmware sides of the firmware u...Nick Foster2011-04-211-2/+21
* | N210: UDP bootloaderNick Foster2011-04-211-2/+2
* | N210: Additional checks on both the host and firmware sides of the firmware u...Nick Foster2011-04-211-2/+21
|/
* usrp2: restore executable permission on python scriptsJosh Blum2011-04-065-0/+0
* usrp2_card_burner: decode byte strings into ascii for parsingJosh Blum2011-04-061-3/+3
* usrp2_card_burner: change the padding string to bytesJosh Blum2011-04-051-2/+2
* usrp_n2xx_net_burner: working on python3 (string is not the same as bytes)Josh Blum2011-04-051-28/+17