Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed Autotools stuff and the git ignore files. | Josh Blum | 2010-02-15 | 1 | -123/+0 |
| | | | | | Feeding cpack a readme and license file. Added readme contents. | ||||
* | Compiling under old fedora8 with boost 1.37. | Josh Blum | 2010-02-13 | 1 | -2/+2 |
| | | | | | Fixed somethings that caused errors and warnings. Cannot get rid of all warnings on this system. | ||||
* | added transport directory and udp transport | Josh Blum | 2010-02-09 | 1 | -2/+4 |
| | |||||
* | renamed usrp_uhd to uhd | Josh Blum | 2010-02-09 | 1 | -6/+6 |
| | |||||
* | Minimal framework in place to handle udp discovery. | Josh Blum | 2010-01-29 | 1 | -1/+2 |
| | | | | | Added usrp2 stuff, udp wrapper, discovery function. Added app called discover usrps (usrp2 only for now). | ||||
* | added gpl license v3 | Josh Blum | 2010-01-29 | 1 | -0/+13 |
| | |||||
* | Added boost system (needed with asio) and date time (will need for ↵ | Josh Blum | 2010-01-27 | 1 | -13/+18 |
| | | | | | | | | threading/sleeping). Added to dboard interface to get clock rates. Added OTHERS properties and some documentation type notes. Added more TODOs to the utils. | ||||
* | Various tweaks, switched to boost unit testing. | Josh Blum | 2010-01-25 | 1 | -7/+37 |
| | |||||
* | 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. | ||||
* | Integrated cppunit into the build system. | Josh Blum | 2010-01-15 | 1 | -0/+6 |
| | | | | Added new test for the usrp dboard stuff. | ||||
* | Dboard base class that is no longer also the xcvr. | Josh Blum | 2010-01-15 | 1 | -1/+23 |
| | | | | | | | | | | | | The xcvr base inherits from this (as does rx and tx base). Added m4 macro to check for compiler flags. The configure checks flags and headers. Merged the register subdev static methods into one method that associates a dboard id with a dboard constructor. The manager code is responsible for checking this association and creating the correct subdev instances. | ||||
* | Reorganized structure into include, lib, test, firmware, fpga. | Josh Blum | 2010-01-12 | 1 | -7/+12 |
| | | | | The fpga and firmware are empty placeholders for now. | ||||
* | Created subcomponent for usrp dboards. | Josh Blum | 2010-01-08 | 1 | -0/+3 |
| | | | | Only populated the interface though. | ||||
* | Added stuff for usrp addresses, wax framework, build structure. | Josh Blum | 2010-01-08 | 1 | -1/+4 |
| | |||||
* | skeleton autotools system for uhd | Josh Blum | 2010-01-07 | 1 | -0/+33 |