aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp1: Wait for USB device renumeration only when necessaryThomas Tsou2010-08-271-3/+0
| | | | | | Waiting for FX2 renumeration is only needed after a firmware load so move it out of the main device discovery loop and into the firmware load itself.
* usrp1: Fix fpga load issue by increasing delay after firmware loadThomas Tsou2010-08-271-1/+1
| | | | 500ms is not enough. 1-2 seconds is suitable.
* Merge branch 'usrp1_next' into usrp1Thomas Tsou2010-08-261-18/+27
|\
| * usrp1: Modifiy USB transport implementations to use new interfaceThomas Tsou2010-08-261-16/+21
| | | | | | | | Common libusb1 code is consolidated in the libusb base file.
| * usrp1: Refactor mboard tuning codeThomas Tsou2010-08-181-2/+6
| |
* | usrp1: images for usrp1, makefile checks for image generation dependenciesJosh Blum2010-08-191-12/+22
|/
* usrp1: created daughterboard dualityJosh Blum2010-08-151-3/+10
| | | | | | everything that should have two is now stored into a dictionary of slot to type the set and get functions are now bound with a third argument for dboard slot the dboard iface has yet to be completed with the correct registers for a vs b
* usrp1: compiling off next branchJosh Blum2010-08-151-3/+2
| | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+196