Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Added config.h back to the game | Martin Braun | 2015-01-13 | 4 | -1/+65 |
| | |||||
* | e300: rssi sensor network support | Julian Arnold | 2015-01-12 | 4 | -2/+22 |
| | |||||
* | b200: rssi sensor | Julian Arnold | 2015-01-12 | 1 | -1/+3 |
| | |||||
* | ad9361: rssi readout | Julian Arnold | 2015-01-12 | 4 | -2/+40 |
| | |||||
* | examples: Fixed init_usrp for building with MSVC | Martin Braun | 2015-01-12 | 1 | -0/+9 |
| | |||||
* | x300: Fix for BUG #655: X300: Device Time Not Getting Set from GPSDO | michael-west | 2015-01-12 | 1 | -8/+6 |
| | | | | - Moved setting of tick rate before setting of PPS time | ||||
* | uhd: Fix for BUG #650: multi_usrp::get_usrp_tx/rx_info returning incorrect ↵ | michael-west | 2015-01-12 | 1 | -6/+6 |
| | | | | dboard info for second mboard | ||||
* | convert: Fix sc12 unpack shifting | Tom Tsou | 2015-01-12 | 1 | -8/+8 |
| | | | | | | | | | | | | Resolve issue #666 "B200: Rx signal distortion when using SC12". During 12-bit unpacking, OTW samples are shifted into the high order bits of the 16-bit intermediate values. The remaining 4-bits are not zeroed and contain bits from adjacent samples. Consequently, signal distortion becomes noticable with spurs and other random signal garbage when operating at low signal levels. Signed-off-by: Tom Tsou <tom@tsou.cc> | ||||
* | images: Updated image creation scripts to include .tar.gz and .tar.xz | Martin Braun | 2015-01-09 | 2 | -3/+27 |
| | |||||
* | examples: Fixed multi-channel gain and freq setup for txrx_loopback_to_file | Martin Braun | 2015-01-08 | 1 | -33/+43 |
| | |||||
* | e100: fixed typo in fpga_downloader | Nicholas Corgan | 2015-01-07 | 1 | -2/+2 |
| | |||||
* | docs: Major revisions and additions | Martin Braun | 2015-01-07 | 9 | -52/+306 |
| | |||||
* | 3.8.1 Release | Martin Braun | 2014-12-16 | 5 | -4/+15 |
| | | | | | - Updated fpga-src submodule - Updated version strings and images package | ||||
* | e300,x300: Bumped FPGA compat number | Ashish Chaudhari | 2014-12-16 | 2 | -2/+2 |
| | | | | | - X300: FPGA compat 9 - E300: FPGA compat 5 | ||||
* | e300,x300: Moved LED register space as not to overlap w/ GPIOs | Ashish Chaudhari | 2014-12-16 | 2 | -2/+2 |
| | |||||
* | nirio: Address linking issues on OSX | Martin Braun | 2014-12-15 | 1 | -3/+4 |
| | |||||
* | host/examples: rm'ed refs to d'boards, IF freq. | Marcus Müller | 2014-12-12 | 6 | -28/+28 |
| | | | | | To reflect a reality where some USRPs don't have daughterboards, and set_xx_bandwidth doesn't necessarily set an /IF/ bandwidth. | ||||
* | b200: Fix for PLL setting not being applied intermittently | Ashish Chaudhari | 2014-12-10 | 2 | -2/+2 |
| | | | | - Made the methods in adf4001_ctrl virtual | ||||
* | b200: select valid 10 MHz ref (update GPIO) *before* updating ADF4001 ↵ | Balint Seeber | 2014-12-08 | 1 | -3/+4 |
| | | | | external ref selection | ||||
* | x300: Fixed FC window issue (was off by one) | Martin Braun | 2014-12-02 | 1 | -1/+10 |
| | |||||
* | docs: Added link to the build wiki page | Martin Braun | 2014-11-29 | 1 | -0/+3 |
| | |||||
* | ks: different colours for OULSD status letters, timestamp 'Stopping' message | Balint Seeber | 2014-11-26 | 1 | -2/+8 |
| | |||||
* | utils: Backported latency bugfix from master | Martin Braun | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | tools: Backported kitchen_sink from master | Martin Braun | 2014-11-26 | 1 | -30/+183 |
| | |||||
* | docs: updating e310 front/rear panel images with latest drawings | Ben Hilburn | 2014-11-21 | 2 | -0/+0 |
| | |||||
* | b200: serialized access to get_rx/tx_stream | Julian Arnold | 2014-11-21 | 2 | -0/+6 |
| | |||||
* | x300: Clarified FPGA compat error message | Martin Braun | 2014-11-21 | 1 | -5/+10 |
| | |||||
* | e300: docs: Remove mention of E300 to not confuse people. | Moritz Fischer | 2014-11-19 | 1 | -17/+13 |
| | | | | Signed-off-by: Moritz Fischer <moritz@ettus.com> | ||||
* | examples: Fixed multi-channel ops | Martin Braun | 2014-11-12 | 1 | -7/+52 |
| | |||||
* | x300: Cleaned up DAC ctrl and clock init logic | Ashish Chaudhari | 2014-11-06 | 6 | -201/+318 |
| | | | | | | | | | | | - DAC: Squashed configuration into 2 main operations: reset and reset_and_resync - DAC: Put in sleep mode during configuration - DAC: Synchronize only if streaming to more than one DAC - DAC: Use falling edge sync mode - DAC: Fixed power up/down settings - DAC: Frontend sync failure is fatal - Clocks: Refactored clock source change logic - Clocks: Cleaned up init and lock-check sequence | ||||
* | x300: Fixed typo in io_impl | Martin Braun | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | latency: fixed bugs in test running and grapher | Balint Seeber | 2014-11-04 | 2 | -7/+17 |
| | |||||
* | cmake: Fixed duplicate installation of cmake files | Martin Braun | 2014-10-31 | 2 | -22/+25 |
| | |||||
* | UHD Tune: Clipping RF LO freq to FE's range in MANUAL tune. | Ben Hilburn | 2014-10-29 | 1 | -1/+3 |
| | |||||
* | cmake: Less strict cpack ignores to work on build machines | Martin Braun | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | images: Updated utils (no more tgz, Python 2.6 compat) | Martin Braun | 2014-10-28 | 2 | -5/+2 |
| | |||||
* | Updated Changelog for 3.8.0 | Martin Braun | 2014-10-27 | 1 | -1/+2 |
| | |||||
* | Updating Images Package for UHD-3.8.0 | Martin Braun | 2014-10-27 | 1 | -2/+2 |
| | |||||
* | cmake: Changed name of source tarball | Martin Braun | 2014-10-27 | 1 | -2/+2 |
| | |||||
* | utils: Minor fixes in images downloader and packaging scripts | Ashish Chaudhari | 2014-10-27 | 3 | -2/+5 |
| | |||||
* | tools: Also bumped min Boost version for kitchen sink | Martin Braun | 2014-10-25 | 1 | -3/+1 |
| | |||||
* | examples: Also bumped min Boost version in init_usrp example | Martin Braun | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | docs: Bumped min deps versions | Martin Braun | 2014-10-22 | 1 | -1/+2 |
| | |||||
* | MISO and SIMO configurations no longer allowed | Julian Arnold | 2014-10-21 | 1 | -0/+5 |
| | |||||
* | changed parameter --time to --duration | Julian Arnold | 2014-10-20 | 1 | -19/+15 |
| | |||||
* | Adding explicit positional arguments to .format strings for compatibility ↵ | Patrick Sisterhen | 2014-10-16 | 2 | -7/+7 |
| | | | | with older Pythons | ||||
* | nirio: Removed modern boost synchronization types to support older versions | Ashish Chaudhari | 2014-10-16 | 1 | -4/+4 |
| | | | | | - Replaced shared_lock_guard with shared_lock - Replaced lock_guard with upgrade_lock and upgrade_to_unique_lock | ||||
* | Deprecating some Boost- and Windows versions. | Martin Braun | 2014-10-16 | 2 | -4/+7 |
| | |||||
* | Updated top-level READMEs | Martin Braun | 2014-10-15 | 2 | -13/+3 |
| | |||||
* | utils: Removed compiler warning in latency test | Martin Braun | 2014-10-15 | 1 | -1/+1 |
| |