summaryrefslogtreecommitdiff
path: root/usrp
Commit message (Collapse)AuthorAgeFilesLines
* Removed usrp(2) directories.Tom Rondeau2011-10-19254-42704/+0
|
* Merge branch 'master' into nextJohnathan Corgan2011-08-151-9/+19
|\
| * Allocate 10 additional USB PIDs to Bdale.Eric Blossom2011-08-131-0/+10
| |
| * Update details on Bdale's existing USB PID allocation.Eric Blossom2011-08-131-9/+9
| |
* | Merge branch 'master' into constell_objTom Rondeau2011-04-085-2/+8
|\| | | | | | | | | | | | | 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
| * usrp: cleanup misc usageDon Ward2011-03-301-2/+0
| |
| * Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2011-03-253-0/+7
| |\
| | * Fixing missing include files and various other patches for Windows build issues.Don Ward2011-03-253-0/+7
| | |
| * | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2011-03-2011-188/+70
| |\|
| * | Fixing missing header file (in prep for future GCC's). ptrdiff_t is defined ↵Tom Rondeau2011-02-271-0/+1
| | | | | | | | | | | | in stddef.h.
* | | Removing docstring generation from this branch.Ben Reynwar2011-02-271-1/+1
| | |
* | | Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-301-1/+1
| |/ |/|
* | Merge branch 'next' into guile-nextEric Blossom2010-12-061-38/+29
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * next: (116 commits) Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic uhd: removed default value chan=0 in the cc files WITH_INCLUDES _must_ be last uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME uhd: default channel params to zero for single source and sink blocks Revert "Removed usrp2-firmware from being automatically built." Remove generated file from repo Removed usrp2-firmware from being automatically built. uhd: added libdir to UHD CFLAGS (shared by lib and swig) Swapping out preset keys until I work out some of their issues. Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed. Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code. Removing global pmt constants. Were causing segfaults during make check. Must fix this later. Fixing up the UHD sample tag example to take command line options. Swapping order of testing rrate. Changing propagation policy enum type name and making a few other minor edits. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. ... Passes make distcheck.
| * | Merge branch 'master' into nextTom Rondeau2010-12-061-38/+29
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blks2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. Removing warnings in portaudio source/sink. Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out. first shot at Windows-compatible LIBUSB check Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems) Removing autogenerated file. Updated doxygen Doxyfile for newer versions. Adding file operations result checking. Updating audio_jack to new interface for creating a client. Fixes depricated warning. Potential fix to MSDD warnings by setting sequence number from buffer more explicitly. Adding a bit more checking on file operations. Fixing copyright date. Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's defined in config, but this won't hurt anyone. Fixing signed/unsigned warnings. first shot at Windows-compatible LIBUSB check Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems) Conflicts: gnuradio-core/src/lib/swig/gnuradio.i
| | * Updated doxygen Doxyfile for newer versions.Tom Rondeau2010-11-101-38/+29
| | |
* | | Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-5/+5
| | |
* | | Update .gitignore'sEric Blossom2010-11-241-2/+3
| | |
* | | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-247-20/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | regeneratedRob Savoye2010-11-191-11/+23
| | |
* | | Merge remote branch 'gnuradio.org/next' into testEric Blossom2010-11-171-1/+1
|\| | | | | | | | | | | | | | | | | | | | * gnuradio.org/next: distcheck fix for gr-uhd Keep doxygen 1.7.1 from crashing. uhd: swig changes for templated ranges
| * | Keep doxygen 1.7.1 from crashing.Eric Blossom2010-11-171-1/+1
| |/
* | Fix guile related problem with gr-usrpEric Blossom2010-11-161-1/+2
| |
* | regeneratedEric Blossom2010-11-161-1/+1
| |
* | regeneratedEric Blossom2010-11-101-26/+9
| |
* | regeneratedRob Savoye2010-11-101-8/+7
| |
* | additional regenerated filesEric Blossom2010-11-101-2/+5
| |
* | regenerateEric Blossom2010-11-101-6/+6
| |
* | Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-218/+28
| |
* | gitignore swig generated filesEric Blossom2010-11-101-2/+3
| |
* | Update generated filesEric Blossom2010-11-101-32/+80
| |
* | regenerated after changes to the templateRob Savoye2010-11-101-14/+45
|/
* rearrange includes to always be: internal GR, external, with GR.Michael Dickens2010-10-092-3/+3
|
* Merge branch 'maint'Johnathan Corgan2010-08-041-7/+13
|\ | | | | | | | | | | | | * maint: usrp2: fixes for gcc 4.5.0 compatibility formatting change: move break statements Fix unitialized variable pointed to by compiler warning
| * formatting change: move break statementsEric Blossom2010-08-041-6/+12
| |
| * Fix unitialized variable pointed to by compiler warningEric Blossom2010-08-041-1/+1
| |
* | Add RFX2200 to burn-db-eepromJason Abele2010-06-211-0/+1
| |
* | Copy paste for RFX2200 in USRP1Jason Abele2010-06-213-0/+141
|/
* Fixed WBX RX PLL enableJason Abele2010-06-041-6/+6
|
* Refactor WBX and adf4350 to avoid passing usrp pointerJason Abele2010-06-046-121/+101
|
* Clean up annoying class structure in wbxJason Abele2010-06-042-79/+40
|
* Fixing wbx to use _refclk_freq()Jason Abele2010-06-044-13/+18
|
* Typo in error messageJason Abele2010-06-041-1/+1
|
* Make C++ shared libraries versionedJohnathan Corgan2010-05-282-2/+2
|
* Remove bogus check for existence of prefix directory.Eric Blossom2010-05-191-4/+0
|
* Merge branch 'master' into wip/burx_supportJohnathan Corgan2010-05-1161-12726/+111
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (39 commits) Add gru.hexshort to deal with short hex constants Assign USB PID for Hans de Bok Add missing buffer allocator hint to gr_ofdm_sampler.cc Really fix the missing include for boost::bind gr-wxgui: Added additional color table entries Missed updates for omnithread/mblock removal Remove omnithreads library. Remove mblock library. We hardly knew 'ye. Convert gr-audio-portaudio to Boost via gruel Further updates for removing omnithreads Update build configuration for OSX omnithreads changeover Add missing include file for boost::bind Convert gcell to use boost::threads instead of omnithread. Fix sequence error indication after stopping then restarting streaming on USRP2. initial move from mld_threads to gruel:: namespace threads and such Initial changes to remove mld_thread and instead use gruel:: namespace classes Fixing doxygen warnings from arb_resampler. Also, removed set_taps from public Fixing doxygen warnings from channelizer block. Fixing documentation to get rid of doxygen warnings. Adding documentation for fff version of othe PFB clock sync algorithm. ...
| * Assign USB PID for Hans de BokEric Blossom2010-05-101-0/+1
| |
| * Remove mblock library. We hardly knew 'ye.Johnathan Corgan2010-04-2651-12328/+0
| |
| * Further updates for removing omnithreadsJohnathan Corgan2010-04-261-1/+1
| | | | | | | | | | Updates README Removes Darwin specific variable in usrp.pc
| * initial move from mld_threads to gruel:: namespace threads and suchMichael Dickens2010-04-196-394/+103
| |
| * Merge commit 'jabele/wbx_tuning'Johnathan Corgan2010-04-161-1/+3
| |\ | | | | | | | | | | | | * commit 'jabele/wbx_tuning': Fix WBX tuning to allow DDC use in reaching 50MHz