uhd/host/lib/usrp
2011-02-22 10:19:09 -08:00
..
dboard Make RFX400 work in UHD 2011-02-16 12:01:38 -08:00
usrp1 uhd: tweaks for windows msvc compiler warnings and errors 2011-02-16 17:19:54 -08:00
usrp2 usrp2: speed up for alignment logic, replace std::list with some bit shifts 2011-02-11 12:51:24 -08:00
usrp_e100 usrp-e100: replaced safe managed buffers in usrp-e100 mmap with custom ones 2011-02-15 17:07:34 -08:00
CMakeLists.txt uhd: remove single usrp (leave a typedef), multi-usrp is a superset now 2011-01-27 15:24:47 -08:00
dboard_base.cpp usrp: changed opaque pointer implementation for dboard contructor args 2010-07-22 10:26:48 -07:00
dboard_ctor_args.hpp usrp: changed opaque pointer implementation for dboard contructor args 2010-07-22 10:26:48 -07:00
dboard_eeprom.cpp uhd: added 9 byte serial to dboard eeprom class 2011-02-22 10:19:09 -08:00
dboard_id.cpp Expanded the dboard id API to create dboard id types from strings and ints. 2010-05-03 01:20:11 -07:00
dboard_iface.cpp uhd: added read-back calls to dboard iface gpio settings, and optional mask 2010-11-26 23:27:53 -05:00
dboard_manager.cpp uhd: added read-back calls to dboard iface gpio settings, and optional mask 2010-11-26 23:27:53 -05:00
dsp_utils.cpp usrp: move dsp tuning wrap-around into the dsp utils (allows the dsp handler to get the full value) 2010-12-03 11:46:47 -05:00
gps_ctrl.cpp N210: longer GPS timeout, removed try/catch in safe_recv loop (since it can't throw any more) 2011-01-25 14:12:39 -08:00
mboard_eeprom.cpp uhd: added 9 byte serial to dboard eeprom class 2011-02-22 10:19:09 -08:00
misc_utils.cpp uhd: update copyright dates on host code 2011-01-13 16:22:07 -08:00
multi_usrp.cpp usrp: added mboard param to get time now and last pps 2011-02-11 10:29:59 -08:00
README uhd: added new hardware to readme 2010-11-23 14:43:02 -08:00
subdev_spec.cpp uhd: fixed maxosx bug, was resizing the transport buffer 2011-01-26 11:27:25 -08:00
tune_helper.cpp usrp: move dsp tuning wrap-around into the dsp utils (allows the dsp handler to get the full value) 2010-12-03 11:46:47 -05:00
wrapper_utils.hpp uhd: created a meta range that is a range of ranges for gains and freqs 2010-11-10 19:29:06 -08:00

########################################################################
# lib USRP directories:
########################################################################

dboard:
    Daughterboard implementation code for all USRP daughterboards

usrp1:
    Implementation code for the USB-based USRP Classic motherboard.

usrp2:
    Implementation code for USRP2, USRP-N200, and USRP-N210.

usrp_e100:
    Implementation code for USRP-E100.