aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/usrp2_iface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added RSSI readback to XCVR2450.Josh Blum2010-04-261-1/+1
| | | | also fixed spi readback typo in u2 iface
* prefixed the ASSERT_THROW macro with UHD for the sake of namespaceJosh Blum2010-04-261-8/+8
|
* Added i2c interface to serial.hpp, using in usrp2_iface for i2c and eeprom.Josh Blum2010-04-261-21/+0
|
* set dboard eeprom from dboard propertiesJosh Blum2010-04-241-5/+9
|
* Moved reading the eeprom (dboard ids) onto the host.Josh Blum2010-04-231-0/+61
| | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code.
* Added protocol version number to usrp2 common header and data struct.Josh Blum2010-04-211-0/+8
|
* moved spi and i2c api into serial.hpp, its used for more than the dboard ↵Josh Blum2010-04-161-1/+0
| | | | interfacing
* Created a usrp2 interface class with the control, spi, peek/poke functionality.Josh Blum2010-04-131-0/+168
Its used in all the implementation level code