aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300/e300_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2015-05-041-0/+4
|\
| * e300: gps: If gps doesn't have lock return 0 as time.Moritz Fischer2015-05-011-10/+3
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * e300: gps: Keep antenna power supply and pps running all the time.Moritz Fischer2015-05-011-3/+3
| | | | | | | | | | | | | | | | This is a change from behaviour so far. Before the GPS was only on while UHD is running. This behaviour was confusing users, and didn't match our other devices. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * e300: gps: If gps is detected, set device time to gps time on init.Moritz Fischer2015-05-011-0/+11
| | | | | | | | | | | | | | Before the device time wasn't set for E310 on initialization. This will allow 'query_gpsdo_sensors' to pass if gps has lock. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | e300: Adjusted minimum frequency to account for MIMO modeJonathon Pendlum2015-04-291-1/+1
| | | | | | | | - In MIMO mode, tick rate will be 1/2 the interface rate
* | e300: Added minimum master clock rate restrictionJonathon Pendlum2015-04-241-0/+11
| | | | | | | | | | | | - Master clock rate cannot be less than 10 MHz, which is the MMCM's minimum operating frequency in the FPGA's capture interface.
* | Merge branch 'maint'Martin Braun2015-03-271-4/+4
|\|
| * Warning fixesNicholas Corgan2015-03-271-4/+4
| | | | | | | | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables
| * Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-271-2/+2
| | | | | | | | Also includes NI-USRP Windows Registry Key fixes.
* | e3xx: filter API implementation. Supports listing of RX/TX filters, querying ↵Julian Arnold2015-03-191-0/+12
| | | | | | | | RX/TX filter information and writing of analog and FIR filters
* | gpio: Renamed enums to avoid clash with generic, compiler-provided namesMartin Braun2015-03-111-7/+7
| |
* | B200: UHD support for FPGPIO connector on REV6+ boards.Ian Buckley2015-03-091-16/+18
| | | | | | | | | | | | - GPIO on UART connector all board Revs - Consolidated fpgpio_bitbang into fpgpio example and renamed it gpio - Changed FP_GPIO readback address to match X300
* | Merge branch 'maint'Martin Braun2015-01-271-31/+15
|\| | | | | | | | | Conflicts: host/docs/usrp_e3x0.dox
| * e300: Several bugfixes for E300 clk/pps selection codeAshish Chaudhari2015-01-231-25/+2
| |
| * e300: UHD support for refclk disciplining using PPS.Ashish Chaudhari2015-01-221-8/+15
| | | | | | | | | | | | - Only supported value for clk_source is internal - time_source automatically changes the disciplining pulse source - Added ref_locked sensor
* | e200: Expose temperature sensor through property tree (sensors/temp)Julian Arnold2015-01-201-0/+2
| |
* | Merge branch 'maint'Martin Braun2015-01-161-29/+0
|\|
| * e300: Removed duplicate FPGA loading functionMoritz Fischer2015-01-151-29/+0
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | Merge branch 'maint'Martin Braun2015-01-131-2/+3
|\|
| * e300: rssi sensor network supportJulian Arnold2015-01-121-2/+3
| |
* | uhd: replaced the `images_error` with a generic utility errorBen Hilburn2014-11-211-2/+2
|/ | | | | | - Deleted images.*, moved functionality to paths.* - Applies for all devices that check FPGA or FW compat numbers - Adds generic utility search tool
* e300: Changed TX/RX switch setting in RX only case to improve isolationJonathon Pendlum2014-10-071-2/+2
|
* Initial commit E300 support.Martin Braun2014-10-071-0/+1347