aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/dboard_iface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added RSSI readback to XCVR2450.Josh Blum2010-04-261-6/+0
| | | | also fixed spi readback typo in u2 iface
* set dboard eeprom from dboard propertiesJosh Blum2010-04-241-6/+6
|
* Moved reading the eeprom (dboard ids) onto the host.Josh Blum2010-04-231-34/+2
| | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code.
* windows warning fixJosh Blum2010-04-201-3/+2
|
* added support for aux dac and adc control in hostJosh Blum2010-04-191-31/+67
|
* moved spi and i2c api into serial.hpp, its used for more than the dboard ↵Josh Blum2010-04-161-2/+4
| | | | interfacing
* Added gain control to rfx. Switched string constants to caps (gains, ↵Josh Blum2010-04-141-6/+7
| | | | | | antennas, subdevs). Made dboard interface for aux dac and adc use volts.
* renamed dboard interface to dboard iface, the lengthy name was getting to be ↵Josh Blum2010-04-141-13/+13
| | | | a burden
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-0/+278
Its used in all the implementation level code