The USRP™ Hardware Driver Repository
Find a file
Martin Braun 4b24235c80 examples: Re-enabled better thread interruption in benchmark_rate
The previous version (using atomic variables) was fine, but didn't work
with all the Boost versions we currently support on the 3.9.X release
line.
This is a slightly less safe, but still sufficient example.
2016-03-17 10:17:57 -07:00
firmware Added srec_cat dependency for building the firmware 2016-02-29 12:10:15 -08:00
fpga-src@b91465a5ce Updated repo for 3.9.2 release 2015-12-22 11:30:19 -08:00
host examples: Re-enabled better thread interruption in benchmark_rate 2016-03-17 10:17:57 -07:00
images uhd: Added image script outputs to .gitignore 2015-02-04 11:06:31 -08:00
tools tools: made upload_debs.sh smarter about ignores 2015-12-30 14:10:21 -08:00
.gitignore Added scripts and Debian configuration files for Ubuntu PPA 2015-12-30 11:22:49 -08:00
.gitmodules Updated .gitmodules to match maint->maint 2015-08-31 17:00:19 -07:00
CHANGELOG Updated branch for upcoming 3.9.3 release 2016-03-14 14:10:12 -07:00
README.md Updated URLs 2015-12-22 10:28:33 -08:00

USRP Hardware Driver (UHD™) Software

Welcome to the UHD™ software distribution! UHD is the free & open-source software driver and API for the Universal Software Radio Peripheral (USRP™) SDR platform, created and sold by Ettus Research.

UHD supports all Ettus Research USRP™ hardware, including all motherboards and daughterboards, and the combinations thereof.

Documentation

For technical documentation related to USRP™ hardware or UHD system design, check out the UHD and USRP Manual. That is where you can find Installation Instructions, help on how to build UHD from source on different platforms, development guidelines and reference documentation as well as device usage guidance.

Additionally, be sure to check out the Ettus Research FAQ, and the Knowledge Base for useful application notes and tutorials.

OS Support

UHD is primarily developed on Linux, but we also test and support the following operating systems.

  • Linux (Fedora and Ubuntu)
  • Mac OS X (PPC and Intel)
  • Windows 7

Other operating systems will most likely work, too, but are not officially supported.

Applications

UHD can be used to build stand-alone applications with USRP™ hardware, or with third-party applications. Some common toolkits / frameworks are:

Directories

host/

The source code for the user-space driver.

firmware/

The source code for all microprocessors in USRP hardware.

fpga-src/

The source code for the UHD FPGA images. Note this is a git submodule, if you are cloning the repository and want to modify the FPGA code, you will need to run 'git clone --recursive' to automatically populate this directory. Alternatively, you can run 'git submodule init' followed by 'git submodule update' to populate it after cloning the repository without '--recursive'.

Note that this subdirectory is very large, and not necessary for building applications that link against UHD.

images/

This contains the package builder for FPGA and firmware images. We provide other tools to downloade image packages, the scripts in here are mainly relevant for UHD maintainers and -developers.

tools/

Additional tools, mainly for debugging purposes. See the readme-file in that directory for more details on the individual tools.