summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/README
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-11-11 17:40:01 -0800
committerJosh Blum <josh@joshknows.com>2010-11-11 17:40:01 -0800
commit476afe68f5c37a3e10a1208b0150732d7770a023 (patch)
tree73ea72533375d32ac35bcfff578ac0d774a89343 /host/lib/usrp/README
parent478f8174601350ad0edd52bb985657037b181a2d (diff)
downloaduhd-476afe68f5c37a3e10a1208b0150732d7770a023.tar.gz
uhd-476afe68f5c37a3e10a1208b0150732d7770a023.tar.bz2
uhd-476afe68f5c37a3e10a1208b0150732d7770a023.zip
usrp2: made enums for the rev types and implemented in code
Diffstat (limited to 'host/lib/usrp/README')
-rw-r--r--host/lib/usrp/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/host/lib/usrp/README b/host/lib/usrp/README
new file mode 100644
index 000000000..c125d1dad
--- /dev/null
+++ b/host/lib/usrp/README
@@ -0,0 +1,12 @@
+########################################################################
+# 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 and USRP-N2XX.