aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_rfx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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/+17
|
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-5/+5
|
* Work on exceptions.Josh Blum2010-04-251-8/+6
| | | | | 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 work, skeleton layoutJosh Blum2010-04-211-1/+1
|
* 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-141-11/+36
| | | | | | 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
|
* 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.
* added code for adf4360 chipJosh Blum2010-04-061-2/+27
|
* some work on rfx board codeJosh Blum2010-04-021-0/+300