summaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into usrp_e_nextJosh Blum2010-09-305-20/+34
|\
| * Merge branch 'tvrx_uhd'Josh Blum2010-09-301-0/+9
| |\
| | * usrp: added get codec rate to dboard ifaceJosh Blum2010-09-291-0/+9
| | |
| * | uhd: implemented recv timeout for zero copy interfaceJosh Blum2010-09-301-3/+8
| |/
| * usrp: transfer resize options and documentationJosh Blum2010-09-291-9/+15
| |
| * usb: submit should return ssize_t, usrp1: set hash before reset after fw loadJosh Blum2010-09-281-2/+2
| |
| * usb: work on libusb code to use a single context across all callsJosh Blum2010-09-251-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
* | Remove BIT macroPhilip Balister2010-09-261-2/+2
| |
* | Merge branch 'master' into usrp_eJosh Blum2010-09-249-59/+201
|\| | | | | | | | | Conflicts: host/CMakeLists.txt
| * libusb: various minor code tweaksJosh Blum2010-09-232-7/+7
| |
| * usrp1: implemented multi-channel dsp control of shift freqJosh Blum2010-09-203-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 namesJosh Blum2010-09-205-40/+174
| |
* | Read the ring buffer size from the kernel and use that to set up thePhilip Balister2010-09-211-18/+17
| | | | | | | | structures that read and write the ring buffer.
* | Allow programs to find usrp_e.h header, even if it is not installed in ↵Philip Balister2010-09-091-0/+88
| | | | | | | | /usr/include/linux.
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-097-9/+290
|\|
| * Merge branch 'usrp1' of ettus.sourcerepo.com:ettus/uhdpriv into usrp1Nick Foster2010-08-314-9/+81
| |\
| | * usrp1: subdev spec tweaks and docsJosh Blum2010-08-301-9/+0
| | |
| | * Merge branch 'convert_types' into usrp1Josh Blum2010-08-303-0/+81
| | |\
| | | * uhd: added interleave/de-interleave type conversion routinesJosh Blum2010-08-303-0/+81
| | | |
| * | | EEPROM burning in UHD. Changed some USB device handle stuff. Added ↵Nick Foster2010-08-311-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 usrp1Thomas Tsou2010-08-262-0/+13
| |\|
| * | Merge branch 'usrp1_next' into usrp1Thomas Tsou2010-08-266-69/+86
| |\ \
| | * | usrp1: Modifiy USB interfaces to use new device handleThomas Tsou2010-08-266-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 usrp1Josh Blum2010-08-192-0/+39
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into usrp1_nextJosh Blum2010-08-153-0/+169
| |\ \ \
| * \ \ \ Merge branch 'next' into usrp1Josh Blum2010-08-154-18/+67
| |\ \ \ \
| * | | | | usrp1: Add USB transport interfacesThomas Tsou2010-08-135-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.
* | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-242-0/+13
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | usrp: added get dboard iface to simple wrapper, and set gpio debug to dboard ↵Josh Blum2010-08-232-0/+13
| | |_|_|/ | |/| | | | | | | | | | | | | iface
* | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-232-0/+39
|\| | | |
| * | | | uhd: added image utils code to search the images paths for image filesJosh Blum2010-08-192-0/+39
| | |_|/ | |/| |
* | | | Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mergeJosh Blum2010-08-176-18/+215
|\| | |
| * | | usrp: use different priority policies for gain group (rx vs tx)Josh Blum2010-08-151-1/+15
| | | |
| * | | usrp: moved usrp utils into public include spaceJosh Blum2010-08-153-0/+155
| | |/ | |/|
| * | uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-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 Blum2010-08-151-1/+1
| | | | | | | | | | | | not provided
| * | usrp: replaced mboard name with special props for dboard ifaceJosh Blum2010-08-141-3/+26
| | |
* | | Merge branch 'split_string' of ettus.sourcerepo.com:ettus/uhdpriv into ↵Josh Blum2010-08-121-0/+21
|\| | | | | | | | | | | usrp_e_merge
| * | uhd: made split string utility functionJosh Blum2010-08-121-0/+21
| |/
* | Merge branch 'subdev_spec' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-111-1/+2
|\|
| * usrp: needed default constructor for MSVC, fixed gain group float warningsJosh Blum2010-08-111-1/+2
| |
* | usrp-e: fixed warnings and errors, missing subdev spec stuffJosh Blum2010-08-111-2/+1
|/
* usrp: added api call to get the subdev specJosh Blum2010-08-092-0/+4
|
* uhd: fix device recv docs on timeout, also fix typoJosh Blum2010-08-081-6/+1
|
* Merge branch 'codec_gains'Josh Blum2010-08-068-112/+135
|\ | | | | | | | | | | | | Conflicts: host/lib/usrp/mimo_usrp.cpp host/lib/usrp/simple_usrp.cpp host/test/CMakeLists.txt
| * Merge branch 'master' into codec_gainsJosh Blum2010-08-042-3/+17
| |\ | | | | | | | | | | | | | | | Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp
| * | usrp: removed gain handler code (replaced by gain group)Josh Blum2010-07-272-91/+0
| | |
| * | usrp: added gain group support usrp2 dboard and to wrapper implementationsJosh Blum2010-07-271-1/+2
| | |
| * | uhd: added gain group and unit testing for itJosh Blum2010-07-272-0/+86
| | |
| * | usrp: added codec gains propsJosh Blum2010-07-275-21/+48
| | |