aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/mboard_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* usrp1: removed unused files from impl dirJosh Blum2011-07-011-407/+0
* uhd: update packet handlers when the clock rate is changedJosh Blum2011-06-141-0/+1
* usrp1: super packet handler support squashedJosh Blum2011-06-141-0/+2
* USRP1: implement MBOARD_PROP_CLOCK_CONFIG, only accepts internalJosh Blum2011-05-161-1/+11
* usrp1: correct TX codec rate, it should also read 64e6 when probedJosh Blum2011-05-141-2/+2
* usrp1: apply conditional disables/enables to rx and txJosh Blum2011-05-141-4/+8
* uhd: removed more iostream stuff from usrp* implementationsJosh Blum2011-05-041-15/+15
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-2/+2
* USRP1: added support for setting clock rate from EEPROMJosh Blum2011-05-011-0/+4
* usrp1: the rx mux was reversed (fixed multi-channel rx)Josh Blum2011-04-271-1/+1
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-3/+3
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
* usrp: support for multiple dsps in props and implemented in usrp1Josh Blum2011-02-171-10/+4
* usrp: added set and get master clock rates to usrp APIJosh Blum2011-01-311-0/+8
* usrp1: work on usrp1 hardware compat with the apiJosh Blum2011-01-171-8/+0
* uhd: update copyright dates on host codeJosh Blum2011-01-131-1/+1
* usrp1: implement soft time ctrl for send at, recv atJosh Blum2011-01-131-11/+14
* uhd: renamed enums to reflect new conventionJosh Blum2010-11-101-2/+2
* uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-051-2/+4
* uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ...Josh Blum2010-11-051-1/+1
* usrp: implement name checking on dicovery (all platforms), separate usb seria...Josh Blum2010-11-051-6/+4
* usrp: replaced device specific burner apps with one generic one for mboard ee...Josh Blum2010-11-041-23/+12
* uhd: replaced print warning with a post warning call and registryJosh Blum2010-10-261-1/+1
* usrp1: sanity check, only 1 channel per tx slotJosh Blum2010-09-231-0/+9
* usrp1: implemented multi-channel dsp control of shift freqJosh Blum2010-09-201-13/+21
* uhd: added single usrp interface, added usrp1 properties to prop namesJosh Blum2010-09-201-19/+20
* Added serial number read. Renamed the usrp1-specific utilities.Nick Foster2010-08-311-0/+15
* Added usrp_serial_burner.cpp and capabilities for setting serial number in mb...Nick Foster2010-08-311-2/+10
* EEPROM burning in UHD. Changed some USB device handle stuff. Added usrp_init_...Nick Foster2010-08-311-0/+11
* usrp1: Read capabilities registerThomas Tsou2010-08-271-0/+40
* usrp1: Add missing include for fpga registersThomas Tsou2010-08-271-0/+1
* usrp1: Clean up initialization sequence of fpga registersThomas Tsou2010-08-271-59/+18
* usrp1: swapped the mux values to account for the convert types routinesJosh Blum2010-08-261-17/+46
* usrp1: Fix bug in calculating transmit muxThomas Tsou2010-08-231-1/+1
* usrp1: Return proper mboard proxyThomas Tsou2010-08-181-2/+2
* usrp1: rx and tx mux calculationJosh Blum2010-08-161-7/+106
* usrp1: compiling with the latest nextJosh Blum2010-08-161-1/+1
* usrp1: add skeleton code for setting subdev specJosh Blum2010-08-151-2/+31
* usrp1: created daughterboard dualityJosh Blum2010-08-151-8/+13
* usrp1: compiling off next branchJosh Blum2010-08-151-7/+5
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+188