The USRP™ Hardware Driver Repository
Find a file
Martin Braun 0fdc47dfaf examples: Remove unused constants
Unused variables, constants, and functions cause compiler warnings on
recent compilers. We therefore remove those, or comment them out. The
heuristic for when to comment out and when to delete is as such: If
there is a list of constants or variables, where the unused constant
makes sense within a list, it is commented out. Otherwise, it is
deleted.
2024-10-29 17:59:42 +01:00
.ci ci: devtest: abort execution if uhd_find_devices failed 2024-10-28 10:50:19 +01:00
.github
firmware Fix binary file reading in bin_to_coe.py 2024-07-05 13:50:54 +02:00
fpga fpga: ci: move patches to IT owned share 2024-10-18 10:18:50 +02:00
host examples: Remove unused constants 2024-10-29 17:59:42 +01:00
images images: Update create_imgs_package.py 2024-07-05 13:51:20 +02:00
mpm MPM: Init DSP only if there is a radio frontend 2024-10-23 15:53:21 +02:00
tools tools: re-run UHD build if toplevel CMakeLists.txt changed 2024-10-21 17:42:57 +02:00
.clang-format Update clang-format for version 14 2023-08-07 15:35:56 -05:00
.clang-format-ignore tools: Add clang-formatting tools 2023-08-07 15:35:56 -05:00
.clang-tidy
.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml uhd: Add .pre-commit-config.yaml 2024-04-08 21:44:38 -05:00
.readthedocs.yaml docs: fixing the readthedocs builds 2023-11-10 16:01:01 -06:00
CHANGELOG doc: Corrected errors in release CHANGELOGs for UHD 4.7.0.0 2024-07-01 13:02:03 +02:00
CODING.md coding guidelines: use reference-style link brackets for ni-python 2024-07-02 11:45:19 +02:00
CONTRIBUTING.md doc: Add information about NI SRM 2024-01-09 08:52:16 -06:00
LICENSE.md
README.md readme: fix srsRAN URL 2024-04-05 11:22:59 +02: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.