diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4af69af --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +/*.cache +/*.la +/*.lo +/*.pc +/.deps +/.la +/.libs +/.lo +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache +/config.cache +/config.h +/config.h.in +/config.log +/config.status +/configure +/depcomp +/install-sh +/ltmain.sh +/libtool +/ltmain.sh +/make.log +/missing +/missing +/stamp-h +/py-compile +/stamp-h.in +/stamp-h1 +/usrp.iss diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..fdf7036 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,14 @@ +/Makefile +/Makefile.in +/html +/latex +/man +/Doxyfile +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/xml +/usrp_guide.html diff --git a/doc/other/.gitignore b/doc/other/.gitignore new file mode 100644 index 0000000..b336cc7 --- /dev/null +++ b/doc/other/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/firmware/.gitignore b/firmware/.gitignore new file mode 100644 index 0000000..75bb241 --- /dev/null +++ b/firmware/.gitignore @@ -0,0 +1,25 @@ +/Makefile +/Makefile.in +/aclocal.m4 +/configure +/config.h.in +/stamp-h.in +/libtool +/config.log +/config.h +/config.cache +/config.status +/missing +/stamp-h +/stamp-h1 +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/autom4te.cache +/*.cache +/missing +/make.log +/usrp.pc diff --git a/firmware/include/.gitignore b/firmware/include/.gitignore new file mode 100644 index 0000000..75bb241 --- /dev/null +++ b/firmware/include/.gitignore @@ -0,0 +1,25 @@ +/Makefile +/Makefile.in +/aclocal.m4 +/configure +/config.h.in +/stamp-h.in +/libtool +/config.log +/config.h +/config.cache +/config.status +/missing +/stamp-h +/stamp-h1 +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/autom4te.cache +/*.cache +/missing +/make.log +/usrp.pc diff --git a/firmware/lib/.gitignore b/firmware/lib/.gitignore new file mode 100644 index 0000000..04f2532 --- /dev/null +++ b/firmware/lib/.gitignore @@ -0,0 +1,18 @@ +/*.ihx +/*.lnk +/*.lst +/*.map +/*.mem +/*.rel +/*.rst +/*.sym +/blink_leds.asm +/usrp_common.asm +/command_loop.asm +/fpga.asm +/*.asm +/usrp_gpif.c +/usrp_gpif_inline.h +/*.lib +/Makefile +/Makefile.in diff --git a/firmware/src/.gitignore b/firmware/src/.gitignore new file mode 100644 index 0000000..d46c52c --- /dev/null +++ b/firmware/src/.gitignore @@ -0,0 +1,17 @@ +/*.ihx +/*.lnk +/*.lst +/*.map +/*.mem +/*.rel +/*.rst +/*.sym +/blink_leds.asm +/usrp_common.asm +/command_loop.asm +/fpga.asm +/*.asm +/usrp_gpif.c +/usrp_gpif_inline.h +/Makefile +/Makefile.in diff --git a/firmware/src/common/.gitignore b/firmware/src/common/.gitignore new file mode 100644 index 0000000..d46c52c --- /dev/null +++ b/firmware/src/common/.gitignore @@ -0,0 +1,17 @@ +/*.ihx +/*.lnk +/*.lst +/*.map +/*.mem +/*.rel +/*.rst +/*.sym +/blink_leds.asm +/usrp_common.asm +/command_loop.asm +/fpga.asm +/*.asm +/usrp_gpif.c +/usrp_gpif_inline.h +/Makefile +/Makefile.in diff --git a/firmware/src/usrp2/.gitignore b/firmware/src/usrp2/.gitignore new file mode 100644 index 0000000..54a9e94 --- /dev/null +++ b/firmware/src/usrp2/.gitignore @@ -0,0 +1,20 @@ +/*.ihx +/*.lnk +/*.lst +/*.map +/*.mem +/*.rel +/*.rst +/*.sym +/blink_leds.asm +/usrp_common.asm +/command_loop.asm +/fpga.asm +/*.asm +/Makefile +/Makefile.in +/usrp_gpif.c +/usrp_gpif_inline.h +/Makefile.in +/burn-usrp2-eeprom +/burn-usrp4-eeprom diff --git a/fpga/.gitignore b/fpga/.gitignore new file mode 100644 index 0000000..b336cc7 --- /dev/null +++ b/fpga/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/fpga/megacells/.gitignore b/fpga/megacells/.gitignore new file mode 100644 index 0000000..c2de89b --- /dev/null +++ b/fpga/megacells/.gitignore @@ -0,0 +1 @@ +/db diff --git a/fpga/rbf/.gitignore b/fpga/rbf/.gitignore new file mode 100644 index 0000000..eb58a95 --- /dev/null +++ b/fpga/rbf/.gitignore @@ -0,0 +1,4 @@ +/Makefile +/Makefile.in +/usrp_fpga_rev1.rbf +/usrp_fpga_rev2.rbf diff --git a/fpga/rbf/rev2/.gitignore b/fpga/rbf/rev2/.gitignore new file mode 100644 index 0000000..b336cc7 --- /dev/null +++ b/fpga/rbf/rev2/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/fpga/rbf/rev4/.gitignore b/fpga/rbf/rev4/.gitignore new file mode 100644 index 0000000..b336cc7 --- /dev/null +++ b/fpga/rbf/rev4/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/fpga/sdr_lib/.gitignore b/fpga/sdr_lib/.gitignore new file mode 100644 index 0000000..e7fc78c --- /dev/null +++ b/fpga/sdr_lib/.gitignore @@ -0,0 +1,2 @@ +/db +/*.vcd diff --git a/fpga/tb/.gitignore b/fpga/tb/.gitignore new file mode 100644 index 0000000..6bc85aa --- /dev/null +++ b/fpga/tb/.gitignore @@ -0,0 +1,3 @@ +/*.vcd +/*.out +/fullchip_tb diff --git a/fpga/toplevel/mrfm/.gitignore b/fpga/toplevel/mrfm/.gitignore new file mode 100644 index 0000000..fe06aad --- /dev/null +++ b/fpga/toplevel/mrfm/.gitignore @@ -0,0 +1,17 @@ +/*.qws +/*.eqn +/*.done +/*.htm +/*.rpt +/*.ini +/*.fsf +/*.jam +/*.jbc +/*.pin +/*.pof +/*.sof +/*.rbf +/*.ttf +/*.summary +/a.out +/db diff --git a/fpga/toplevel/sizetest/.gitignore b/fpga/toplevel/sizetest/.gitignore new file mode 100644 index 0000000..201434d --- /dev/null +++ b/fpga/toplevel/sizetest/.gitignore @@ -0,0 +1,15 @@ +/*.qws +/*.eqn +/*.done +/*.htm +/*.rpt +/*.ini +/*.fsf +/*.jam +/*.jbc +/*.pin +/*.pof +/*.sof +/*.rbf +/*.ttf +/db diff --git a/fpga/toplevel/usrp_inband_usb/.gitignore b/fpga/toplevel/usrp_inband_usb/.gitignore new file mode 100644 index 0000000..2cc25f0 --- /dev/null +++ b/fpga/toplevel/usrp_inband_usb/.gitignore @@ -0,0 +1,16 @@ +/*.qws +/*.eqn +/*.done +/*.htm +/*.rpt +/*.ini +/*.fsf +/*.jam +/*.jbc +/*.pin +/*.pof +/*.sof +/*.rbf +/*.ttf +/*.summary +/db diff --git a/fpga/toplevel/usrp_multi/.gitignore b/fpga/toplevel/usrp_multi/.gitignore new file mode 100644 index 0000000..2cc25f0 --- /dev/null +++ b/fpga/toplevel/usrp_multi/.gitignore @@ -0,0 +1,16 @@ +/*.qws +/*.eqn +/*.done +/*.htm +/*.rpt +/*.ini +/*.fsf +/*.jam +/*.jbc +/*.pin +/*.pof +/*.sof +/*.rbf +/*.ttf +/*.summary +/db diff --git a/fpga/toplevel/usrp_std/.gitignore b/fpga/toplevel/usrp_std/.gitignore new file mode 100644 index 0000000..31d6ea9 --- /dev/null +++ b/fpga/toplevel/usrp_std/.gitignore @@ -0,0 +1,17 @@ +/*.qws +/*.eqn +/*.done +/*.htm +/*.rpt +/*.ini +/*.fsf +/*.jam +/*.jbc +/*.pin +/*.pof +/*.sof +/*.rbf +/*.ttf +/*.summary +/prev* +/db diff --git a/host/.gitignore b/host/.gitignore new file mode 100644 index 0000000..a02b6ff --- /dev/null +++ b/host/.gitignore @@ -0,0 +1,8 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo diff --git a/host/apps/.gitignore b/host/apps/.gitignore new file mode 100644 index 0000000..16fdf27 --- /dev/null +++ b/host/apps/.gitignore @@ -0,0 +1,27 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.dat +/usrper +/usrper2 +/test_input +/test_fusb +/test_usrp +/test_usrp0 +/test_usrp_standard_rx +/test_usrp_standard_tx +/test_usrp_inband_timestamps +/test_usrp_inband_registers +/test_usrp_inband_rx +/test_usrp_inband_tx +/test_usrp_basic_rx +/check_order_quickly +/usrp_cal_dc_offset +/test_usrp_inband_cs +/read_packets +/test_usrp_inband_ping diff --git a/host/include/.gitignore b/host/include/.gitignore new file mode 100644 index 0000000..b336cc7 --- /dev/null +++ b/host/include/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/host/include/usrp/.gitignore b/host/include/usrp/.gitignore new file mode 100644 index 0000000..25b2cae --- /dev/null +++ b/host/include/usrp/.gitignore @@ -0,0 +1,3 @@ +/Makefile +/Makefile.in +/usrp_dbid.h diff --git a/host/lib/.gitignore b/host/lib/.gitignore new file mode 100644 index 0000000..e0e4208 --- /dev/null +++ b/host/lib/.gitignore @@ -0,0 +1,14 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/test_fusb +/std_paths.h +/usrp_dbid.py +/usrp_dbid.h +/usrp_dbid.cc +/stamp-* diff --git a/host/misc/.gitignore b/host/misc/.gitignore new file mode 100644 index 0000000..a02b6ff --- /dev/null +++ b/host/misc/.gitignore @@ -0,0 +1,8 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo diff --git a/host/swig/.gitignore b/host/swig/.gitignore new file mode 100644 index 0000000..3a08165 --- /dev/null +++ b/host/swig/.gitignore @@ -0,0 +1,14 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/gnuradio_swig_python.cc +/gnuradio_swig_python.py +/usrp_prims.cc +/usrp_prims.py +/prims.cc +/prims.py diff --git a/limbo/apps-inband/.gitignore b/limbo/apps-inband/.gitignore new file mode 100644 index 0000000..f62d9e1 --- /dev/null +++ b/limbo/apps-inband/.gitignore @@ -0,0 +1,35 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.dat +/.*.swp +/usrper +/usrper2 +/test_input +/test_fusb +/test_usrp +/test_usrp0 +/test_usrp_standard_rx +/test_usrp_standard_tx +/test_usrp_standard_2tx +/test_usrp_inband_timestamps +/test_usrp_inband_registers +/test_usrp_inband_rx +/test_usrp_inband_2rx +/test_usrp_inband_tx +/test_usrp_inband_2tx +/test_usrp_basic_rx +/check_order_quickly +/usrp_cal_dc_offset +/test_usrp_inband_cs +/read_packets +/test_usrp_inband_ping +/test_usrp_inband_underrun +/test_usrp_inband_overrun +/gmac_mbh.cc +/test_gmac_tx diff --git a/limbo/inband/.gitignore b/limbo/inband/.gitignore new file mode 100644 index 0000000..a228dcd --- /dev/null +++ b/limbo/inband/.gitignore @@ -0,0 +1,20 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.swp +/*.dat +/test_fusb +/std_paths.h +/usrp_dbid.py +/usrp_dbid.h +/usrp_dbid.cc +/usrp_server_mbh.cc +/test_inband +/test_usrp_inband +/test_usrp_tx +/*_mbh.cc