uhd/host
Josh Blum daed43a8a8 Cleaned up the gain handler (thing that gets and sets wildcard gains)
and made use of it in the dboard manager so it intercepts the sets and gets.
While doing this, fixed something with nested links in wax obj.
Added some useful macros and templates to the utils.
2010-03-11 18:37:34 -08:00
..
apps Added simple device to handle wrapping general properties up into simple api. 2010-03-10 14:47:03 -08:00
include Cleaned up the gain handler (thing that gets and sets wildcard gains) 2010-03-11 18:37:34 -08:00
lib Cleaned up the gain handler (thing that gets and sets wildcard gains) 2010-03-11 18:37:34 -08:00
test Cleaned up the gain handler (thing that gets and sets wildcard gains) 2010-03-11 18:37:34 -08:00
.gitignore moved host code into host directory for clean (unambiguous) top level 2010-02-17 00:41:38 -08:00
AUTHORS moved host code into host directory for clean (unambiguous) top level 2010-02-17 00:41:38 -08:00
cmake_uninstall.cmake.in moved host code into host directory for clean (unambiguous) top level 2010-02-17 00:41:38 -08:00
CMakeLists.txt Work on the io interface for a device (and some implementation work in usrp2). 2010-02-22 18:47:05 -08:00
LICENSE moved host code into host directory for clean (unambiguous) top level 2010-02-17 00:41:38 -08:00
README moved host code into host directory for clean (unambiguous) top level 2010-02-17 00:41:38 -08:00
uhd.pc.in moved host code into host directory for clean (unambiguous) top level 2010-02-17 00:41:38 -08:00

########################################################################
# Ettus Research - Universal Hardware Driver
########################################################################
The hardware driver for Ettus Research products.

########################################################################
# Supported USRP Motherboards
########################################################################
USRP2 - gigabit ethernet

########################################################################
# Supported USRP Daughterboards
########################################################################
Basic RX
Basic TX

########################################################################
# CMake Instructions
########################################################################
cd <uhd_src_dir>
mkdir build
cd build
cmake ../
make
make test
sudo make install