aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2014-12-159-32/+33
|\ | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp
| * nirio: Address linking issues on OSXMartin Braun2014-12-151-3/+4
| |
| * host/examples: rm'ed refs to d'boards, IF freq.Marcus Müller2014-12-126-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 intermittentlyAshish Chaudhari2014-12-102-2/+2
| | | | | | | | - Made the methods in adf4001_ctrl virtual
* | uhd: Added direction_t for RX & TXMartin Braun2014-12-122-0/+28
| |
* | Merge branch 'maint'Martin Braun2014-12-081-3/+4
|\|
| * b200: select valid 10 MHz ref (update GPIO) *before* updating ADF4001 ↵Balint Seeber2014-12-081-3/+4
| | | | | | | | external ref selection
* | x300: Fixed minor issues in X300 clk codeAshish Chaudhari2014-12-051-2/+2
| | | | | | | | | | - Bugfix for #638 - get_ref_locked will check lock status one last time before giving up
* | x300: Made use of new CHDR packing routinesMartin Braun2014-12-031-43/+9
| |
* | transport: Made CHDR-related routines separate from VRTMartin Braun2014-12-039-4/+598
| | | | | | | | | | | | Our VRT routines have the option to switch, on the fly, between VRLP and CHDR. This adds new CHDR-specific (un-)packers, which can only work with CHDR.
* | Merge branch 'maint'Martin Braun2014-12-021-1/+10
|\|
| * x300: Fixed FC window issue (was off by one)Martin Braun2014-12-021-1/+10
| |
* | Merge branch 'maint'Martin Braun2014-11-291-0/+3
|\|
| * docs: Added link to the build wiki pageMartin Braun2014-11-291-0/+3
| |
* | Merge branch 'maint'Martin Braun2014-11-262-0/+0
|\|
| * utils: Backported latency bugfix from masterMartin Braun2014-11-261-1/+1
| |
| * docs: updating e310 front/rear panel images with latest drawingsBen Hilburn2014-11-212-0/+0
| |
* | latency: fixed wrong return codeBalint Seeber2014-11-251-1/+1
| |
* | docs: Fixed sid_t doxygenMartin Braun2014-11-241-2/+2
| |
* | docs: Added notes on auto_tick_rate (B200)Martin Braun2014-11-212-3/+33
| |
* | multi_usrp: Handle auto_tick_rate properlyMartin Braun2014-11-211-0/+3
| |
* | uhd: replaced the `images_error` with a generic utility errorBen Hilburn2014-11-2121-155/+99
| | | | | | | | | | | | - Deleted images.*, moved functionality to paths.* - Applies for all devices that check FPGA or FW compat numbers - Adds generic utility search tool
* | Merge branch 'maint'Martin Braun2014-11-213-5/+19
|\| | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.hpp
| * b200: serialized access to get_rx/tx_streamJulian Arnold2014-11-212-0/+6
| |
| * x300: Clarified FPGA compat error messageMartin Braun2014-11-211-5/+10
| |
* | b200: Make the master clock rate auto-configurableMartin Braun2014-11-203-36/+210
| | | | | | | | | | | | | | | | | | | | When no master_clock_rate is defined, the B200 driver will now select a suitable clock rate automatically based on the selected sampling rate. The selected tick rate is a multiple of the LCM of tx and rx rates. Auto-setting is done every time a streamer is generated or the sampling rate is configured.
* | math: Added a portable log2()Martin Braun2014-11-203-1/+41
| |
* | Merge branch 'maint'Martin Braun2014-11-191-17/+13
|\| | | | | | | | | Conflicts: host/examples/txrx_loopback_to_file.cpp
| * e300: docs: Remove mention of E300 to not confuse people.Moritz Fischer2014-11-191-17/+13
| | | | | | | | Signed-off-by: Moritz Fischer <moritz@ettus.com>
| * examples: Fixed multi-channel opsMartin Braun2014-11-121-7/+52
| |
| * x300: Cleaned up DAC ctrl and clock init logicAshish Chaudhari2014-11-066-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_implMartin Braun2014-11-041-1/+1
| |
| * latency: fixed bugs in test running and grapherBalint Seeber2014-11-042-7/+17
| |
* | examples: Merged benchmark_rate and transport_hammerMartin Braun2014-11-133-294/+51
| |
* | examples: Fixed multi-channel opsMartin Braun2014-11-131-6/+53
| |
* | docs: Fixed minor E300 docs typos.Martin Braun2014-11-132-4/+8
| |
* | x300: Cleaned up DAC ctrl and clock init logicAshish Chaudhari2014-11-136-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
* | Cleaned out apps dir (deprecated tools)Martin Braun2014-11-1318-783/+0
| |
* | x300: Fixed typo in io_implMartin Braun2014-11-131-1/+1
| |
* | latency: fixed bugs in test running and grapherBalint Seeber2014-11-132-7/+17
| |
* | Merge branch 'maint'Martin Braun2014-10-312-22/+25
|\|
| * cmake: Fixed duplicate installation of cmake filesMartin Braun2014-10-312-22/+25
| |
* | Merge branch 'maint'Martin Braun2014-10-301-1/+3
|\|
| * UHD Tune: Clipping RF LO freq to FE's range in MANUAL tune.Ben Hilburn2014-10-291-1/+3
| |
| * cmake: Less strict cpack ignores to work on build machinesMartin Braun2014-10-281-1/+1
| |
* | examples: Whitespace and other cleanupMartin Braun2014-10-288-196/+174
| |
* | uhd: Added sid_tMartin Braun2014-10-286-0/+552
| | | | | | | | | | | | | | This is a data type to represent SIDs (stream IDs). It includes setters and getters for all components of the SID, converters to and from string and uint32 as well as C++ streams.
* | cmake: Less strict cpack ignores to work on build machinesMartin Braun2014-10-281-1/+1
|/
* Updating Images Package for UHD-3.8.0Martin Braun2014-10-271-2/+2
|
* cmake: Changed name of source tarballMartin Braun2014-10-271-2/+2
|