aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'burn_dbid' into pre_mergeJosh Blum2010-06-185-18/+278
|\
| * uhd: added checking for xcvr dbids, added unknown dboard rx and tx ↵Josh Blum2010-06-182-0/+266
| | | | | | | | constructors (for bad dbids or combinations)
| * uhd: added dboard manager call to register xcvr board, implemented in xcvr ↵Josh Blum2010-06-183-18/+12
| | | | | | | | dboard code
* | 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
|/ | | | Fixed error in db basic freq range switcheroo.
* 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
| | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj.
* 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
|
* moved uhd lib cmake contents into respective subdirectoriesJosh Blum2010-05-061-0/+26
|
* fixed exception caseJosh Blum2010-05-051-2/+1
|
* code tweaks to get wbx compiling with masterJosh Blum2010-05-041-5/+5
|
* Merge branch 'wbx' of git@ettus.sourcerepo.com:ettus/uhdprivJosh Blum2010-05-041-0/+613
|\
| * Fixed unguarded debug messageJason Abele2010-05-041-3/+5
| |
| * First working RX/TX WBX in UHDJason Abele2010-05-041-7/+11
| |
| * Fixed SPI register lengthJason Abele2010-05-041-10/+19
| |
| * Fixed casts in set_freq and attenuator bit maskJason Abele2010-05-031-9/+11
| |
| * First pass WBX code, it compilesJason Abele2010-05-031-120/+212
| |
| * Added first wbx dboard codeJason Abele2010-04-261-0/+504
| |
* | Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-033-6/+6
| | | | | | | | | | | | 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-023-18/+18
| |
* | 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-263-12/+12
| | | | properties.
* added lock detect status to dboardsJosh Blum2010-04-263-0/+41
|
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-263-11/+11
|
* Work on exceptions.Josh Blum2010-04-253-21/+20
| | | | | 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-212-1/+332
|
* RFX seems to be tuning. Added some code to dsp to check for valid range.Josh Blum2010-04-161-49/+67
|
* work on rfx registersJosh Blum2010-04-151-10/+78
|
* work on tuning rfx tx and rx LOsJosh Blum2010-04-141-27/+75
|
* removed some windows warningsJosh Blum2010-04-141-2/+2
|
* Added gain control to rfx. Switched string constants to caps (gains, ↵Josh Blum2010-04-142-14/+39
| | | | | | antennas, subdevs). Made dboard interface for aux dac and adc use volts.
* work on atr bits in rfx boardJosh Blum2010-04-141-11/+21
|
* renamed dboard interface to dboard iface, the lengthy name was getting to be ↵Josh Blum2010-04-141-14/+14
| | | | a burden
* work on rfx atr regsJosh Blum2010-04-131-1/+30
|
* merged unit type and gpio bank for dboard interface into one type, expanded ↵Josh Blum2010-04-121-1/+1
| | | | dboard clock config api
* moved spi transact to usrp2 impl, and removed spi readJosh Blum2010-04-121-1/+1
|
* generate the register file, added lib include dirJosh Blum2010-04-092-353/+0
|
* Reworked the spi part of the dboard interface.Josh Blum2010-04-071-11/+5
| | | | | | It turns out to be more complicated. The integer type is better for holding the bits. The edges can be different, so the spi config hold 2 edge setting for mosi and miso.