summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-14 10:13:58 -0700
committerJosh Blum <josh@joshknows.com>2011-10-14 10:15:20 -0700
commitf817f6f1db02d8a0cd6698510a2094ebce3bd171 (patch)
tree375ad3c4b93e605b508d2122bc21e9eecf451025
parent1f6f07b3d42dc763ff1a9ba75fb15463bb338ae0 (diff)
downloaduhd-f817f6f1db02d8a0cd6698510a2094ebce3bd171.tar.gz
uhd-f817f6f1db02d8a0cd6698510a2094ebce3bd171.tar.bz2
uhd-f817f6f1db02d8a0cd6698510a2094ebce3bd171.zip
uhd: added supported models and some doc tweaks
-rw-r--r--host/README.txt10
-rw-r--r--host/cmake/Modules/UHDPackage.cmake2
-rw-r--r--host/docs/index.rst6
3 files changed, 10 insertions, 8 deletions
diff --git a/host/README.txt b/host/README.txt
index cc7a501b4..473e0ab17 100644
--- a/host/README.txt
+++ b/host/README.txt
@@ -1,5 +1,5 @@
###############################################
-# Ettus Research - Universal Hardware Driver
+# Ettus Research - USRP Hardware Driver
###############################################
The hardware driver for Ettus Research products.
@@ -8,9 +8,11 @@ The hardware driver for Ettus Research products.
###############################################
USRP1
USRP2
-USRP-N200
-USRP-N210
-USRP-E100
+N200
+N210
+E100
+E110
+B100
###############################################
# Supported USRP Daughterboards
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake
index e36793d73..3c6ae14f2 100644
--- a/host/cmake/Modules/UHDPackage.cmake
+++ b/host/cmake/Modules/UHDPackage.cmake
@@ -80,7 +80,7 @@ ENDIF()
########################################################################
# Setup CPack General
########################################################################
-SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ettus Research - Universal Hardware Driver")
+SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ettus Research - USRP Hardware Driver")
SET(CPACK_PACKAGE_VENDOR "Ettus Research LLC")
SET(CPACK_PACKAGE_CONTACT "support@ettus.com")
SET(CPACK_PACKAGE_VERSION_MAJOR ${UHD_VERSION_MAJOR})
diff --git a/host/docs/index.rst b/host/docs/index.rst
index f2dca50bf..7b6d026b5 100644
--- a/host/docs/index.rst
+++ b/host/docs/index.rst
@@ -1,9 +1,9 @@
========================================================================
-UHD - Universal Hardware Driver
+UHD - USRP Hardware Driver
========================================================================
-The UHD is the universal hardware driver for Ettus Research products.
-The goal of the UHD is to provide a host driver and api for current and future Ettus Research products.
+The UHD is the "Universal Software Radio Peripheral" hardware driver.
+The goal of the UHD is to provide a host driver and API for current and future Ettus Research products.
Users will be able to use the UHD driver standalone or with 3rd party applications.
------------------------------------------------------------------------