uhd/host/lib/usrp
2011-01-05 20:49:45 -08:00
..
dboard uhd: update copyright dates 2011-01-05 20:49:45 -08:00
usrp1 USRP1: REALLY fix the full-duplex case. 2010-12-31 11:36:07 -08:00
usrp2 uhd: update copyright dates 2011-01-05 20:49:45 -08:00
usrp_e100 usrp2: implemented get time last pps 2010-12-30 16:41:38 -08:00
CMakeLists.txt uhd: use the include subdir macro to simplify the lib subdirs cmakelists 2010-12-20 10:59:25 -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 Expanded the dboard id API to create dboard id types from strings and ints. 2010-05-03 01:20:11 -07: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
mboard_eeprom.cpp usrp: replace struct member sizeof with this macro so it compiles on mac 2010-11-23 19:47:36 -08:00
misc_utils.cpp usrp: fixed validate subdev spec typo for empty string cases 2010-10-26 09:47:53 -07:00
multi_usrp.cpp uhd: removed SOB always from tx examples, 2010-12-30 17:26:58 -08:00
README uhd: added new hardware to readme 2010-11-23 14:43:02 -08:00
single_usrp.cpp usrp2: implemented get time last pps 2010-12-30 16:41:38 -08:00
subdev_spec.cpp usrp: added subdev enabled property 2010-09-30 11:05:33 -07: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.