Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 3 | -1/+10 |
| | |||||
* | Merge branch 'bug182' | Nicholas Corgan | 2013-11-19 | 1 | -0/+6 |
|\ | |||||
| * | BUG #182: Refactored b2xx_fx3_utils to use files from UHD | Michael West | 2013-11-15 | 1 | -0/+6 |
| | | |||||
* | | b200/dtor-stall: fixed bug that stalled b200 on shutdown. | Johannes Demel | 2013-11-19 | 4 | -1/+76 |
|/ | |||||
* | uhd: wb_iface is now a public interface | Josh Blum | 2013-10-04 | 2 | -0/+83 |
| | |||||
* | Merge branch 'maint' | Josh Blum | 2013-08-23 | 1 | -0/+8 |
|\ | |||||
| * | uhd: fix get_xx_freq_range to use analog bw/2 | Josh Blum | 2013-08-23 | 1 | -0/+8 |
| | | | | | | | | | | | | The proper equation should be: max_freq = max_lo + min(adc/2, bw/2) - sr/2 | ||||
* | | uhd: added UHD_HEX helpful print macro | Josh Blum | 2013-08-23 | 1 | -1/+6 |
| | | |||||
* | | uhd: allow for 16 bit i2c and eeprom addrs | Josh Blum | 2013-07-24 | 1 | -6/+9 |
| | | |||||
* | | b100: moved usb wrapper class into b100 impl | Josh Blum | 2013-07-19 | 1 | -19/+1 |
| | | | | | | | | * since its only used internally in b100 | ||||
* | | uhd: bump abi string for previous changes | Josh Blum | 2013-07-15 | 1 | -1/+1 |
| | | |||||
* | | usb: added timeout param and additional queries | Josh Blum | 2013-07-15 | 2 | -5/+19 |
| | | |||||
* | | uhd: added new calls to streamer object + support work | Josh Blum | 2013-07-15 | 6 | -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 classes | Josh Blum | 2013-07-15 | 3 | -2/+14 |
| | | |||||
* | | Merge branch 'maint' | Nicholas Corgan | 2013-05-10 | 5 | -7/+7 |
|\| | | | | | | | | | Conflicts: host/tests/CMakeLists.txt | ||||
| * | Added CMake variables to customize builds to match Debian package configurations | Nicholas Corgan | 2013-05-10 | 5 | -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 Blum | 2013-04-12 | 1 | -12/+41 |
|\| | | | | | | | | | Conflicts: host/tests/time_spec_test.cpp | ||||
| * | uhd: switch the reusable barrier to condition variables | Josh Blum | 2013-04-12 | 1 | -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 Blum | 2013-01-23 | 1 | -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 Blum | 2013-01-23 | 1 | -1/+14 |
|\ \ | |||||
| * | | uhd: added args member to tune_request object | Josh Blum | 2012-11-21 | 1 | -1/+14 |
| |/ | |||||
* | | Merge branch 'fhs_work' | Josh Blum | 2013-01-23 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | uhd: work on moving binaries to lib/uhd | Josh Blum | 2012-11-08 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint34' into maint | Josh Blum | 2012-11-10 | 1 | -5/+5 |
|\ \ | |/ |/| | |||||
| * | uhd: make stream cmd enums easier on SWIG | Josh Blum | 2012-11-10 | 1 | -5/+5 |
| | | |||||
* | | uhd: added barrier interrupt to work around thread issue | Josh Blum | 2012-10-29 | 1 | -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_VERSION | Josh Blum | 2012-08-30 | 1 | -0/+1 |
| | | |||||
* | | uhd: special case boost versions for ipc namespace | Josh Blum | 2012-08-08 | 1 | -5/+11 |
| | | |||||
* | | Merge branch 'master' into next | Josh Blum | 2012-07-16 | 1 | -1/+1 |
|\ \ | |||||
| * | | Merge branch 'maint' | Josh Blum | 2012-07-06 | 1 | -1/+1 |
| |\| | |||||
| | * | uhd: docstring typo fix version.hpp | Josh Blum | 2012-07-04 | 1 | -1/+1 |
| | | | |||||
* | | | uhd: make range_t a lightweight object | Josh Blum | 2012-07-04 | 2 | -4/+3 |
| | | | |||||
* | | | uhd: added header with misc atomic wrappers | Josh Blum | 2012-07-02 | 2 | -1/+145 |
|/ / | |||||
* | | uhd: docstring - sc8 is a possible cpu type | Josh Blum | 2012-06-28 | 1 | -1/+1 |
| | | |||||
* | | utils: UHD Image Downloader - downloads firmware/FPGA images compatible with ↵ | Nicholas Corgan | 2012-06-07 | 1 | -1/+16 |
| | | | | | | | | the current host code and places them in the images directory | ||||
* | | uhd: added uhd::get_pkg_data_path | Josh Blum | 2012-06-05 | 1 | -1/+4 |
| | | |||||
* | | usrp: mboard eeprom map use string as key | Josh Blum | 2012-05-14 | 1 | -13/+5 |
| | | |||||
* | | uhd: bump ABI compat for multi_usrp change | Josh Blum | 2012-05-10 | 1 | -1/+1 |
| | | |||||
* | | Examples - Test Daughterboard Coercion: moves across the frequency and gain ↵ | Nicholas Corgan | 2012-05-10 | 1 | -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 converter | Josh Blum | 2012-04-27 | 1 | -2/+6 |
| | | | | | | | | We can now test generic conversion implementations against SIMD (for example) | ||||
* | | include: updated multi_usrp's help descriptions for USRP info functions | Nicholas Corgan | 2012-04-25 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-04-23 | 1 | -2/+2 |
|\| | |||||
| * | uhd: fix missing API export for tasks.hpp | Josh Blum | 2012-04-23 | 1 | -2/+2 |
| | | |||||
* | | uhd: squashed transport work | Josh Blum | 2012-04-23 | 1 | -63/+43 |
| | | |||||
* | | Merge branch 'maint' | Josh Blum | 2012-04-18 | 1 | -2/+2 |
|\| | |||||
| * | master: Fixing comments that say SPI is LSB. | Ben Hilburn | 2012-04-18 | 1 | -2/+2 |
| | | |||||
* | | uhd: changed ABI compat string to 3.4.0-1 for new multi usrp additions | Josh Blum | 2012-04-05 | 1 | -1/+1 |
| | | |||||
* | | lib: corrected multi_usrp docs | Nicholas Corgan | 2012-04-04 | 1 | -2/+0 |
| | | |||||
* | | lib: multi_usrp can now output motherboard and daughterboard data in a ↵ | Nicholas Corgan | 2012-04-04 | 1 | -1/+22 |
|/ | | | | dictionary form | ||||
* | uhd: add calls to query an ABI compat string | Josh Blum | 2012-03-21 | 1 | -1/+15 |
| |