diff options
-rw-r--r-- | host/README.txt | 10 | ||||
-rw-r--r-- | host/cmake/Modules/UHDPackage.cmake | 2 | ||||
-rw-r--r-- | host/docs/index.rst | 6 |
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. ------------------------------------------------------------------------ |