aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp1: safe destruction for usrp1 deviceJosh Blum2011-03-101-1/+11
|
* Merge branch 'master' into nextJosh Blum2011-03-031-14/+14
|\ | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp
| * usrp1: check for fw images only for uninitialized devicesJosh Blum2011-03-021-14/+14
| | | | | | | | this prevents excessive warnings when usrp1 is not attached
* | 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
* usrp1: work on usrp1 hardware compat with the apiJosh Blum2011-01-171-7/+1
| | | | | | today we added shutoff the DAC when not transmitting using EOB as an indicator added various other features and cleaned up code for soft time control
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
|
* usrp1: implement soft time ctrl for send at, recv atJosh Blum2011-01-131-0/+4
|
* usrp: implement name checking on dicovery (all platforms), separate usb ↵Josh Blum2010-11-051-2/+11
| | | | serial from serial (for now)
* uhd: added dict get method, used in usrp1 image loadingJosh Blum2010-10-311-4/+2
|
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-261-1/+1
| | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable
* uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-30/+18
| | | | | | | | | | the device address gives a key, value pair of infinite optional capabilities added a cast option to the device address to cast string to type T added call to the zero_copy_if to get send and recv frame sizes changed the usrp2 impl to calculate recv/send spp from the data transport
* uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-2/+2
| | | | | | | | converted all size_t timeout_ms to double timeout bounded and alignment buffer now take double timeout added timeout to device::send and zero_copy_if::get_send_buff
* usb: catch open errors and print message, device: catch exceptions at ↵Josh Blum2010-10-011-15/+13
| | | | discovery time
* usrp: transfer resize options and documentationJosh Blum2010-09-291-6/+20
|
* Merge branch 'master' into libusbJosh Blum2010-09-281-1/+4
|\
| * usrp1: filter the discovery routine on the serialJosh Blum2010-09-271-1/+4
| |
* | usrp1: move the get handles call into the for loop scope to facilitate ↵Josh Blum2010-09-281-8/+7
|/ | | | decontruction
* usrp1: fixes to remove warnings and errors for usrp1 + libusb windowsJosh Blum2010-09-231-1/+1
|
* Removed USRP1 firmware path debug messagesNick Foster2010-08-311-2/+2
|
* Merge branch 'usrp1' of ettus.sourcerepo.com:ettus/uhdpriv into usrp1Nick Foster2010-08-311-3/+19
|\
| * usrp1: Fedora sdcc note and change fw error to warning (find should not error)Josh Blum2010-08-311-3/+14
| |
| * usrp1: init the subdev specs so they will be non-emptyJosh Blum2010-08-301-0/+5
| |
* | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵Nick Foster2010-08-311-16/+18
|/ | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX.
* 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