aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-271-7/+7
| | | | Also includes NI-USRP Windows Registry Key fixes.
* x300: Fix for BUG #655: X300: Device Time Not Getting Set from GPSDOmichael-west2015-01-121-8/+6
| | | | - Moved setting of tick rate before setting of PPS time
* x300: Clarified FPGA compat error messageMartin Braun2014-11-211-5/+10
|
* x300: Cleaned up DAC ctrl and clock init logicAshish Chaudhari2014-11-061-122/+151
| | | | | | | | | | | - 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,nirio: Added support for NI-RIO 14.0Ashish Chaudhari2014-10-101-8/+5
| | | | | | | | | - Split niriok_proxy interfaces to support NI-RIO <=13.0 and >=14.0 kernel interfaces - Fixed multi-session race conditions by synchronizing niriok_proxy access - Fixed bug switching from NI LV-FPGA access to UHD access by changing how devices are hashed into a reservation table - Fixed calculation of FRAC values for CBX and SBX LO tuning by rounding instead of truncating - Fixed bug that was not setting two MSBs for band select configuration of CBX LO - Submitting on behalf of Patrick Sisterhen, Matthew Crymble
* Merge branch 'maint'Martin Braun2014-09-251-10/+50
|\
| * x300: added reset and resync of ADCs and DACs when changing reference clockmichael-west2014-09-251-10/+50
| |
* | Give user the option to ignore daughterboard's calibration file at runtimeNicholas Corgan2014-09-021-2/+7
| | | | | | | | | | * Add "ignore-cal-file" to the uhd::device_addr_t arguments * Added documentation for new feature
* | Merge branch 'maint'Martin Braun2014-08-181-42/+25
|\|
| * - Fixes for channel alignmentmichael-west2014-08-181-42/+25
| | | | | | | | | | | | | | | | | | | | - Added analog delay for radio clock - Added analog delay for DAC reference clocks - Removed resetting of clock control - Removed setting of reference clock and PPS to external sources during initialization - Fixes for set_time_unknown_pps - Removed wait for PPS edge after setting time from GPSDO - Changed set_time_unknonw_pps to time out based on system time rather than device VITA time
* | Merge branch 'maint'Martin Braun2014-07-311-9/+19
|\| | | | | | | | | Conflicts: host/utils/usrp_burn_mb_eeprom.cpp
| * Merge branch 'maint' into uhd/bug492michael-west2014-07-301-11/+20
| |\ | | | | | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp
| | * tx fe corrections: fixing mixed tabs / spaces, other horrible whitespace cruftBen Hilburn2014-07-251-13/+10
| | |
| | * Merge 'maint' into x300/bug513Ben Hilburn2014-07-251-2/+3
| | |\
| | * | X300: Added UHD support for TX FEIan Buckley2014-07-181-1/+12
| | | |
| * | | Fix for BUG #492: UHD: set_time_unknown_pps() fails with GPSDO installedmichael-west2014-06-251-2/+4
| | | | | | | | | | | | | | | | - Added polling for PPS time change after setting time from GPSDO.
* | | | OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-1/+2
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API
* | | Commented out warning if X300 reference clock fails to lock within 1 second ↵michael-west2014-07-221-2/+3
| |/ |/| | | | | during initialization. Sometimes it takes longer and that is OK.
* | x300: Bugfix for overflows on PCIe at 200MS/sAshish Chaudhari2014-06-271-2/+2
|/
* Lots of bit-specific type work to fix compilation on older OSes.Ben Hilburn2014-05-211-8/+8
|
* Fix for BUG 456: LED TX/RX colors backwards on X300michael-west2014-05-161-2/+2
| | | | - Corrected bit masks so TX will light the red LED and RX will light the green LED
* x300: Addressed review feedbackAshish Chaudhari2014-04-251-11/+13
| | | | | - Fixed synchronization for unclaim - Removed stray RIO addr space set
* x300: Added synchronization between device claiming and checking.Ashish Chaudhari2014-04-241-5/+39
| | | | | - We now maintain a registry of pcie ZPU transports - Added static mutex for claimer
* x300: removing intelligent PPS detection until further developmentBen Hilburn2014-04-151-1/+2
|
* x300: Added max link rate infoMartin Braun2014-04-101-1/+8
|
* More reference clock lock detection clean upmichael-west2014-03-181-10/+28
| | | | | - Removed check for lock when clock source is changed (including runtime error on failure to lock). - Added separate checks and warning messages for failures to lock the clock during intialization.
* Modified reference clock lock check to only be performed on Rev E or later.michael-west2014-03-171-10/+16
|
* uhd: Addressed Balints and Bens comments for subdev addressingMartin Braun2014-03-171-1/+2
|
* Merge clock and PPS fixes.Ben Hilburn2014-03-151-47/+98
|\
| * Addressed comments from review.michael-west2014-03-151-32/+44
| | | | | | | | | | | | - Fixed typos. - Renamed reset() to reset_clocks(). - Created wait_for_ref_locked() function.
| * - Added wait for reference clock to lock.michael-west2014-02-211-1/+7
| | | | | | | | - Modified wait for GPSDO time setting to timeout after 1 second.
| * Fixed bug found during testing where internal clock reference was taking ↵Michael West2014-02-201-11/+15
| | | | | | | | | | | | several seconds to lock. Added reset to the clock control and called it whenever the clock reference is changed.
| * - Fix for BUG #264: ./test_pps_input --source external passes even with no 1 ↵Michael West2014-02-181-36/+65
| | | | | | | | | | | | | | | | | | | | PPS on external input on X3xx - Fixed behavior of PPS and clock references to be consistent and intuitive. -- Added detection of clock reference and PPS. -- Changed order of precedence to external, gpsdo, internal for default of clock and PPS. -- Throws runtime error if the user requests a reference clock or PPS that is not present. - Bumped FPGA compatibility to 4.
* | Merge Ethernet, MTU, and frame size fixes.Ben Hilburn2014-03-141-13/+12
|\ \
| * | x300 mtu: Removed magic number, minor manual updatesMartin Braun2014-02-181-13/+12
| |/
* | x300: Merged Michaels segfault fixMartin Braun2014-03-101-11/+12
|\ \
| * | - Fixed segmentation fault when using X3x0 with daughterboards in 4x4 ↵michael-west2014-03-061-11/+12
| |/ | | | | | | | | | | configuration. - Updated index of dboard_manager dictionary to include mboard.
* | x300: added channel mapping capabilitiesMartin Braun2014-03-101-39/+40
| |
* | x300: merged subdev update routines for tx and rxMartin Braun2014-03-101-2/+2
|/
* Pushing the bulk of UHD-3.7.0 code.Ben Hilburn2014-02-141-86/+189
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-0/+1481