Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved lib and include contents of dboard and mboard one directory up and ↵ | Josh Blum | 2010-02-21 | 29 | -253/+207 |
| | | | | | | prefixed them with dboard_ and mboard_. And yes, the code is compiling. | ||||
* | DDC enable with stream at control OTW | Josh Blum | 2010-02-19 | 4 | -17/+46 |
| | |||||
* | DUC and DDC control packets OTW | Josh Blum | 2010-02-19 | 7 | -49/+114 |
| | |||||
* | added support for the duc (no control yet though) | Josh Blum | 2010-02-18 | 3 | -8/+142 |
| | |||||
* | Added special case for empty dboard slot (none id 0xffff) | Josh Blum | 2010-02-18 | 6 | -37/+82 |
| | | | | | | Added error handling in the dboard base classes for mishandling the none id. Added better to string function for the dboard ids. Added get methods for dboard classes to get their ids. | ||||
* | Flattened the usrp2 impl properties guts. | Josh Blum | 2010-02-18 | 11 | -266/+462 |
| | | | | | Created init methods for various sub-parts. Added the ddc control (still needs update transaction). | ||||
* | Added control for usrp2 aux dac and adc control. | Josh Blum | 2010-02-17 | 4 | -4/+67 |
| | |||||
* | Added i2c control transactions in fw and host | Josh Blum | 2010-02-17 | 4 | -9/+68 |
| | |||||
* | Worked out spi api for the dboard interface. | Josh Blum | 2010-02-17 | 14 | -366/+192 |
| | | | | Created usrp2 spi transaction control on host and fw | ||||
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 66 | -0/+4764 |