Age | Commit message (Collapse) | Author |
|
Disables the regression test for fopen since stdio is non-functional.
|
|
status, and performance counter
|
|
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.
|
|
* '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.*
|
|
|
|
Removed erroneous files from version control
|
|
|
|
Moved lib to top level
Moved python to top level
Separated swig generation into new top level directory
|
|
|
|
|
|
|
|
* '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
|
|
|
|
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.
|
|
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.
|
|
Added Octave script to convert from frame data to AVHRR channel images
Removed noaa_hrpt_bit_sync block
|
|
|
|
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
|
|
|
|
|
|
|
|
* 'wbxng-prescaler' of http://gnuradio.org/git/jabele:
Fixing prescaler and disable aux synth output on wbxng
|
|
|
|
|
|
|
|
|
|
Works, but needs "--line-buffered" mode for GR buffering between blocks
|
|
|
|
|
|
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
|
|
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.
|
|
|
|
Switched the grc src prefix in grc makefiles.
Removed grc/Makefile.inc as it was no longer neededed.
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
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
|
|
|
|
|
|
it for 0.5<=rate<=1.0 range.
|
|
This merge adds support for OSX 10.6 in gr-audio-osx and usrp.
Conflicts:
usrp/host/lib/usrp_prims_libusb0.cc
|
|
printing of long and pointer types
|