blob: 3dc7a2d982ea7eb0b8091b1b2ad0742530a073ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
========================================================================
UHD - Universal Hardware Driver
========================================================================
The UHD is the universal hardware driver for Ettus Research products.
The goal of the 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/without gnuradio.
Also, a dual license option will be available for those who build against the UHD
but cannot release their software products under the GPL.
------------------------------------------------------------------------
Contents
------------------------------------------------------------------------
^^^^^^^^^^^^^^^^^^^^^
Building the UHD
^^^^^^^^^^^^^^^^^^^^^
* `Build Guide <./build.html>`_
^^^^^^^^^^^^^^^^^^^^^
Supported Devices
^^^^^^^^^^^^^^^^^^^^^
* `USRP2 App Notes <./usrp2.html>`_
* `Daughterboard App Notes <./dboards.html>`_
^^^^^^^^^^^^^^^^^^^^^
API Documentation
^^^^^^^^^^^^^^^^^^^^^
* `Doxygen <./../../doxygen/html/index.html>`_
* `Using the API <./coding.html>`_
|