Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 1 | -43/+0 |
| | |||||
* | Added control code in the txrx.c and dboard interface for usrp2 to handle ↵ | Josh Blum | 2010-02-16 | 1 | -0/+1 |
| | | | | gpio and atr | ||||
* | Moved the usrp2 implementation files into a usrp2 dir within mboard. | Josh Blum | 2010-02-16 | 1 | -1/+2 |
| | | | | Filled in many of the properties for the mboard (including clock config). | ||||
* | Added usrp2 impl for the guts of the usrp2 handling. | Josh Blum | 2010-02-16 | 1 | -0/+1 |
| | | | | The top level usrp2 will contain an impl and forward calls to it. | ||||
* | CMake does not have convenience libraries like automake. | Josh Blum | 2010-02-15 | 1 | -5/+10 |
| | | | | | Removed the nested lib CMakeLists.txt in favor of a single top level lib/CMakeLists.txt for building the shared library. | ||||
* | Added CMakeLists.txt for the include dir. | Josh Blum | 2010-02-15 | 1 | -0/+2 |
| | | | | | Setting up the pkg config file through cmake. Added stuff to cmake to add optional flags. | ||||
* | Created CMakeLists.txt for a CMake build. | Josh Blum | 2010-02-15 | 1 | -0/+33 |
Only created the files for building, install part missing. |