aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/dboard_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* uhd: switch dboard id prop to whole eeprom structJosh Blum2011-02-221-8/+8
| | | | | | modified implementation code and burner app also made dboard manager use safe constructor that will use none ids if construction fails
* uhd: simplify dboard eeprom code by passing iface into load/storeJosh Blum2011-02-221-16/+5
|
* usrp: use the dboard id to prefix the subdev gain group namesJosh Blum2010-10-201-0/+2
|
* usrp1: handle special dbsrx clocking caseJosh Blum2010-08-261-1/+2
|
* usrp1: cast enum to char before printing as %cJosh Blum2010-08-261-2/+2
|
* usrp1: compiling with the latest nextJosh Blum2010-08-161-6/+12
|
* usrp1: created daughterboard dualityJosh Blum2010-08-151-66/+82
| | | | | | everything that should have two is now stored into a dictionary of slot to type the set and get functions are now bound with a third argument for dboard slot the dboard iface has yet to be completed with the correct registers for a vs b
* usrp1: compiling off next branchJosh Blum2010-08-151-8/+6
| | | | | | | | made usb checking changes implemented named_prop_t::extract change copied the remainder of the codec pga gain control
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+196