aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Josh Blum2013-08-231-0/+8
|\
| * uhd: fix get_xx_freq_range to use analog bw/2Josh Blum2013-08-231-0/+8
| | | | | | | | | | | | The proper equation should be: max_freq = max_lo + min(adc/2, bw/2) - sr/2
* | uhd: added UHD_HEX helpful print macroJosh Blum2013-08-231-1/+6
| |
* | uhd: allow for 16 bit i2c and eeprom addrsJosh Blum2013-07-241-6/+9
| |
* | b100: moved usb wrapper class into b100 implJosh Blum2013-07-191-19/+1
| | | | | | | | * since its only used internally in b100
* | uhd: bump abi string for previous changesJosh Blum2013-07-151-1/+1
| |
* | usb: added timeout param and additional queriesJosh Blum2013-07-152-5/+19
| |
* | uhd: added new calls to streamer object + support workJosh Blum2013-07-156-22/+77
| | | | | | | | | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API.
* | uhd: added virtual destructors for several interface classesJosh Blum2013-07-153-2/+14
| |
* | Merge branch 'maint'Nicholas Corgan2013-05-105-7/+7
|\| | | | | | | | | Conflicts: host/tests/CMakeLists.txt
| * Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-105-7/+7
| | | | | | | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration
* | Merge branch 'maint'Josh Blum2013-04-121-12/+41
|\| | | | | | | | | Conflicts: host/tests/time_spec_test.cpp
| * uhd: switch the reusable barrier to condition variablesJosh Blum2013-04-121-12/+41
| | | | | | | | | | | | This allows the converter threads in a multi-threaded streamer to wait quietly. In addition, the use of two barriers in the packet handlers was reduced to one, by adding a simple exit barrier inside the reusable barrier's wait method.
* | uhd: increment UHD_VERSION_ABI_STRING "3.6.0-0"Josh Blum2013-01-231-2/+2
| | | | | | | | | | | | | | Added tune args to tune request. Thefore the API of the master branch does not match 3.5.* release, by this system, the compat string should be the unrelease 3.6 - w/ compat -0. The -0 may increase w/ future ABI/API changes before 3.6 release.
* | Merge branch 'next'Josh Blum2013-01-231-1/+14
|\ \
| * | uhd: added args member to tune_request objectJosh Blum2012-11-211-1/+14
| |/
* | Merge branch 'fhs_work'Josh Blum2013-01-231-2/+2
|\ \ | |/ |/|
| * uhd: work on moving binaries to lib/uhdJosh Blum2012-11-081-2/+2
| |
* | Merge branch 'maint34' into maintJosh Blum2012-11-101-5/+5
|\ \ | |/ |/|
| * uhd: make stream cmd enums easier on SWIGJosh Blum2012-11-101-5/+5
| |
* | uhd: added barrier interrupt to work around thread issueJosh Blum2012-10-291-0/+11
| | | | | | | | | | Force the barrier wait to throw a boost::thread_interrupted The threads were not getting the interruption_point on windows.
* | uhd: added boost version header to define BOOST_VERSIONJosh Blum2012-08-301-0/+1
| |
* | uhd: special case boost versions for ipc namespaceJosh Blum2012-08-081-5/+11
| |
* | Merge branch 'master' into nextJosh Blum2012-07-161-1/+1
|\ \
| * | Merge branch 'maint'Josh Blum2012-07-061-1/+1
| |\|
| | * uhd: docstring typo fix version.hppJosh Blum2012-07-041-1/+1
| | |
* | | uhd: make range_t a lightweight objectJosh Blum2012-07-042-4/+3
| | |
* | | uhd: added header with misc atomic wrappersJosh Blum2012-07-022-1/+145
|/ /
* | uhd: docstring - sc8 is a possible cpu typeJosh Blum2012-06-281-1/+1
| |
* | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵Nicholas Corgan2012-06-071-1/+16
| | | | | | | | the current host code and places them in the images directory
* | uhd: added uhd::get_pkg_data_pathJosh Blum2012-06-051-1/+4
| |
* | usrp: mboard eeprom map use string as keyJosh Blum2012-05-141-13/+5
| |
* | uhd: bump ABI compat for multi_usrp changeJosh Blum2012-05-101-1/+1
| |
* | Examples - Test Daughterboard Coercion: moves across the frequency and gain ↵Nicholas Corgan2012-05-101-0/+14
| | | | | | | | ranges of a daughterboard and tests whether or not it can tune/lock at all advertised frequencies and gains
* | convert: added prio param to get converterJosh Blum2012-04-271-2/+6
| | | | | | | | We can now test generic conversion implementations against SIMD (for example)
* | include: updated multi_usrp's help descriptions for USRP info functionsNicholas Corgan2012-04-251-2/+2
| |
* | Merge branch 'maint'Josh Blum2012-04-231-2/+2
|\|
| * uhd: fix missing API export for tasks.hppJosh Blum2012-04-231-2/+2
| |
* | uhd: squashed transport workJosh Blum2012-04-231-63/+43
| |
* | Merge branch 'maint'Josh Blum2012-04-181-2/+2
|\|
| * master: Fixing comments that say SPI is LSB.Ben Hilburn2012-04-181-2/+2
| |
* | uhd: changed ABI compat string to 3.4.0-1 for new multi usrp additionsJosh Blum2012-04-051-1/+1
| |
* | lib: corrected multi_usrp docsNicholas Corgan2012-04-041-2/+0
| |
* | lib: multi_usrp can now output motherboard and daughterboard data in a ↵Nicholas Corgan2012-04-041-1/+22
|/ | | | dictionary form
* uhd: add calls to query an ABI compat stringJosh Blum2012-03-211-1/+15
|
* uhd: added fullscale option stream argJosh Blum2012-03-111-1/+6
|
* uhd: added async md user payload and common utilsJosh Blum2012-02-141-3/+12
|
* uhd: inline time spec accessors for minor improvementJosh Blum2012-02-131-0/+8
|
* dsp rework: implement 64 bit ticks, no secondsJosh Blum2012-02-061-2/+18
|
* dsp rework: tx trailer, scaling work (peak)Josh Blum2012-01-311-4/+5
|