uhd/host/lib/usrp
Josh Blum 1d842e0767 usrp2: initialize channel occupancy variables,
this fixes a bug when there are multiple mboard per device,
the occupancy int could be uninitialized to a bad value,
while subdev specs are being setup for the first time,
and cause allocation issues
2011-08-23 10:15:08 -07:00
..
b100 uhd: replaced boost filesystem path with fs_path in property tree 2011-07-22 13:59:47 -07:00
common uhd: fixed some warnings with gcc on macosx 2011-07-25 17:49:30 -07:00
cores usrp: use a new cmd bit to signal stop 2011-07-28 00:34:04 -07:00
dboard usrp: dboard sensors fix, populate for tvrx, and should be empty on basics/unknown 2011-08-18 10:11:57 -07:00
e100 uhd: replaced boost filesystem path with fs_path in property tree 2011-07-22 13:59:47 -07:00
usrp1 usrp1: handle special case of no rx or no tx dsps 2011-08-08 19:36:16 -07:00
usrp2 usrp2: initialize channel occupancy variables, 2011-08-23 10:15:08 -07:00
CMakeLists.txt usrp: moved fx2 stuff into common folder 2011-07-01 14:03:04 -07:00
dboard_base.cpp uhd: update copyright headers with automated script 2011-03-23 18:48:30 -07:00
dboard_ctor_args.hpp
dboard_eeprom.cpp usrp: populate a tree from a subdev 2011-06-27 20:26:52 -07:00
dboard_id.cpp
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 usrp: dboard sensors fix, populate for tvrx, and should be empty on basics/unknown 2011-08-18 10:11:57 -07:00
gps_ctrl.cpp gps_ctrl: make GPSDO parsing more robust, add retries 2011-08-11 13:32:47 -07:00
mboard_eeprom.cpp usrp2: added a place for product code in eeprom map 2011-07-13 12:46:07 -07:00
multi_usrp.cpp usrp: use the frontend BW to clip the overall tune range 2011-08-18 10:22:12 -07:00
README uhd: added new hardware to readme 2010-11-23 14:43:02 -08:00
subdev_spec.cpp uhd: replaced instanced of std::exception with the uhd exceptions 2011-02-24 16:35:29 -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.