aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/UHDDevice.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-15Transceiver52M: UHD: Continue on receive and send timeoutsThomas Tsou1-4/+0
2013-11-15Transceiver52M: Use USRP1 type window for B2xx devicesThomas Tsou1-6/+12
2013-11-15Transceiver52M: Set variable thread priority levelsThomas Tsou1-5/+5
2013-11-15Transceiver52M: Add multi channel transceiver supportThomas Tsou1-89/+174
2013-11-08Transceiver52M: Remove unnecessary UHD clock setting callThomas Tsou1-10/+1
2013-11-07Transceiver52M: Reset overrun and underrun indicatorsThomas Tsou1-0/+5
2013-10-18Transceiver52M: Move reference select from compile time to databaseThomas Tsou1-5/+5
2013-10-18Transceiver52M: Delay UHD messaging registration until after startThomas Tsou1-3/+3
2013-10-18Transceiver52M: Add 64 MHz resampling option with B100Thomas Tsou1-11/+17
2013-10-18Transceiver52M: Add B210 supportThomas Tsou1-7/+10
2013-10-18Transceiver52M: Setup dual sample rate transceiverThomas Tsou1-26/+28
2013-10-18Transceiver52M: Add B200 supportThomas Tsou1-15/+24
2013-10-18Transceiver52M: Setup dual Laurent pulse shaping filterThomas Tsou1-12/+6
2013-10-18Transceiver52M: Check that sample rates are sane before usingThomas Tsou1-1/+1
2013-10-18Transceiver52M: Add UmTRX supportThomas Tsou1-3/+11
2013-10-18Transceiver52M: Replace resampler with SSE enabled implementationThomas Tsou1-1/+1
2013-10-18Transceiver52M: Use exception blocks for rate changesThomas Tsou1-5/+17
2013-10-18Transceiver52M: Set resampling option automatically based on deviceThomas Tsou1-24/+58
2013-10-18Transceiver52M: Remove periodic alignment update from UHD buildThomas Tsou1-1/+0
2013-10-18Transceiver52M: Add device offset correction tableThomas Tsou1-26/+61
2013-10-18Transceiver52M: Add UHD device type checkingThomas Tsou1-32/+46
2013-10-18Transceiver52M: Update to UHD streamer interfaceThomas Tsou1-28/+15
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