Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | 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 | ||||
* | 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. | ||||
* | 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 |
| | |||||
* | uhd: added fullscale option stream arg | Josh Blum | 2012-03-11 | 1 | -1/+6 |
| | |||||
* | uhd: added async md user payload and common utils | Josh Blum | 2012-02-14 | 1 | -3/+12 |
| | |||||
* | uhd: inline time spec accessors for minor improvement | Josh Blum | 2012-02-13 | 1 | -0/+8 |
| | |||||
* | dsp rework: implement 64 bit ticks, no seconds | Josh Blum | 2012-02-06 | 1 | -2/+18 |
| | |||||
* | dsp rework: tx trailer, scaling work (peak) | Josh Blum | 2012-01-31 | 1 | -4/+5 |
| | |||||
* | gen2: added user setting regs api and user core | Josh Blum | 2012-01-31 | 1 | -0/+10 |
| | |||||
* | dsp rework: implemented new scalefactor in rx dsp core | Josh Blum | 2012-01-31 | 1 | -2/+3 |
| | |||||
* | uhd: add samples per pkt option to rx streamer | Josh Blum | 2012-01-26 | 1 | -0/+5 |
| | |||||
* | uhd: fixes that make uhd compile on freebsd | Josh Blum | 2011-12-30 | 1 | -1/+1 |
| | | | | | Fixes gcc version check in byteswap. Fixes typo in thread prio. | ||||
* | Merge branch 'network_foo' | Josh Blum | 2011-12-21 | 1 | -0/+6 |
|\ | |||||
| * | usrp2: use the socket to determine the device addr | Josh Blum | 2011-12-20 | 1 | -0/+6 |
| | | |||||
* | | usrp: added underflow_policy to tx streamer args | Josh Blum | 2011-12-20 | 1 | -0/+6 |
|/ | |||||
* | usrp: added mboard param to set time next pps | Josh Blum | 2011-12-12 | 1 | -1/+2 |
| | |||||
* | uhd: work with stream clearing | Josh Blum | 2011-12-05 | 1 | -0/+4 |
| | | | | | | | | dont clear when using the compat device API tx clear also resets expected seqnum tx clear on usrp2 resets flow control monitor | ||||
* | uhd: fix so MSVC client apps dont rely on min/max | Josh Blum | 2011-11-25 | 1 | -2/+4 |
| | |||||
* | Merge branch 'calibration' | Josh Blum | 2011-11-16 | 3 | -0/+71 |
|\ | |||||
| * | usrp: basically working iq cal on tx | Josh Blum | 2011-11-10 | 3 | -0/+71 |
| | | |||||
* | | Merge branch 'convert_work' | Josh Blum | 2011-11-14 | 1 | -22/+28 |
|\ \ | |||||
| * | | convert: move priorities to implementation, different for arm | Josh Blum | 2011-11-15 | 1 | -15/+2 |
| | | | |||||
| * | | convert: made conversion functions into classes so they can keep state | Josh Blum | 2011-11-12 | 1 | -10/+29 |
| |/ |