aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/UHDDevice.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-07-16Transceiver52M: fixup for c5da660: We don't need to check for NULL with delet...Alexander Chemeris1-2/+1
2013-07-14Transceiver52M: Port all threads to the new Thread interface.Alexander Chemeris1-10/+17
2013-07-14Transceiver52M: Fix crash in uhd_device destructor due to deleting statically...Alexander Chemeris1-2/+2
2013-07-14Transceiver52M: Setup independent gain and tune elements for dual channelThomas Tsou1-32/+50
2013-06-24Transceiver52M: Setup UmTRX dual carrier supportThomas Tsou1-94/+113
2013-06-24uhd: fix local overflow handling of buffer readsThomas Tsou1-1/+1
2013-06-24transceiver, uhd: dynamically allocate async event threadThomas Tsou1-5/+14
2013-06-24Transceiver52M: Add UmTRX supportThomas Tsou1-3/+10
2013-06-24Transceiver52M: Explicitly check for USRP2 device typeThomas Tsou1-5/+8
2013-06-24Transceiver52M: Use exception blocks for rate changesThomas Tsou1-5/+17
2013-06-24Transceiver52M: Allow tolerance in UHD sample rate selectionThomas Tsou1-5/+8
2013-06-24Transceiver52M: Set resampling option automatically based on deviceThomas Tsou1-7/+10
2013-06-24Transceiver52M: Set sample rate from within the radio deviceThomas Tsou1-7/+32
2013-06-24Transceiver52M: Remove periodic alignment update from UHD buildThomas Tsou1-1/+0
2013-06-24Transceiver52M: Add device offset correction tableThomas Tsou1-25/+60
2013-06-24Transceiver52M: Add UHD device type checkingThomas Tsou1-32/+46
2013-06-24Transceiver52M: Setup test case for second UmTRX channelThomas Tsou1-9/+26
2013-06-24Transceiver52M: Update to UHD streamer interfaceThomas Tsou1-28/+15
2013-06-24umtrx: set timing offset and clocking frequencyThomas Tsou1-2/+2
2013-06-24umtrx: flush any possible garbage bursts at startThomas Tsou1-5/+7
2013-06-24transceiver: workaround for transmit testing with no clock resetThomas Tsou1-3/+16
2013-06-24Transceiver52M: add antenna selection from configurationThomas Tsou1-0/+24
2012-11-23Alexander's patches:kurtis.heimerl1-1/+1
2012-10-22Transceiver52M: UHD: Setup option to pass arguments from command linettsou1-5/+5
2012-08-08transceiver: uhd: prevent output of underrun message at ERROR levelttsou1-4/+8
2012-08-08transceiver: uhd: allow underrun flag to reset during timing alignmentttsou1-1/+1
2012-03-13transceiver, uhd: output timestamps on monontonic errorttsou1-2/+2
2012-02-14transceiver, uhd: fix build error due to log levelttsou1-1/+1
2012-02-14transceiver, uhd: display device information on make failurettsou1-1/+1
2012-01-09transceiver, uhd: alert user on unrecoverable errorsttsou1-5/+13
2011-12-15Matching UHD changes in gnuradiokurtis.heimerl1-3/+3
2011-11-28transceiver52M: bump critial errors to ALERT levelkurtis.heimerl1-4/+5
2011-11-28transceiver, uhd: exit informatively if no devices are foundkurtis.heimerl1-4/+11
2011-11-28transceiver, uhd: reject usrp1 if compiled with uhd supportkurtis.heimerl1-5/+6
2011-11-28transceiver, uhd: runtime check for setting master clock ratekurtis.heimerl1-0/+11
2011-11-26transceiver: uhd: increase log level on constructor errorskurtis.heimerl1-1/+1
2011-11-26transceiver: uhd: make external reference a compile time optionkurtis.heimerl1-6/+4
2011-11-26transceiver: update to log messages to work with P2.8kurtis.heimerl1-25/+25
2011-11-26transceiver: add a newline for uhd information outputskurtis.heimerl1-3/+3
2011-11-26transceiver: reject usrp1 if detected using uhdkurtis.heimerl1-20/+40
2011-11-26transceiver: make the transmit drive loop bus dependentkurtis.heimerl1-5/+26
2011-11-26transceiver: reroute uhd messages to logging facilitykurtis.heimerl1-0/+26
2011-11-26transceiver: add option for host based resamplingkurtis.heimerl1-2/+14
2011-11-26uhd: keep reading on overrun or other non-fatal errorskurtis.heimerl1-1/+1
2011-11-26transceiver: uhd: update copyright headerkurtis.heimerl1-22/+19
2011-11-26transceiver: minor cleanup of sample type sizing in uhdkurtis.heimerl1-6/+10
2011-11-26uhd: remove external clock polarity settingkurtis.heimerl1-1/+0
2011-11-26uhd: verify setting of master clock ratekurtis.heimerl1-8/+15
2011-11-26uhd: remove uhd type argumentkurtis.heimerl1-2/+2
2011-11-26uhd: flush receive buffer should return true on timeoutkurtis.heimerl1-4/+10