diff options
author | Diane Bruce <db@FreeBSD.org> | 2012-12-10 03:43:02 +0800 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2012-12-10 03:43:02 +0800 |
commit | 2ee7eac59dc901372dd8b244d2451bf7ae8a29b4 (patch) | |
tree | c4d3763c7fab663d090dc300d84fdd346593122d /comms/Makefile | |
parent | 5ba490fe9c9081bf2d2a92d3c10ca5249d0bd7c2 (diff) | |
download | freebsd-ports-gnome-2ee7eac59dc901372dd8b244d2451bf7ae8a29b4.tar.gz freebsd-ports-gnome-2ee7eac59dc901372dd8b244d2451bf7ae8a29b4.tar.zst freebsd-ports-gnome-2ee7eac59dc901372dd8b244d2451bf7ae8a29b4.zip |
UHD is the "Universal Software Radio Peripheral" (USRP) Hardware Driver. It
works on all major platforms (Linux, Windows, and Mac); and can be built with
GCC, Clang, and MSVC compilers.
The goal of 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 third-party applications such as:
GNU Radio
LabVIEW
Simulink
OpenBTS
Submitted by: adrian@
Reviewed by: db@
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index f8bf3d55ecdb..13f273f60dac 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -160,6 +160,7 @@ SUBDIR += umcs7840 SUBDIR += unixcw SUBDIR += usbmuxd + SUBDIR += usrp SUBDIR += uticom SUBDIR += viewfax SUBDIR += vrflash |