summaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * 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 ↵Nick Foster2011-06-151-4/+30
| | | | | | | | checks hw rev before proceeding
* | 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
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp
| * usrp2: move card burner code out of get_options so get_options can be used ↵Josh Blum2011-04-291-8/+8
| | | | | | | | by the gui without interference
| * 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
| | | | | | | | uhd build system downloads dd.exe from ettus.com so we dont have to check it in
| * 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 ↵Nick Foster2011-04-211-2/+21
| | | | | | | | updater.
* | N210: UDP bootloaderNick Foster2011-04-211-2/+2
| |
* | N210: Additional checks on both the host and firmware sides of the firmware ↵Nick Foster2011-04-211-2/+21
|/ | | | updater.
* 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
|
* usrp_n2xx_net_burner: remove thread from guiJosh Blum2011-04-051-4/+5
| | | | | | tkinter is far too confused to handle threading and events the calls to update in the progress/sttus callbacks keep the gui refreshed
* usrp2: ran 2to3 on python apps and make corrections for old imports to workJosh Blum2011-04-055-131/+149
|
* usrp2: added usrp_n2xx_net_burner_gui to build system installationJosh Blum2011-03-262-0/+1
|
* usrp2: created net burner gui wrapper for N seriesJosh Blum2011-03-262-23/+219
| | | | | | | | | | | The gui looks and works much like the card burner gui. However, the possible devices are not enumerated. Handles errors, resetting, and showing progress. Added hooks to net burner for progress callbacks (progress meter). Changed --ip option to --addr (any resolvable address will work). Fixes issue with "timeout" on reset, by catching socket.timeout. Updated the manual to reflect using the gui app and --addr option.
* uhd: setup cpack components for component based installersJosh Blum2011-03-211-2/+3
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* uhd: switch dboard id prop to whole eeprom structJosh Blum2011-02-221-13/+16
| | | | | | modified implementation code and burner app also made dboard manager use safe constructor that will use none ids if construction fails
* usrp-n2xx: checkout burner into next branchJosh Blum2011-02-191-227/+224
|
* Modified net burner to allow reading of images from N2XX.Nick Foster2011-02-141-2/+51
|
* Merge branch 'usrp_e100_devel' into nextJosh Blum2011-02-107-1028/+1
|\ | | | | | | | | Conflicts: host/lib/usrp/usrp_e100/io_impl.cpp
| * usrp-e100: created component for stand-alone usrp-e utils and added wb test utilJosh Blum2011-01-237-1028/+1
| |
* | Modified the net burner util to perform size and content checks on images.Nick Foster2011-01-281-1/+36
|/
* usrp-e100: added readbacks for time now and time ppsJosh Blum2011-01-123-197/+3
| | | | | | incremented fpga compat number added slave 7 to regs map removed old copy of regs map
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|