The USRP™ Hardware Driver Repository
Find a file
Steven Koo 19f3c1203a ci: Linux and Windows uhd build docker images
This commit adds Pipeline support for building uhd toolchain docker
images. The Dockerfiles specify the required dependencies to build uhd.
These can then be used in downstream pipelines to build uhd. It's also
possible to use the Dockerfiles using "docker build" and "docker run"
to locally create the toolchain to build uhd.

Signed-off-by: Steven Koo <steven.koo@ni.com>
2021-03-12 16:24:09 -06:00
.ci ci: Linux and Windows uhd build docker images 2021-03-12 16:24:09 -06:00
.github github: comment out instructions in Issue Template 2019-03-18 08:55:39 -07:00
firmware firmware: b2xx: Update to newer Cypress FX3 SDK 2020-08-25 07:28:22 -05:00
fpga fpga: dsp: Fix formatting of rx_dcoffset and add docs 2021-03-09 08:33:32 -06:00
host examples: Remove unused arguments for rfnoc_radio_loopback 2021-03-11 09:52:18 -06:00
images images: Update B2xx firmware 2021-02-11 15:25:09 -06:00
mpm mpm: rpc: don't expose reset_mgr call via RPC 2021-03-11 09:29:31 -06:00
tools tools: Rfnoc dissectors are now built and named based on CHDR width 2020-12-01 10:07:47 -08:00
.clang-format clang-format: Break after templates 2019-03-21 09:50:09 -07:00
.clang-tidy Add clang-tidy file 2021-03-04 08:07:26 -06:00
.gitignore uhd: gitignore .DS_Store for our macOS friends 2021-03-12 13:55:25 -06:00
.gitmodules Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
CHANGELOG Prepare branch for release 2020-09-13 12:14:04 -07:00
CODING.md Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
CONTRIBUTING.md Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
LICENSE.md Merge FPGA repository back into UHD repository 2020-01-28 09:35:36 -08:00
README.md README.md: Fix REDHAWK link 2020-08-13 15:02:20 -05: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 10

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/

The source code for the UHD FPGA images.

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.