diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-24 11:34:30 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-25 22:58:03 +0700 |
commit | d52079f9eaa3eb6eb770acd286118c6ce66532c5 (patch) | |
tree | e0a582d2f9e0923015308d0757b66ab0e6411e4f /system/uhd/README | |
parent | 304ba445d13d2ca1a19651ffe8e16343907ab883 (diff) |
system/uhd: Updated for version 4.1.0.5.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/uhd/README')
-rw-r--r-- | system/uhd/README | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/system/uhd/README b/system/uhd/README index 3e7c6e766a..8519eb1755 100644 --- a/system/uhd/README +++ b/system/uhd/README @@ -1,6 +1,9 @@ -The USRP Hardware Driver software (UHD) is the hardware driver for all -USRP devices. It works on all major platforms (Linux, Windows, and Mac) -and can be built with GCC, Clang, and MSVC compilers. The goal of the -UHD software is to provide a host driver and API for current and future -Ettus Research products. Users will be able to use UHD software +The USRP Hardware Driver software (UHD) is the hardware driver for +all USRP devices. It works on all major platforms (Linux, Windows, and +Mac) and can be built with GCC, Clang, and MSVC compilers. The goal of +the UHD software is to provide a host driver and API for current and +future Ettus Research products. Users will be able to use UHD software standalone or with third-party applications. + +Optional dependency: numpy3. This is required for building the UHD +Python API. |