aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Expand)AuthorAgeFilesLines
* usrp: use the dboard id to prefix the subdev gain group namesJosh Blum2010-10-203-14/+9
* uhd: remove some warnings in MSVC and with typo in xcvr2450Josh Blum2010-10-191-1/+1
* usrp: change the bandwidth param to a double (its a frequency), add set and g...Josh Blum2010-10-192-22/+16
* Enhance XCVR2450 to clip for high/low band tuning and add bandwidth propertyJason Abele2010-10-121-3/+144
* Merge branch 'dbsrx_clock_div'Josh Blum2010-10-111-10/+12
|\
| * DBSRX: Fixed some ASSERT statements.Nick Foster2010-10-111-8/+8
| * Fixed Assertions to better document tuning failuresJason Abele2010-10-081-6/+8
* | TVRX documentation and a bugfix in the cal table. Named the antenna "RX".Nick Foster2010-10-081-3/+3
|/
* tvrx: added enabled prop to set and getJosh Blum2010-10-081-0/+8
* Merge branch 'subdev_enable' into nextJosh Blum2010-10-086-0/+77
|\
| * usrp: added subdev enabled propertyJosh Blum2010-09-306-0/+77
* | tvrx: converted floats to doubles to avoid msvc warningsJosh Blum2010-10-071-55/+55
* | TVRX: fixed antenna prop enumerationNick Foster2010-10-011-2/+2
* | TVRX: Fixed to properly calculate alias frequencies.Nick Foster2010-09-301-4/+20
* | TVRX: works for USRP and USRP2.Nick Foster2010-09-291-1/+10
* | TVRX: Mixed up DAC channels. Gain is much more linear now.Nick Foster2010-09-281-2/+2
* | TVRX: Fixed spectrum inversion (derp derp derp). Removed debug printing.Nick Foster2010-09-281-4/+3
* | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into tvrx_uhdNick Foster2010-09-282-1/+2
|\|
| * wbx: fix for id swap typoJosh Blum2010-09-281-1/+1
| * basic: added the 4th BA subdevice to basic and lf dboard codeJosh Blum2010-09-231-0/+1
* | TVRX: First version that works. The gain linearity is still borked.Nick Foster2010-09-281-13/+31
* | TVRX: Don't have mboard impl modified for ADC buffer disable. The rest of TVR...Nick Foster2010-09-282-89/+131
* | TVRX: not done yet but getting there. gain linearization framework in place.Nick Foster2010-09-271-70/+148
* | added db_tvrx, regmap gen_dtt75403_regs.pyNick Foster2010-09-211-0/+316
|/
* usrp1: work on gpio clock divider for dbsrx, still not lockingJosh Blum2010-08-301-1/+6
* basic-tx: mirror the rx subdevices for basic tx boards as wellJosh Blum2010-08-261-14/+18
* basic: better errors for invalid antenna selectionJosh Blum2010-08-231-4/+4
* uhd: extract named prop returns a named prop (not a tuple)Josh Blum2010-08-156-89/+54
* usrp: replaced mboard name with special props for dboard ifaceJosh Blum2010-08-141-17/+14
* dbsrx: fix msvc warningsJosh Blum2010-08-061-5/+6
* Fix DBSRX tuning and filter bandwidthJason Abele2010-08-051-53/+117
* DBSRX support in UHDJason Abele2010-08-042-0/+546
* Propogate gain range into RX pga0 helper for RFX boardsJason Abele2010-08-021-3/+4
* Fixes gain range for rfx400 vs other rfxJason Abele2010-08-021-6/+20
* uhd: work on tune logic, and subdev connection logicJosh Blum2010-07-165-61/+27
* usrp: removed spectrum inverted property from subdev code and tune helper (it...Josh Blum2010-07-165-40/+0
* wbx: removed print after freq clipJosh Blum2010-07-161-4/+0
* Change WBX frequency range to match actual VCO/divider possiblesJason Abele2010-07-161-1/+6
* Merge branch 'burn_dbid' into pre_mergeJosh Blum2010-06-185-18/+278
|\
| * uhd: added checking for xcvr dbids, added unknown dboard rx and tx constructo...Josh Blum2010-06-182-0/+266
| * uhd: added dboard manager call to register xcvr board, implemented in xcvr db...Josh Blum2010-06-183-18/+12
* | uhd: added enums for aux adc and dac, usrp2: implemented enums in db ifaceJosh Blum2010-06-173-3/+3
|/
* Merge branch 'aux_dac'Josh Blum2010-06-141-1/+1
|\
| * Fixed USRP2 aux_dac numbering conventionJason Abele2010-06-111-1/+1
* | Moved mux calculations into dsp type1 utils.Josh Blum2010-06-101-2/+2
|/
* replaced the assert falses with an invalid code path exceptionJosh Blum2010-06-023-7/+7
* Refactor WBX and RFX to use conventions more like XCVRJason Abele2010-06-012-131/+172
* Added support to set GPIO pins from dboard interface:Josh Blum2010-05-243-3/+9
* rfx dboard code minor refactor to look more like xcvr2450 codeJosh Blum2010-05-191-43/+73
* init values in dboards to remove gcc warningsJosh Blum2010-05-182-3/+3