diff options
author | db <db@FreeBSD.org> | 2012-12-10 03:43:02 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2012-12-10 03:43:02 +0800 |
commit | 8f592bdcac9fbbb67467019374ffeb6fc6398e99 (patch) | |
tree | c4d3763c7fab663d090dc300d84fdd346593122d /comms/Makefile | |
parent | 4bb2999d732470a3e69f35331f2c384a44b48baa (diff) | |
download | freebsd-ports-gnome-8f592bdcac9fbbb67467019374ffeb6fc6398e99.tar.gz freebsd-ports-gnome-8f592bdcac9fbbb67467019374ffeb6fc6398e99.tar.zst freebsd-ports-gnome-8f592bdcac9fbbb67467019374ffeb6fc6398e99.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 |