From eb7e709b7aff162cc7c8f9b8004089846839ffbe Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 17 Feb 2010 00:41:38 -0800 Subject: moved host code into host directory for clean (unambiguous) top level --- host/README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 host/README (limited to 'host/README') diff --git a/host/README b/host/README new file mode 100644 index 000000000..f19275c41 --- /dev/null +++ b/host/README @@ -0,0 +1,26 @@ +######################################################################## +# 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 +mkdir build +cd build +cmake ../ +make +make test +sudo make install -- cgit v1.2.3