uhd/host
Josh Blum 3e7284014c uhd: misc speedups w/ look up tables
use a look up table for io type size (in the case its used in the fast-path)

move the static const pred table in vrt unpacker to the global level,
for some reason this was incurring a malloc (perhaps because there were 2 tables).
2011-02-10 19:01:32 -08:00
..
apps/omap_debug Fix typo in usage message. 2011-02-08 08:40:47 -08:00
docs Merge branch 'usrp_e100_devel' into next 2011-02-10 12:15:04 -08:00
examples Merge branch 'usrp_e100_devel' into next 2011-02-10 12:15:04 -08:00
include uhd: reference vector fix revealed when building w/ debug 2011-02-10 16:16:40 -08:00
lib uhd: misc speedups w/ look up tables 2011-02-10 19:01:32 -08:00
Modules uhd: increment api compat number for changes in next branch 2011-02-10 12:36:57 -08:00
msvc uhd: add msvc stdint.h so we can use stdints typedefs normally like, fix in fw_common.h 2011-01-11 19:44:46 -08:00
tests uhd: use ref vector class for the conversion routines I/O 2011-02-10 14:24:51 -08:00
usrp_e_utils usrp-e100: added passthrough to images makefile, tweaks to usrp-e-utility 2011-02-03 11:20:37 -08:00
utils Merge branch 'usrp_e100_devel' into next 2011-02-10 12:15:04 -08:00
.gitignore
AUTHORS uhd: updated AUTHORS and README for tvrx and usrp1 2010-09-30 14:59:13 -07:00
cmake_uninstall.cmake.in cmake: moved module files into modules directory, set modules path 2010-12-27 14:10:27 -08:00
CMakeLists.txt uhd: set BOOST_SP_USE_QUICK_ALLOCATOR for managed buffer overhead, hope this doesnt cause trouble later 2011-02-10 18:26:11 -08:00
LICENSE
README uhd: added new hardware to readme 2010-11-23 14:43:02 -08:00
uhd.pc.in

########################################################################
# Ettus Research - Universal Hardware Driver
########################################################################
The hardware driver for Ettus Research products.

########################################################################
# Supported USRP Motherboards
########################################################################
USRP1
USRP2
USRP-N200
USRP-N210
USRP-E100

########################################################################
# Supported USRP Daughterboards
########################################################################
Basic RX
Basic TX
LF RX
LF TX
RFX Series
XCVR 2450
WBX Series
DBSRX
DBSRX2
TVRX

########################################################################
# Documentation
########################################################################
Online documentation available at:
http://ettus-apps.sourcerepo.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).