From fd3e84941de463fa1a7ebab0a69515b4bf2614cd Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 7 Oct 2014 11:25:20 +0200 Subject: Removed copy of FPGA source files. --- fpga/usrp1/rbf/.gitignore | 4 ---- fpga/usrp1/rbf/Makefile.am | 22 ---------------------- fpga/usrp1/rbf/rev2/.gitignore | 2 -- fpga/usrp1/rbf/rev2/Makefile.am | 31 ------------------------------- fpga/usrp1/rbf/rev2/inband_1rxhb_1tx.rbf | Bin 161180 -> 0 bytes fpga/usrp1/rbf/rev2/inband_2rxhb_2tx.rbf | Bin 191849 -> 0 bytes fpga/usrp1/rbf/rev2/multi_2rxhb_2tx.rbf | Bin 180809 -> 0 bytes fpga/usrp1/rbf/rev2/multi_4rx_0tx.rbf | Bin 180537 -> 0 bytes fpga/usrp1/rbf/rev2/std_2rxhb_2tx.rbf | Bin 181588 -> 0 bytes fpga/usrp1/rbf/rev2/std_4rx_0tx.rbf | Bin 183046 -> 0 bytes fpga/usrp1/rbf/rev4/.gitignore | 2 -- fpga/usrp1/rbf/rev4/Makefile.am | 31 ------------------------------- fpga/usrp1/rbf/rev4/inband_1rxhb_1tx.rbf | Bin 161180 -> 0 bytes fpga/usrp1/rbf/rev4/inband_2rxhb_2tx.rbf | Bin 191849 -> 0 bytes fpga/usrp1/rbf/rev4/multi_2rxhb_2tx.rbf | Bin 180809 -> 0 bytes fpga/usrp1/rbf/rev4/multi_4rx_0tx.rbf | Bin 180537 -> 0 bytes fpga/usrp1/rbf/rev4/std_2rxhb_2tx.rbf | Bin 181588 -> 0 bytes fpga/usrp1/rbf/rev4/std_4rx_0tx.rbf | Bin 183046 -> 0 bytes 18 files changed, 92 deletions(-) delete mode 100644 fpga/usrp1/rbf/.gitignore delete mode 100644 fpga/usrp1/rbf/Makefile.am delete mode 100644 fpga/usrp1/rbf/rev2/.gitignore delete mode 100644 fpga/usrp1/rbf/rev2/Makefile.am delete mode 100755 fpga/usrp1/rbf/rev2/inband_1rxhb_1tx.rbf delete mode 100755 fpga/usrp1/rbf/rev2/inband_2rxhb_2tx.rbf delete mode 100755 fpga/usrp1/rbf/rev2/multi_2rxhb_2tx.rbf delete mode 100755 fpga/usrp1/rbf/rev2/multi_4rx_0tx.rbf delete mode 100755 fpga/usrp1/rbf/rev2/std_2rxhb_2tx.rbf delete mode 100755 fpga/usrp1/rbf/rev2/std_4rx_0tx.rbf delete mode 100644 fpga/usrp1/rbf/rev4/.gitignore delete mode 100644 fpga/usrp1/rbf/rev4/Makefile.am delete mode 100755 fpga/usrp1/rbf/rev4/inband_1rxhb_1tx.rbf delete mode 100755 fpga/usrp1/rbf/rev4/inband_2rxhb_2tx.rbf delete mode 100755 fpga/usrp1/rbf/rev4/multi_2rxhb_2tx.rbf delete mode 100755 fpga/usrp1/rbf/rev4/multi_4rx_0tx.rbf delete mode 100755 fpga/usrp1/rbf/rev4/std_2rxhb_2tx.rbf delete mode 100755 fpga/usrp1/rbf/rev4/std_4rx_0tx.rbf (limited to 'fpga/usrp1/rbf') diff --git a/fpga/usrp1/rbf/.gitignore b/fpga/usrp1/rbf/.gitignore deleted file mode 100644 index eb58a95f5..000000000 --- a/fpga/usrp1/rbf/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -/Makefile -/Makefile.in -/usrp_fpga_rev1.rbf -/usrp_fpga_rev2.rbf diff --git a/fpga/usrp1/rbf/Makefile.am b/fpga/usrp1/rbf/Makefile.am deleted file mode 100644 index 7bce77d5f..000000000 --- a/fpga/usrp1/rbf/Makefile.am +++ /dev/null @@ -1,22 +0,0 @@ -# -# Copyright 2005,2006,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. -# - -SUBDIRS = rev2 rev4 diff --git a/fpga/usrp1/rbf/rev2/.gitignore b/fpga/usrp1/rbf/rev2/.gitignore deleted file mode 100644 index b336cc7ce..000000000 --- a/fpga/usrp1/rbf/rev2/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/fpga/usrp1/rbf/rev2/Makefile.am b/fpga/usrp1/rbf/rev2/Makefile.am deleted file mode 100644 index 487650e18..000000000 --- a/fpga/usrp1/rbf/rev2/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -# -# 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 - -rbf2datadir = $(prefix)/share/usrp/rev2 - -dist_rbf2data_DATA = \ - std_2rxhb_2tx.rbf \ - std_4rx_0tx.rbf \ - inband_1rxhb_1tx.rbf \ - inband_2rxhb_2tx.rbf \ - multi_2rxhb_2tx.rbf diff --git a/fpga/usrp1/rbf/rev2/inband_1rxhb_1tx.rbf b/fpga/usrp1/rbf/rev2/inband_1rxhb_1tx.rbf deleted file mode 100755 index c1c9af2ce..000000000 Binary files a/fpga/usrp1/rbf/rev2/inband_1rxhb_1tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev2/inband_2rxhb_2tx.rbf b/fpga/usrp1/rbf/rev2/inband_2rxhb_2tx.rbf deleted file mode 100755 index ca1a0f92b..000000000 Binary files a/fpga/usrp1/rbf/rev2/inband_2rxhb_2tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev2/multi_2rxhb_2tx.rbf b/fpga/usrp1/rbf/rev2/multi_2rxhb_2tx.rbf deleted file mode 100755 index 2683d8641..000000000 Binary files a/fpga/usrp1/rbf/rev2/multi_2rxhb_2tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev2/multi_4rx_0tx.rbf b/fpga/usrp1/rbf/rev2/multi_4rx_0tx.rbf deleted file mode 100755 index b7e4eb393..000000000 Binary files a/fpga/usrp1/rbf/rev2/multi_4rx_0tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev2/std_2rxhb_2tx.rbf b/fpga/usrp1/rbf/rev2/std_2rxhb_2tx.rbf deleted file mode 100755 index ee3c30d66..000000000 Binary files a/fpga/usrp1/rbf/rev2/std_2rxhb_2tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev2/std_4rx_0tx.rbf b/fpga/usrp1/rbf/rev2/std_4rx_0tx.rbf deleted file mode 100755 index 1deca9517..000000000 Binary files a/fpga/usrp1/rbf/rev2/std_4rx_0tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev4/.gitignore b/fpga/usrp1/rbf/rev4/.gitignore deleted file mode 100644 index b336cc7ce..000000000 --- a/fpga/usrp1/rbf/rev4/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/Makefile -/Makefile.in diff --git a/fpga/usrp1/rbf/rev4/Makefile.am b/fpga/usrp1/rbf/rev4/Makefile.am deleted file mode 100644 index 54de9b818..000000000 --- a/fpga/usrp1/rbf/rev4/Makefile.am +++ /dev/null @@ -1,31 +0,0 @@ -# -# 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/fpga/usrp1/rbf/rev4/inband_1rxhb_1tx.rbf b/fpga/usrp1/rbf/rev4/inband_1rxhb_1tx.rbf deleted file mode 100755 index c1c9af2ce..000000000 Binary files a/fpga/usrp1/rbf/rev4/inband_1rxhb_1tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev4/inband_2rxhb_2tx.rbf b/fpga/usrp1/rbf/rev4/inband_2rxhb_2tx.rbf deleted file mode 100755 index ca1a0f92b..000000000 Binary files a/fpga/usrp1/rbf/rev4/inband_2rxhb_2tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev4/multi_2rxhb_2tx.rbf b/fpga/usrp1/rbf/rev4/multi_2rxhb_2tx.rbf deleted file mode 100755 index 2683d8641..000000000 Binary files a/fpga/usrp1/rbf/rev4/multi_2rxhb_2tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev4/multi_4rx_0tx.rbf b/fpga/usrp1/rbf/rev4/multi_4rx_0tx.rbf deleted file mode 100755 index b7e4eb393..000000000 Binary files a/fpga/usrp1/rbf/rev4/multi_4rx_0tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev4/std_2rxhb_2tx.rbf b/fpga/usrp1/rbf/rev4/std_2rxhb_2tx.rbf deleted file mode 100755 index ee3c30d66..000000000 Binary files a/fpga/usrp1/rbf/rev4/std_2rxhb_2tx.rbf and /dev/null differ diff --git a/fpga/usrp1/rbf/rev4/std_4rx_0tx.rbf b/fpga/usrp1/rbf/rev4/std_4rx_0tx.rbf deleted file mode 100755 index 1deca9517..000000000 Binary files a/fpga/usrp1/rbf/rev4/std_4rx_0tx.rbf and /dev/null differ -- cgit v1.2.3