summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Added boost system (needed with asio) and date time (will need for ↵Josh Blum2010-01-271-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 Blum2010-01-251-7/+37
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-1/+1
| | | | Added a usrp mboard named test, its empty for now.
* Integrated cppunit into the build system.Josh Blum2010-01-151-0/+6
| | | | Added new test for the usrp dboard stuff.
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-151-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 Blum2010-01-121-7/+12
| | | | The fpga and firmware are empty placeholders for now.
* Created subcomponent for usrp dboards.Josh Blum2010-01-081-0/+3
| | | | Only populated the interface though.
* Added stuff for usrp addresses, wax framework, build structure.Josh Blum2010-01-081-1/+4
|
* skeleton autotools system for uhdJosh Blum2010-01-071-0/+33