summaryrefslogtreecommitdiff
path: root/gr-usrp
AgeCommit message (Collapse)Author
2011-07-17Merge branch '8psk' into nextTom Rondeau
Conflicts: gr-msdd6000/src/Makefile.swig.gen
2011-07-08gr-usrp: fix missing Makefile.am entryJohnathan Corgan
2011-07-03gr-utils: move non-GUI apps using old libusrp(2) into gr-usrp or gr-usrp2Johnathan Corgan
One step (of many) to convert GNU Radio to use new Ettus Research UHD driver.
2011-04-08Merge branch 'master' into constell_objTom Rondeau
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gr-audio-oss/src/Makefile.swig.gen gr-audio/swig/Makefile.swig.gen
2011-04-01build: updating Makefiles for newer linker requirements.Tom Rondeau
2011-03-25Fixing missing include files and various other patches for Windows build issues.Don Ward
2011-03-13grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum
Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files. When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change. Minor change: the freedesktop files are always installed now. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons.
2011-02-27Removing docstring generation from this branch.Ben Reynwar
2011-01-30Fixed Makefiles to generate swig_doc.iBen Reynwar
2010-12-27Add missing .test files to tarball.Eric Blossom
2010-12-10Use load-extension-global instead of load-extensionEric Blossom
2010-12-03Regenerated Makefile.swig.gen'sEric Blossom
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc.
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
2010-11-24Confirm we can load guile usrp moduleEric Blossom
2010-11-19regeneratedRob Savoye
2010-11-16Fix guile related problem with gr-usrpEric Blossom
2010-11-16regeneratedEric Blossom
2010-11-10regeneratedEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10additional regenerated filesEric Blossom
2010-11-10add load-extension supportRob Savoye
2010-11-10regenerateEric Blossom
2010-11-10Rengenerate Makefile.swig.gen'sEric Blossom
2010-11-10gitignore swig generated filesEric Blossom
2010-11-10Update generated filesEric Blossom
2010-11-10regenerated after changes to the templateRob Savoye
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
2010-10-04Updating all of the QA code that I can actually test to work with the new ↵Tom Rondeau
XML output runners.
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-05-28Make C++ shared libraries versionedJohnathan Corgan
2009-10-08augmented search for libusbMichael
2009-08-14Added git ignore files auto created from svn:ignore properties.git
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-28Merged -r11480:11507, r11508 from nldudok1/tvrx_mimo_merge_with_trunk into ↵jcorgan
trunk. This branch was created with a corrupted merge tracking database, so manual merge and remove of merge info properties was needed. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11513 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-22Fix for 'make check' on OSX and Windows; corrects USRP/2 library path.michaelld
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11471 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-09Merged r11377:11390 from jcorgan/usrp-headers in to trunk.jcorgan
* Public USRP(1) header files are now in their own source directory and install into $(includedir)/usrp. This was done to avoid name clashes in the top-level include directory. Only users who are developing directly to libusrp in C++ are affected; the GNU Radio C++ and Python APIs are unchanged. The simple change required by this update is to change: #include <usrp_*.h> to #include <usrp/usrp_*.h> ...in your source code. * Removed usrp-inband code from tree (put into limbo directory.) This code has become unmaintained and has started to suffer from bitrot. A checkpoint tag has been made for anyone still needing to use it: http://gnuradio.org/svn/gnuradio/tags/checkpoints/trunk-20090708-pre-usrp-reorg The plan during the 3.2->3.3 development cycle is to replace the functions done by the in-band code with extensions to the existing gr-usrp blocks using the new message passing architecture. The USRP hardware FPGA code that provided the inband interface has not been removed; however, it too has become unmaintained and will likely be rewritten/replaced during the 3.3 timeframe. The trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11394 221aa14e-8319-0410-a670-987f0aec2ac5
2009-06-23added include <cstdio> statements in several files to make it compatible ↵anastas
with g++ 4.4 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11268 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-27Merged r11123:11148 from jcorgan/np into trunk.jcorgan
Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-22Doc fixes.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11088 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-22doc fixes! work-in-progresseb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11085 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-19Merged remainder of eb/t348 10637:10648. This adds a -N <nsamples>eb
argument to usrp_siggen.py, usrp_siggen.cc and test_usrp_standard_tx.cc. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10650 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-14Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan
SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
2009-03-05New standalone firmware, burn_dbsrx_eeprom, that burns new dbid intoeb
modified DBS Rx daughterboard. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10560 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-17usrp methods for computing the mux for dual subdevicesjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10457 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-10Merged r10385:10413 from michaelld/swig_tweaks into trunk. Passes distcheck.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10414 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-03Revert r10379, which works at runtime but does not pass check or distcheck ↵jcorgan
on Ubuntu 8.10. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10380 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-03Use runtime valid module names for importjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10379 221aa14e-8319-0410-a670-987f0aec2ac5
2009-02-02Possibly temporary fix for r10350 breakage when using swig < 1.3.38jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10373 221aa14e-8319-0410-a670-987f0aec2ac5