The USRP™ Hardware Driver Repository
Find a file
Alex Williams 4e084337e6 cmake: Check for rte_ethdev.h when finding DPDK
Ubuntu splits headers between the arch-specific and noarch directories,
so we were only getting one of them. That caused build failure for DPDK.
This fixes the issue by grabbing a fundamental header from the other
set.
2018-08-29 18:25:18 -07:00
.github Create ISSUE_TEMPLATE.md 2018-04-30 18:01:36 -07:00
firmware Definitions of MASK_GPIO_SHDN_SW and GPIO_AUX_PWR_ON Errors 2018-08-01 15:49:41 -07:00
fpga-src@615d9b8eeb RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes 2018-08-22 14:31:34 -07:00
host cmake: Check for rte_ethdev.h when finding DPDK 2018-08-29 18:25:18 -07:00
images RFNoC: Convert SR_READBACK_REG_FIFOSIZE to bytes 2018-08-22 14:31:34 -07:00
mpm mpm: reset the RPC server upon reload 2018-08-27 18:14:23 -07:00
tools uhd: Post-release cleanup 2018-07-25 17:42:02 -07:00
.gitignore Ignore .pyc files 2016-04-22 18:14:10 -07:00
.gitmodules Merge branch 'maint' 2015-01-27 09:10:05 +01:00
CHANGELOG Preparing for 3.13.0.0 Release 2018-07-19 10:31:40 -07:00
CODING.md Update README.md, LICENSE.md, and CONTRIBUTING.md 2018-06-26 08:56:32 -07:00
CONTRIBUTING.md Update README.md, LICENSE.md, and CONTRIBUTING.md 2018-06-26 08:56:32 -07:00
LICENSE.md Update README.md, LICENSE.md, and CONTRIBUTING.md 2018-06-26 08:56:32 -07:00
README.md Update README.md, LICENSE.md, and CONTRIBUTING.md 2018-06-26 08:56:32 -07: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 (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.

mpm/

The source code for the module peripheral manager (MPM). This is code that is run on embedded devices.

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 download 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.