Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp1: safe destruction for usrp1 device | Josh Blum | 2011-03-10 | 1 | -1/+11 |
| | |||||
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -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 devices | Josh Blum | 2011-03-02 | 1 | -14/+14 |
| | | | | | | | | this prevents excessive warnings when usrp1 is not attached | ||||
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -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 api | Josh Blum | 2011-01-17 | 1 | -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 code | Josh Blum | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | usrp1: implement soft time ctrl for send at, recv at | Josh Blum | 2011-01-13 | 1 | -0/+4 |
| | |||||
* | usrp: implement name checking on dicovery (all platforms), separate usb ↵ | Josh Blum | 2010-11-05 | 1 | -2/+11 |
| | | | | serial from serial (for now) | ||||
* | uhd: added dict get method, used in usrp1 image loading | Josh Blum | 2010-10-31 | 1 | -4/+2 |
| | |||||
* | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 1 | -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 address | Josh Blum | 2010-10-05 | 1 | -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 chains | Josh Blum | 2010-10-01 | 1 | -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 Blum | 2010-10-01 | 1 | -15/+13 |
| | | | | discovery time | ||||
* | usrp: transfer resize options and documentation | Josh Blum | 2010-09-29 | 1 | -6/+20 |
| | |||||
* | Merge branch 'master' into libusb | Josh Blum | 2010-09-28 | 1 | -1/+4 |
|\ | |||||
| * | usrp1: filter the discovery routine on the serial | Josh Blum | 2010-09-27 | 1 | -1/+4 |
| | | |||||
* | | usrp1: move the get handles call into the for loop scope to facilitate ↵ | Josh Blum | 2010-09-28 | 1 | -8/+7 |
|/ | | | | decontruction | ||||
* | usrp1: fixes to remove warnings and errors for usrp1 + libusb windows | Josh Blum | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Removed USRP1 firmware path debug messages | Nick Foster | 2010-08-31 | 1 | -2/+2 |
| | |||||
* | Merge branch 'usrp1' of ettus.sourcerepo.com:ettus/uhdpriv into usrp1 | Nick Foster | 2010-08-31 | 1 | -3/+19 |
|\ | |||||
| * | usrp1: Fedora sdcc note and change fw error to warning (find should not error) | Josh Blum | 2010-08-31 | 1 | -3/+14 |
| | | |||||
| * | usrp1: init the subdev specs so they will be non-empty | Josh Blum | 2010-08-30 | 1 | -0/+5 |
| | | |||||
* | | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 1 | -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 necessary | Thomas Tsou | 2010-08-27 | 1 | -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 load | Thomas Tsou | 2010-08-27 | 1 | -1/+1 |
| | | | | 500ms is not enough. 1-2 seconds is suitable. | ||||
* | Merge branch 'usrp1_next' into usrp1 | Thomas Tsou | 2010-08-26 | 1 | -18/+27 |
|\ | |||||
| * | usrp1: Modifiy USB transport implementations to use new interface | Thomas Tsou | 2010-08-26 | 1 | -16/+21 |
| | | | | | | | | Common libusb1 code is consolidated in the libusb base file. | ||||
| * | usrp1: Refactor mboard tuning code | Thomas Tsou | 2010-08-18 | 1 | -2/+6 |
| | | |||||
* | | usrp1: images for usrp1, makefile checks for image generation dependencies | Josh Blum | 2010-08-19 | 1 | -12/+22 |
|/ | |||||
* | usrp1: created daughterboard duality | Josh Blum | 2010-08-15 | 1 | -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 branch | Josh Blum | 2010-08-15 | 1 | -3/+2 |
| | | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control | ||||
* | usrp1: Add usrp1 implementation | Thomas Tsou | 2010-08-13 | 1 | -0/+196 |