aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300/e300_defaults.hpp
Commit message (Collapse)AuthorAgeFilesLines
* ad9361/b200/e300: Refactored AD936x + perifs managementMartin Braun2015-07-291-4/+0
| | | | | | - Created AD936x manager class - Moved functionality from B2x0 and E310 into manager - Separated property tree + perifs initialization in both device classes
* 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>
* e300: Removed unused constant MAX_TICK_RATEMarcus Müller2015-07-271-1/+0
|
* Merge branch 'maint'Martin Braun2015-07-141-1/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h
| * 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: Added minimum master clock rate restrictionJonathon Pendlum2015-04-241-1/+1
| | | | | | | | | | | | - Master clock rate cannot be less than 10 MHz, which is the MMCM's minimum operating frequency in the FPGA's capture interface.
* | e300: Reduced AD9361's RX data delay to improve timing in FPGA capture interfaceJonathon Pendlum2015-04-241-1/+1
|/
* e300: Several bugfixes for E300 clk/pps selection codeAshish Chaudhari2015-01-231-1/+1
|
* Initial commit E300 support.Martin Braun2014-10-071-0/+82