uhd/host
Nick Foster 40faee2e6d Finished GPS driver, more or less.
Should detect any 115kbaud GPS on the serial port, as long as it outputs GPRMC packets. Tweaked the serial driver for a stupid off-by-one mistake.
2010-08-16 16:11:45 -07:00
..
config uhd: moved version extraction code into version.cmake 2010-07-22 23:02:33 -07:00
docs dbsrx: modification docs 2010-08-04 18:50:37 -07:00
examples uhd: made tx continuous samples example app 2010-07-28 19:43:05 -07:00
include Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhdpriv into usrp2p 2010-08-11 14:00:34 -07:00
lib Finished GPS driver, more or less. 2010-08-16 16:11:45 -07:00
test usrp: needed default constructor for MSVC, fixed gain group float warnings 2010-08-11 11:17:11 -07:00
utils usrp2: work on card burner to pad the image file before a write 2010-08-10 11:47:49 -07:00
.gitignore moved host code into host directory for clean (unambiguous) top level 2010-02-17 00:41:38 -08:00
AUTHORS uhd: moved cpack stuff into config dir (work on cpack) 2010-07-13 18:15:47 -07:00
CMakeLists.txt uhd: moved version extraction code into version.cmake 2010-07-22 23:02:33 -07:00
LICENSE moved host code into host directory for clean (unambiguous) top level 2010-02-17 00:41:38 -08:00
README dbsrx: added support note to README 2010-08-06 14:34:06 -07:00
uhd.pc.in Merge branch 'package' 2010-07-16 18:29:16 -07:00

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

########################################################################
# Supported USRP Motherboards
########################################################################
USRP2 - udp over gigabit ethernet

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

########################################################################
# 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).