aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: for eeprom writeback, write and set only those values changedJosh Blum2010-11-051-2/+4
* usrp2: move mboard eeprom instance into iface to the clock control can access itJosh Blum2010-11-041-6/+5
* Merge branch 'good_stuff' into mb_eepromJosh Blum2010-11-041-0/+8
|\
| * usrp2: handle real overflow packets in host, reload continuous stream cmd, re...Josh Blum2010-10-211-0/+8
* | usrp2: implemented mboard eeprom into usrp2 mboardJosh Blum2010-11-041-51/+15
|/
* uhd: replaced frame params for the zero copy interfaces with a device addressJosh Blum2010-10-051-4/+4
* usrp2: flush the error flow messages, issue the stop before register configur...Josh Blum2010-08-311-5/+5
* usrp2: fix missing includeJosh Blum2010-08-151-0/+1
* usrp: moved usrp utils into public include spaceJosh Blum2010-08-151-2/+2
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-151-7/+6
* usrp: give dboards a name (not a blank string), do automatic selection when n...Josh Blum2010-08-151-4/+6
* usrp: added subdev spec verification functionsJosh Blum2010-08-111-12/+3
* Merge branch 'codec_gains'Josh Blum2010-08-061-0/+3
|\
| * Merge branch 'master' into codec_gainsJosh Blum2010-08-041-6/+12
| |\
| * | usrp2: added codec impl for codec properties to usrp2Josh Blum2010-07-271-0/+3
* | | usrp: tweaks to subdev spec printingJosh Blum2010-08-061-2/+0
* | | uhd: created subdevice pair struct for subdev spec (easier than first/second)Josh Blum2010-08-061-8/+8
* | | uhd: implemented subdev spec in mimo and simple usrp wrappers.Josh Blum2010-08-061-0/+46
| |/ |/|
* | usrp2: reorganized firmware directoryJosh Blum2010-07-301-6/+6
* | usrp2: stop streaming and drain buffer (if left running)Josh Blum2010-07-301-0/+5
* | usrp2: added tx policy register and changed fw to not handle error in buffer ...Josh Blum2010-07-291-0/+1
|/
* usrp2: added registers and handling for tx async reportsJosh Blum2010-07-191-1/+6
* uhd: setup metadata for fragment case (not in general case)Josh Blum2010-07-121-1/+7
* usrp: moved stream cmd word calculation into common dsp utilsJosh Blum2010-07-071-23/+3
* usrp2: Added a peek64 to read pairs of 32 bit numbers such as time64Josh Blum2010-07-051-6/+8
* usrp2: bug fix for readback registersJosh Blum2010-07-051-0/+10
* usrp2: moved calculations for max packet size and otw types into shared objec...Josh Blum2010-07-051-19/+19
* usrp2: split mboard impl into its own class, usrp2 device can instantiate N m...Josh Blum2010-07-051-12/+66
* uhd: fix for windows warning, tweaks for msvc optimization flagsJosh Blum2010-06-251-2/+2
* uhd: reworked time_spec_t to be more flexible: arithmetic, comparison operato...Josh Blum2010-06-241-4/+4
* usrp2 regs naming conventionJosh Blum2010-06-041-16/+16
* fix for time64 register write orderJosh Blum2010-05-241-3/+5
* Added tx timed samples example.Josh Blum2010-05-181-1/+1
* calculate max samples per packet using otw typeJosh Blum2010-05-171-1/+1
* Moved usrp2 eeprom addr read/write to host control over i2c/eeprom interface ...Josh Blum2010-05-111-38/+12
* Added a place for serdes control on the host.Josh Blum2010-05-101-4/+0
* Moved adc and dac control into codec control source file.Josh Blum2010-05-101-31/+1
* Moved some misc setting registers into host.Josh Blum2010-04-281-3/+10
* Added reload flag to the stream cmd.Josh Blum2010-04-281-34/+25
* Renamed the prop set/get error macros so they make sense for not-implemented ...Josh Blum2010-04-261-2/+2
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-9/+9
* Work on exceptions.Josh Blum2010-04-251-6/+2
* added automatic ref source enumJosh Blum2010-04-161-0/+1
* removed clock rate prop, we dont need to expose that since ticks are in nsecsJosh Blum2010-04-141-4/+0
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-19/+18
* Moved ad9777 control 100% on to the hostJosh Blum2010-04-131-0/+25
* added more clock config, takes care of external referenceJosh Blum2010-04-131-1/+10
* Moved clock control into abstraction clock control class.Josh Blum2010-04-131-0/+6
* converted timespec to use nanoseconds for fractional partJosh Blum2010-04-081-6/+2
* simplified the usage of dboard, dsp, and mboard proxies.Josh Blum2010-04-051-13/+13