Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added RSSI readback to XCVR2450. | Josh Blum | 2010-04-26 | 1 | -6/+0 |
| | | | | also fixed spi readback typo in u2 iface | ||||
* | set dboard eeprom from dboard properties | Josh Blum | 2010-04-24 | 1 | -6/+6 |
| | |||||
* | Moved reading the eeprom (dboard ids) onto the host. | Josh Blum | 2010-04-23 | 1 | -34/+2 |
| | | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code. | ||||
* | windows warning fix | Josh Blum | 2010-04-20 | 1 | -3/+2 |
| | |||||
* | added support for aux dac and adc control in host | Josh Blum | 2010-04-19 | 1 | -31/+67 |
| | |||||
* | moved spi and i2c api into serial.hpp, its used for more than the dboard ↵ | Josh Blum | 2010-04-16 | 1 | -2/+4 |
| | | | | interfacing | ||||
* | Added gain control to rfx. Switched string constants to caps (gains, ↵ | Josh Blum | 2010-04-14 | 1 | -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 Blum | 2010-04-14 | 1 | -13/+13 |
| | | | | a burden | ||||
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -0/+278 |
Its used in all the implementation level code |