uhd/host/lib/usrp
2011-01-30 23:16:43 -08:00
..
dboard TVRX: forgot to disable debug messages 2011-01-21 11:15:23 -08:00
usrp1 uhd: use time spec get_system_time to simplify soft time control 2011-01-30 23:16:43 -08:00
usrp2 usrp2: dont set the time for slave devices, they always take from mimo cable 2011-01-27 12:32:11 -08:00
usrp_e100 usrp-e100: revert compat number until its ready 2011-01-27 10:55:59 -08:00
CMakeLists.txt next: generalized the GPS interface to any USRP device. just give it a function to write/read strings to UART. 2011-01-17 22:51:14 -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
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: update copyright dates on host code 2011-01-13 16:22:07 -08:00
misc_utils.cpp uhd: update copyright dates on host code 2011-01-13 16:22:07 -08:00
multi_usrp.cpp uhd: update copyright dates on host code 2011-01-13 16:22:07 -08:00
README uhd: added new hardware to readme 2010-11-23 14:43:02 -08:00
single_usrp.cpp uhd: update copyright dates on host code 2011-01-13 16:22:07 -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.