summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-08Fixes usrp2 firmware configure with mb-gcc on ubuntu 9.10/autoconf 2.64.Josh Blum
Disables the regression test for fopen since stdio is non-functional.
2009-11-04add new readback entries to memory map. Has irqs, priority encoded buffer ↵Matt Ettus
status, and performance counter
2009-11-04This branch is for porting from the quad radio, and minor text cleanupsMatt Ettus
The counter is for performance monitoring in firmware, priority encoder and new interrupt controller are from quad radio and speed up interrupts. This is tested and it works for me.
2009-11-03Merge branch 'wip/howto' of git@gnuradio.org:jcorganJohnathan Corgan
* 'wip/howto' of git@gnuradio.org:jcorgan: howto: moved osbsolete docs directory into limbo howto: make swig directory use individual .i files howto: reorganized directory structure howto: implement dynamic versioning howto: update m4 files to match latest master howto: updated INSTALL, fixed mode of config.*
2009-11-03howto: moved osbsolete docs directory into limboJohnathan Corgan
2009-11-03howto: make swig directory use individual .i filesJohnathan Corgan
Removed erroneous files from version control
2009-11-03fixed fixme in gr_top_block_implJosh Blum
2009-11-03howto: reorganized directory structureJohnathan Corgan
Moved lib to top level Moved python to top level Separated swig generation into new top level directory
2009-11-03howto: implement dynamic versioningJohnathan Corgan
2009-11-03howto: update m4 files to match latest masterJohnathan Corgan
2009-11-03howto: updated INSTALL, fixed mode of config.*Johnathan Corgan
2009-11-03Merge branch 'wip/term' of git@gnuradio.org:jcorganJohnathan Corgan
* 'wip/term' of git@gnuradio.org:jcorgan: gr-wxgui: cleanup for merge Consolidated termsink into one class Basic terminal window that takes raw text on input msgq and appends it Add placeholder panel for console, use old style window size Created skeleton wxgui term window component
2009-11-03gr-wxgui: cleanup for mergeJohnathan Corgan
2009-11-02usrp: Cleanup of usrp_basicThomas Tsou
Version specific libusb calls are pushed out of usrp_basic into usrp_prims where they belong. This leads to a single usrp_basic file. A new function in usrp_prims, usrp_deinit(), handles shutdown specific to version 1.0.
2009-11-02usrp: Check return value in fusb_libusb1 _reap()Thomas Tsou
The old fusb_libusb1 _reap() call always returned true except on error. With this commit it checks that a transfer is actually reaped and returns false otherwise.
2009-11-02gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframerJohnathan Corgan
Added Octave script to convert from frame data to AVHRR channel images Removed noaa_hrpt_bit_sync block
2009-11-02Added frames_to_ppm Octave script, use ImageMagick to convert to pngJohnathan Corgan
2009-11-01gr-noaa: Switched to 'double rate BPSK' HRPT synchronizationJohnathan Corgan
Added hrpt_bit_sync block Using MM clock sync at double data rate Created file_rx_hrpt GRC app Updated demod_rx_hrpt GRC app Updated usrp_rx_hrpt GRC Updated usrp_rx_hrpt_nogui app Deleted usrp_rx_hrpt2 GRC app Deleted hrpt_sync_fb block
2009-10-31Fix missing include from last commitJohnathan Corgan
2009-10-31grc: update block tree list for new pfb_clock_syncJohnathan Corgan
2009-10-31core: added gr.pfb_clock_sync_fff based on _ccf version, updated exampleJohnathan Corgan
2009-10-29Merge branch 'wbxng-prescaler' of http://gnuradio.org/git/jabeleJohnathan Corgan
* 'wbxng-prescaler' of http://gnuradio.org/git/jabele: Fixing prescaler and disable aux synth output on wbxng
2009-10-29Fixing prescaler and disable aux synth output on wbxngJason Abele
2009-10-29fixed issue where usrp siggen continued to transmit after program exitJosh Blum
2009-10-29modified flowgraph cleanupJosh Blum
2009-10-29Consolidated termsink into one classJohnathan Corgan
2009-10-29Basic terminal window that takes raw text on input msgq and appends itJohnathan Corgan
Works, but needs "--line-buffered" mode for GR buffering between blocks
2009-10-29Add placeholder panel for console, use old style window sizeJohnathan Corgan
2009-10-29Created skeleton wxgui term window componentJohnathan Corgan
2009-10-29Merge branch 'flattopwindow' of http://gnuradio.org/git/jblumJohnathan Corgan
Merge-fix: Remove debugging print Merge-fix: Update copyrights * 'flattopwindow' of http://gnuradio.org/git/jblum: Added window option to wxgui fft and waterfall sink. redid cos windows, added flattop and nuttall_cfd
2009-10-28Added window option to wxgui fft and waterfall sink.Josh Blum
Added rectangular window function to window.py. Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides). Fixed options in waterfall wrapper to model after fft and numbersink average params.
2009-10-28renamed msgq to msgq_in and msgq_out, block wrappers changed accordinglyJosh Blum
2009-10-28Created a grc_blockdir in makefile.common.Josh Blum
Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed.
2009-10-28Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grcJosh Blum
2009-10-28Merge branch 'flattopwindow' of http://gnuradio.org/git/matt into flattopJosh Blum
2009-10-28redid cos windows, added flattop and nuttall_cfdMatt Ettus
2009-10-27Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan
Merge-fix: remove simple_rx_samples Merge-fix: remove grc_gr_vrt.m4 from Makefile.am * 'vrt' of http://gnuradio.org/git/jblum: removed gr-vrt removed caldiv stuff from gr-vrt removed MOST of the quadradio specific stuff install header for missing pkt checker
2009-10-27updated usrp.pc file to reflect the correct version of libusbMichael
2009-10-26removed gr-vrtJosh Blum
2009-10-26removed caldiv stuff from gr-vrtJosh Blum
2009-10-22removed MOST of the quadradio specific stuffJosh Blum
2009-10-22install header for missing pkt checkerJosh Blum
2009-10-22Remove debian packaging from master branch, to be placed in 'debian' branchJohnathan Corgan
Migrate debian package generation to a pseudo-upstream style. Binary packaging will be maintained in a 'tarball' branch for pristine sources, and in a 'debian' branch for the build.
2009-10-22Don't distribute generated files in gr-qtguiJohnathan Corgan
The output of the moc compiler will contain generated paths which are only valid on the system at compilation time. Instead, let these get regenerated on the user's system. The moc compiler is part of libqt4-dev, which is already a build dependency.
2009-10-21Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan
Merge fix: added GRUEL_INCLUDES to vrt Makefile Merge fix: added missing include in gr-vrt * 'vrt' of http://gnuradio.org/git/jblum: query the model number from the host fix so all handlers get called on event simplfied the code while i was looking at it added access methods for gps stuff added access methods and parsing for caldiv if context use existing utility method reading the lo back and storing it use the new htonll and vrt types to send cal and lo freqs checking for if context packets and setting up the payload pointer and size Reading 64 bit freq out of chunk of context packet. copied over vrt context and type headers, updated bits.h as well Dump IF-Context packets in hex. use gruel/inet.h instead of arap/inet.h fix white space made rxdspno a parameter for: start/stop streaming, and quadradio32fc
2009-10-21query the model number from the hostJosh Blum
2009-10-19Resampler seems to be working for all values of rateTom
2009-10-19Working on fixing arbitrary resampler not working for rate < 1.0; this fixes ↵Tom
it for 0.5<=rate<=1.0 range.
2009-10-19Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelldJohnathan Corgan
This merge adds support for OSX 10.6 in gr-audio-osx and usrp. Conflicts: usrp/host/lib/usrp_prims_libusb0.cc
2009-10-19moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX ↵Michael
printing of long and pointer types