mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
* Includes for 'uint32_t/uint8_t' were missing. Compilers that care don't like if we just use uint32_t like this. * For portability boost::uint32_t and boost::uint8_t should preferrably be used. Signed-off-by: Moritz Fischer <moritz@ettus.com> |
||
|---|---|---|
| .. | ||
| apps/omap_debug | ||
| cmake | ||
| docs | ||
| examples | ||
| include | ||
| lib | ||
| tests | ||
| utils | ||
| .gitignore | ||
| AUTHORS.txt | ||
| CMakeLists.txt | ||
| LICENSE.txt | ||
| README.txt | ||
| uhd.pc.in | ||
############################################### # Ettus Research - USRP Hardware Driver ############################################### The hardware driver for Ettus Research products. ############################################### # Supported USRP Motherboards ############################################### USRP1 USRP2 N200 N210 E100 E110 B100 B200 ############################################### # Supported USRP Daughterboards ############################################### Basic RX Basic TX LF RX LF TX RFX Series XCVR 2450 WBX + Simple GDB DBSRX DBSRX2 TVRX TVRX2 SBX CBX ############################################### # Documentation ############################################### Online documentation available at: http://code.ettus.com/redmine/ettus/projects/uhd/wiki The build system can generate the html for the manual and Doxygen. Docutils and Doxygen are required to build the html docs. See the docs directory for the manual source (reStructuredText).