aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_xcvr2450.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-161-12/+4
|
* usrp: removed spectrum inverted property from subdev code and tune helper ↵Josh Blum2010-07-161-8/+0
| | | | (it wasnt used)
* Merge branch 'burn_dbid' into pre_mergeJosh Blum2010-06-181-2/+1
|\
| * uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵Josh Blum2010-06-181-2/+1
| | | | | | | | dboard code
* | uhd: added enums for aux adc and dac, usrp2: implemented enums in db ifaceJosh Blum2010-06-171-1/+1
|/
* replaced the assert falses with an invalid code path exceptionJosh Blum2010-06-021-3/+3
|
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-241-1/+3
| | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj.
* fixed exception caseJosh Blum2010-05-051-2/+1
|
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-2/+2
| | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
* Replaced the dboard base constructor args with an opaque type.Josh Blum2010-05-021-3/+3
|
* fixed windows warningsJosh Blum2010-04-261-4/+4
|
* Added RSSI readback to XCVR2450.Josh Blum2010-04-261-0/+17
| | | | also fixed spi readback typo in u2 iface
* Renamed the prop set/get error macros so they make sense for not-implemented ↵Josh Blum2010-04-261-4/+4
| | | | properties.
* added lock detect status to dboardsJosh Blum2010-04-261-0/+16
|
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-2/+2
|
* Work on exceptions.Josh Blum2010-04-251-7/+8
| | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert.
* XCVR seems to be working, fixed the spi reset routine.Josh Blum2010-04-231-7/+15
|
* XCVR tweaks, working in highband and lowband.Josh Blum2010-04-231-6/+17
| | | | Also, fixed the tx mux calculation.
* xcvr tweaks and fixes, needs real testingJosh Blum2010-04-221-18/+24
|
* filled in xcvr tuning, set gain, spi resetJosh Blum2010-04-221-14/+151
|
* added regs for max2829Josh Blum2010-04-221-12/+17
|
* added dboard app notesJosh Blum2010-04-221-1/+2
|
* work on atr registers and filling in functionsJosh Blum2010-04-211-14/+108
|
* xcvr work, skeleton layoutJosh Blum2010-04-211-0/+331