diff options
author | Matt Ettus <matt@ettus.com> | 2010-03-25 17:35:05 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-03-25 17:35:05 -0700 |
commit | 16818dc98e97b69a028c47e66ebfb16e32565533 (patch) | |
tree | 011ff2bcc793d8b38d0fe34adc1bccceb6ab81b8 /usrp1/rbf/rev4 | |
parent | fdb6175aef0aa1896c6319d5425955ce0a5dc86b (diff) | |
parent | 904b35c689d38694913606c569a9d324533ff765 (diff) | |
download | uhd-16818dc98e97b69a028c47e66ebfb16e32565533.tar.gz uhd-16818dc98e97b69a028c47e66ebfb16e32565533.tar.bz2 uhd-16818dc98e97b69a028c47e66ebfb16e32565533.zip |
Merge branch 'master' into udp
Diffstat (limited to 'usrp1/rbf/rev4')
-rw-r--r-- | usrp1/rbf/rev4/.gitignore | 2 | ||||
-rw-r--r-- | usrp1/rbf/rev4/Makefile.am | 31 | ||||
-rwxr-xr-x | usrp1/rbf/rev4/inband_1rxhb_1tx.rbf | bin | 0 -> 161180 bytes | |||
-rwxr-xr-x | usrp1/rbf/rev4/inband_2rxhb_2tx.rbf | bin | 0 -> 191849 bytes | |||
-rwxr-xr-x | usrp1/rbf/rev4/multi_2rxhb_2tx.rbf | bin | 0 -> 180809 bytes | |||
-rwxr-xr-x | usrp1/rbf/rev4/multi_4rx_0tx.rbf | bin | 0 -> 180537 bytes | |||
-rwxr-xr-x | usrp1/rbf/rev4/std_2rxhb_2tx.rbf | bin | 0 -> 181588 bytes | |||
-rwxr-xr-x | usrp1/rbf/rev4/std_4rx_0tx.rbf | bin | 0 -> 183046 bytes |
8 files changed, 33 insertions, 0 deletions
diff --git a/usrp1/rbf/rev4/.gitignore b/usrp1/rbf/rev4/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/usrp1/rbf/rev4/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/usrp1/rbf/rev4/Makefile.am b/usrp1/rbf/rev4/Makefile.am new file mode 100644 index 000000000..54de9b818 --- /dev/null +++ b/usrp1/rbf/rev4/Makefile.am @@ -0,0 +1,31 @@ +# +# Copyright 2009 Free Software Foundation, Inc. +# +# This file is part of GNU Radio +# +# GNU Radio is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 3, or (at your option) +# any later version. +# +# GNU Radio is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GNU Radio; see the file COPYING. If not, write to +# the Free Software Foundation, Inc., 51 Franklin Street, +# Boston, MA 02110-1301, USA. +# + +include $(top_srcdir)/Makefile.common + +rbf4datadir = $(prefix)/share/usrp/rev4 + +dist_rbf4data_DATA = \ + std_2rxhb_2tx.rbf \ + std_4rx_0tx.rbf \ + inband_1rxhb_1tx.rbf \ + inband_2rxhb_2tx.rbf \ + multi_2rxhb_2tx.rbf diff --git a/usrp1/rbf/rev4/inband_1rxhb_1tx.rbf b/usrp1/rbf/rev4/inband_1rxhb_1tx.rbf Binary files differnew file mode 100755 index 000000000..c1c9af2ce --- /dev/null +++ b/usrp1/rbf/rev4/inband_1rxhb_1tx.rbf diff --git a/usrp1/rbf/rev4/inband_2rxhb_2tx.rbf b/usrp1/rbf/rev4/inband_2rxhb_2tx.rbf Binary files differnew file mode 100755 index 000000000..ca1a0f92b --- /dev/null +++ b/usrp1/rbf/rev4/inband_2rxhb_2tx.rbf diff --git a/usrp1/rbf/rev4/multi_2rxhb_2tx.rbf b/usrp1/rbf/rev4/multi_2rxhb_2tx.rbf Binary files differnew file mode 100755 index 000000000..2683d8641 --- /dev/null +++ b/usrp1/rbf/rev4/multi_2rxhb_2tx.rbf diff --git a/usrp1/rbf/rev4/multi_4rx_0tx.rbf b/usrp1/rbf/rev4/multi_4rx_0tx.rbf Binary files differnew file mode 100755 index 000000000..b7e4eb393 --- /dev/null +++ b/usrp1/rbf/rev4/multi_4rx_0tx.rbf diff --git a/usrp1/rbf/rev4/std_2rxhb_2tx.rbf b/usrp1/rbf/rev4/std_2rxhb_2tx.rbf Binary files differnew file mode 100755 index 000000000..ee3c30d66 --- /dev/null +++ b/usrp1/rbf/rev4/std_2rxhb_2tx.rbf diff --git a/usrp1/rbf/rev4/std_4rx_0tx.rbf b/usrp1/rbf/rev4/std_4rx_0tx.rbf Binary files differnew file mode 100755 index 000000000..1deca9517 --- /dev/null +++ b/usrp1/rbf/rev4/std_4rx_0tx.rbf |