Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp2: use select rather than manually polling the simple udp socket | Josh Blum | 2010-10-11 | 1 | -2/+2 |
| | |||||
* | usrp2: use 32-bit flow control sequence numbers | Josh Blum | 2010-10-11 | 1 | -2/+2 |
| | |||||
* | usrp: comments for set subdev spec in single usrp | Josh Blum | 2010-10-08 | 1 | -0/+10 |
| | |||||
* | usrp: added calls to get subdev and mboard canonical names | Josh Blum | 2010-10-08 | 1 | -3/+13 |
| | |||||
* | Merge branch 'subdev_enable' into next | Josh Blum | 2010-10-08 | 2 | -1/+6 |
|\ | |||||
| * | usrp: added subdev enabled property | Josh Blum | 2010-09-30 | 2 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | the dboard manager will disable all subdevs at startup and shutdown setting the subdev spec will enable only the subdevs in use all dboards are currently implemented as always enabled nothing tested | ||||
* | | udp: worked blocking send back into udp transport, enable async with #define | Josh Blum | 2010-10-08 | 2 | -18/+29 |
| | | | | | | | | tweaked some code in bounded buffer | ||||
* | | uhd: replaced frame params for the zero copy interfaces with a device address | Josh Blum | 2010-10-05 | 5 | -24/+48 |
| | | | | | | | | | | | | | | | | | | | | 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: bounded buffer pop sets back element to empty to decrement references | Josh Blum | 2010-10-04 | 1 | -2/+14 |
| | | |||||
* | | uhd: reworked the zero copy interface | Josh Blum | 2010-10-02 | 1 | -78/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - recv buffers have a release call - safe make function for recv buffers (buff + release callback) - send buffer commits now have a void return - safe make function for send buffers (buff + commit callback) The reason for the void return from commit is that ssize_t num_bytes was never returning anything of use. That is for all of the zero copy implementations so far, commit cannot really error (being asynchronous). libusb zero copy impl was reworked to support the new interface. USRP1 io_impl with the psuedo managed buffer was replaced with safe_make. Also, usrp1 io_impl was simplified greatly due to commit returning void now. UDP zero copy asio was disabled (in this commit, until its reworked). Phony send and recv interfaces were removed completely. | ||||
* | | uhd: implemented a double timeout (in seconds) for send and recv chains | Josh Blum | 2010-10-01 | 7 | -51/+54 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | | Made usb_device_handle UHD_API. | Nick Foster | 2010-09-30 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'tvrx_uhd' | Josh Blum | 2010-09-30 | 1 | -0/+9 |
|\ \ | |||||
| * | | usrp: added get codec rate to dboard iface | Josh Blum | 2010-09-29 | 1 | -0/+9 |
| |/ | |||||
* / | uhd: implemented recv timeout for zero copy interface | Josh Blum | 2010-09-30 | 1 | -3/+8 |
|/ | |||||
* | usrp: transfer resize options and documentation | Josh Blum | 2010-09-29 | 1 | -9/+15 |
| | |||||
* | usb: submit should return ssize_t, usrp1: set hash before reset after fw load | Josh Blum | 2010-09-28 | 1 | -2/+2 |
| | |||||
* | usb: work on libusb code to use a single context across all calls | Josh Blum | 2010-09-25 | 1 | -6/+0 |
| | | | | | | | | libusb allocation stuff had been moved inside of smart pointer classes to handle automatic cleanup the public device handle implementation now holds an actual libusb device inside of it needs testing - all platforms | ||||
* | libusb: various minor code tweaks | Josh Blum | 2010-09-23 | 2 | -7/+7 |
| | |||||
* | usrp1: implemented multi-channel dsp control of shift freq | Josh Blum | 2010-09-20 | 3 | -12/+20 |
| | | | | | | usrp: simple usrp calls into single usrp and prints deprecation warning usrp: tune helper now supports multi-channel dsps | ||||
* | uhd: added single usrp interface, added usrp1 properties to prop names | Josh Blum | 2010-09-20 | 5 | -40/+174 |
| | |||||
* | Merge branch 'usrp1' of ettus.sourcerepo.com:ettus/uhdpriv into usrp1 | Nick Foster | 2010-08-31 | 4 | -9/+81 |
|\ | |||||
| * | usrp1: subdev spec tweaks and docs | Josh Blum | 2010-08-30 | 1 | -9/+0 |
| | | |||||
| * | Merge branch 'convert_types' into usrp1 | Josh Blum | 2010-08-30 | 3 | -0/+81 |
| |\ | |||||
| | * | uhd: added interleave/de-interleave type conversion routines | Josh Blum | 2010-08-30 | 3 | -0/+81 |
| | | | |||||
* | | | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵ | Nick Foster | 2010-08-31 | 1 | -2/+2 |
|/ / | | | | | | | usrp_init_eeprom.cpp. Hacked up the firmware makefile to behave and to generate .bin EEPROM images instead of IHX. | ||||
* | | Merge branch 'convert_types' into usrp1 | Thomas Tsou | 2010-08-26 | 2 | -0/+13 |
|\| | |||||
| * | usrp: added get dboard iface to simple wrapper, and set gpio debug to dboard ↵ | Josh Blum | 2010-08-23 | 2 | -0/+13 |
| | | | | | | | | iface | ||||
* | | Merge branch 'usrp1_next' into usrp1 | Thomas Tsou | 2010-08-26 | 6 | -69/+86 |
|\ \ | |||||
| * | | usrp1: Modifiy USB interfaces to use new device handle | Thomas Tsou | 2010-08-26 | 6 | -69/+86 |
| | | | | | | | | | | | | | | | | | | | | | The interface previously defined a descriptor type, which is now replaced with a generalized handle. This change provides more flexibility in implementations that may pass internal representations of device handles or identifier objects. | ||||
* | | | Merge branch 'master' into usrp1 | Josh Blum | 2010-08-19 | 2 | -0/+39 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | uhd: added image utils code to search the images paths for image files | Josh Blum | 2010-08-19 | 2 | -0/+39 |
| | | |||||
* | | Merge branch 'next' into usrp1_next | Josh Blum | 2010-08-15 | 3 | -0/+169 |
|\| | |||||
| * | usrp: use different priority policies for gain group (rx vs tx) | Josh Blum | 2010-08-15 | 1 | -1/+15 |
| | | |||||
| * | usrp: moved usrp utils into public include space | Josh Blum | 2010-08-15 | 3 | -0/+155 |
| | | |||||
* | | Merge branch 'next' into usrp1 | Josh Blum | 2010-08-15 | 4 | -18/+67 |
|\| | |||||
| * | uhd: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -14/+19 |
| | | | | | | | | simplifies the code after the property set/get declaration | ||||
| * | usrp: give dboards a name (not a blank string), do automatic selection when ↵ | Josh Blum | 2010-08-15 | 1 | -1/+1 |
| | | | | | | | | not provided | ||||
| * | usrp: replaced mboard name with special props for dboard iface | Josh Blum | 2010-08-14 | 1 | -3/+26 |
| | | |||||
| * | uhd: made split string utility function | Josh Blum | 2010-08-12 | 1 | -0/+21 |
| | | |||||
* | | usrp1: Add USB transport interfaces | Thomas Tsou | 2010-08-13 | 5 | -0/+192 |
|/ | | | | | | | | | This patch adds generic interfaces for control and zero-copy transport of data between the host and a slave device. The interfaces are separate and generic to accommodate multiple implementations that may include cross platform libraries such as libusb or a platform specific implementation such as Linux usbfs. | ||||
* | usrp: needed default constructor for MSVC, fixed gain group float warnings | Josh Blum | 2010-08-11 | 1 | -1/+2 |
| | |||||
* | usrp: added api call to get the subdev spec | Josh Blum | 2010-08-09 | 2 | -0/+4 |
| | |||||
* | uhd: fix device recv docs on timeout, also fix typo | Josh Blum | 2010-08-08 | 1 | -6/+1 |
| | |||||
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 8 | -112/+135 |
|\ | | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt | ||||
| * | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 2 | -3/+17 |
| |\ | | | | | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp | ||||
| * | | usrp: removed gain handler code (replaced by gain group) | Josh Blum | 2010-07-27 | 2 | -91/+0 |
| | | | |||||
| * | | usrp: added gain group support usrp2 dboard and to wrapper implementations | Josh Blum | 2010-07-27 | 1 | -1/+2 |
| | | | |||||
| * | | uhd: added gain group and unit testing for it | Josh Blum | 2010-07-27 | 2 | -0/+86 |
| | | | |||||
| * | | usrp: added codec gains props | Josh Blum | 2010-07-27 | 5 | -21/+48 |
| | | |