Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed Autotools stuff and the git ignore files. | Josh Blum | 2010-02-15 | 1 | -39/+0 |
| | | | | | Feeding cpack a readme and license file. Added readme contents. | ||||
* | Added a templated dictionary class because its more useful than map. | Josh Blum | 2010-02-12 | 1 | -0/+1 |
| | | | | | | | Made the device addrs into a string:string dict. If its all strings we dont have to change the top level caller for new product. Created shared_iovec class to manage memory for device recvs. Work on the bro/dude control protocol for usrp2. | ||||
* | added transport directory and udp transport | Josh Blum | 2010-02-09 | 1 | -1/+2 |
| | |||||
* | renamed usrp_uhd to uhd | Josh Blum | 2010-02-09 | 1 | -5/+5 |
| | |||||
* | added gpl license v3 | Josh Blum | 2010-01-29 | 1 | -0/+13 |
| | |||||
* | Added gain handler class to manage wildcard gain settings. | Josh Blum | 2010-01-28 | 1 | -0/+1 |
| | | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name. | ||||
* | Added a usrp device abstration that creates usrp mboards. | Josh Blum | 2010-01-21 | 1 | -1/+1 |
| | | | | Added a usrp mboard named test, its empty for now. | ||||
* | Created device interface for discovery, access, configuration... | Josh Blum | 2010-01-16 | 1 | -0/+1 |
| | |||||
* | added interface for usrp dboards to communicate to mboards | Josh Blum | 2010-01-12 | 1 | -3/+4 |
| | |||||
* | Reorganized structure into include, lib, test, firmware, fpga. | Josh Blum | 2010-01-12 | 1 | -0/+21 |
The fpga and firmware are empty placeholders for now. |