aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300/e300_defaults.hpp
Commit message (Collapse)AuthorAgeFilesLines
* e3xx: Make frame sizes configurable.Moritz Fischer2015-07-281-0/+3
| | | | | | | | | | UHD 3.8.5 increased the TX framesize from 2048 to 4096, this can lead to issues in 2x2. The behaviour can avoided by specifying send_frame_size = 2048 for these scenarios. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* e3xx: Increase TX buffer size to PAGE_SIZE.Moritz Fischer2015-07-141-1/+1
| | | | | | | | This was originally limited because it performed poor, however, with refactoring that has been done since release, this now gives better performance. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* e300: Several bugfixes for E300 clk/pps selection codeAshish Chaudhari2015-01-231-1/+1
|
* Initial commit E300 support.Martin Braun2014-10-071-0/+82