aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_iface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* usrp1: Disable i2c error messages unless debug is enabledThomas Tsou2010-08-271-2/+4
| | | | | | Failed i2c operations can be normal under certain situations. Notably, write failures are used to detect unpopulated daughterboard slots.
* usrp1: Improve debug output readabilityThomas Tsou2010-08-241-1/+2
|
* usrp1: Fix assertion that prevents 32-bit SPI transactionsThomas Tsou2010-08-231-1/+1
|
* usrp1: Return unknown (0xff) on invalid I2C readThomas Tsou2010-08-171-5/+2
| | | | | This allows a dboard eeprom read to continue when reading from an empty slot.
* usrp1: Add usrp1 implementationThomas Tsou2010-08-131-0/+262