debian/gnuradio
13 years agoAdding an XML outputter for the CPP Unit tests. This is to a) store the output inform...
Tom Rondeau [Thu, 30 Sep 2010 20:08:53 +0000 (16:08 -0400)]
Adding an XML outputter for the CPP Unit tests. This is to a) store the output information but also b) for integration with Hudson for logging and displaying the results during the build stages. This only covers a few cases so far and I need to define a better place to save the output files.

13 years agoMerge branch 'maint'
Eric Blossom [Tue, 14 Sep 2010 19:43:45 +0000 (12:43 -0700)]
Merge branch 'maint'

* maint:
  Avoid divide by zero in persistence code when using default args
  Update config.guess and config.sub in gr-howoto-write-a-block too
  Update config.guess and config.sub from canonical home
  Update script to pull config.* from git repo

13 years agoAvoid divide by zero in persistence code when using default args
Eric Blossom [Mon, 13 Sep 2010 02:10:56 +0000 (19:10 -0700)]
Avoid divide by zero in persistence code when using default args

13 years agoUpdate config.guess and config.sub in gr-howoto-write-a-block too
Eric Blossom [Sun, 12 Sep 2010 20:01:11 +0000 (13:01 -0700)]
Update config.guess and config.sub in gr-howoto-write-a-block too

13 years agoUpdate config.guess and config.sub from canonical home
Eric Blossom [Sun, 12 Sep 2010 19:58:09 +0000 (12:58 -0700)]
Update config.guess and config.sub from canonical home

13 years agoUpdate script to pull config.* from git repo
Eric Blossom [Sun, 12 Sep 2010 19:57:30 +0000 (12:57 -0700)]
Update script to pull config.* from git repo

13 years agoAdd support for uint64_t to pmt.
Eric Blossom [Sat, 11 Sep 2010 20:06:10 +0000 (13:06 -0700)]
Add support for uint64_t to pmt.

13 years agoMerge branch 'maint'
Johnathan Corgan [Thu, 5 Aug 2010 01:54:55 +0000 (18:54 -0700)]
Merge branch 'maint'

* maint:
  usrp2: fixes for gcc 4.5.0 compatibility
  formatting change: move break statements
  Fix unitialized variable pointed to by compiler warning

13 years agousrp2: fixes for gcc 4.5.0 compatibility
Moeller [Thu, 5 Aug 2010 01:53:01 +0000 (18:53 -0700)]
usrp2: fixes for gcc 4.5.0 compatibility

13 years agoformatting change: move break statements
Eric Blossom [Wed, 4 Aug 2010 18:08:11 +0000 (11:08 -0700)]
formatting change: move break statements

13 years agoFix unitialized variable pointed to by compiler warning
Eric Blossom [Wed, 4 Aug 2010 18:05:38 +0000 (11:05 -0700)]
Fix unitialized variable pointed to by compiler warning

13 years agoMerge branch 'maint'
Johnathan Corgan [Tue, 3 Aug 2010 21:21:36 +0000 (14:21 -0700)]
Merge branch 'maint'

13 years agoModify all block factories to use gnuradio::get_initial_sptr.
Eric Blossom [Tue, 3 Aug 2010 20:36:18 +0000 (13:36 -0700)]
Modify all block factories to use gnuradio::get_initial_sptr.

13 years agofix scoped_lock that didn't ref mutex
Eric Blossom [Tue, 3 Aug 2010 18:54:25 +0000 (11:54 -0700)]
fix scoped_lock that didn't ref mutex

13 years agoRevert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"
Johnathan Corgan [Mon, 2 Aug 2010 23:13:07 +0000 (16:13 -0700)]
Revert "gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE"

This reverts commit f23a2b33ca1bebf0c3a5fa26fdcff11827744b77.

This change introduced a segfault when calling into the gr_prefs module
during the gri_fft helper class constructor.  Until this is debugged,
the functionality is being reverted.

13 years agoMerge branch 'maint'
Johnathan Corgan [Thu, 29 Jul 2010 23:14:00 +0000 (16:14 -0700)]
Merge branch 'maint'

* maint:
  Fixes ./configure to allow grc to build without an X session

13 years agoFixes ./configure to allow grc to build without an X session
Jason Abele [Thu, 29 Jul 2010 21:57:09 +0000 (14:57 -0700)]
Fixes ./configure to allow grc to build without an X session

    Presently, a ./configure in a terminal with no X $DISPLAY will
    fail to build grc because import gtk fails with RuntimeError
    exception.

    This patch fixes this by catching just the ImportError and
    AssertionErrors we need for python module dependencies.

13 years agoMerge branch 'maint'
Johnathan Corgan [Thu, 22 Jul 2010 01:29:48 +0000 (18:29 -0700)]
Merge branch 'maint'

* maint:
  wxgui: fix to use wx.Colour which is the actual name of the class (wx python wrapper may be missing wx.Color wrapper)

13 years agognuradio-core: export missing public methods in gr.agc2
Alexandru Csete [Thu, 22 Jul 2010 01:27:46 +0000 (18:27 -0700)]
gnuradio-core: export missing public methods in gr.agc2

Alexandru Csete:

The gr_agc2 block has public methods to set and get the AGC levels and
rates; however, only a few of these interfaces are exported to Python
and none of them are available in GRC.

The attached patch adds the missing public methods to gri_agc2_cc.i
and gri_agc2_ff.i and defines the corresponding callbacks in the
gr_agc2_xx.xml GRC block.

13 years agoMerge remote branch 'trondeau/qtclock'
Johnathan Corgan [Wed, 21 Jul 2010 23:33:48 +0000 (16:33 -0700)]
Merge remote branch 'trondeau/qtclock'

* trondeau/qtclock:
  From my reading, we should never need to define the timespec struct (so we will wait until this bites me).
  Checking for clock_gettime and timespec defined; use gettimeofday if not, but put it into a timespec structure.
  Reformatting highResTimeFunction.h for better readibility.

13 years agowxgui: fix to use wx.Colour which is the actual name of the class (wx python wrapper...
Josh Blum [Wed, 21 Jul 2010 21:47:16 +0000 (14:47 -0700)]
wxgui: fix to use wx.Colour which is the actual name of the class (wx python wrapper may be missing wx.Color wrapper)

13 years agoMerge branch 'maint'
Johnathan Corgan [Mon, 5 Jul 2010 19:01:09 +0000 (12:01 -0700)]
Merge branch 'maint'

13 years agogr-utils: fix out of tree project generator to properly update tarfile name
Moritz Fischer [Mon, 5 Jul 2010 18:55:56 +0000 (11:55 -0700)]
gr-utils: fix out of tree project generator to properly update tarfile name

13 years agogr-wxgui: fix non-gl scope sink only updating one channel
Catalin Patulea [Mon, 5 Jul 2010 18:45:52 +0000 (11:45 -0700)]
gr-wxgui: fix non-gl scope sink only updating one channel

This fixes a bug where, when using nongl scopesink, only the real part
of a complex input is shown. After applying this patch, both Ch1 and
Ch2 can be seen on the scope display.

13 years agoMerge branch 'patches/marcus/stripchart'
Johnathan Corgan [Mon, 5 Jul 2010 17:43:40 +0000 (10:43 -0700)]
Merge branch 'patches/marcus/stripchart'

Conflicts:
gr-wxgui/src/python/scope_window.py

* Adds new scope window trigger, TRIG_MODE_STRIPCHART
* Allows config file selection of whether background window sinks still run
* Allows config file selection of default trigger mode
* Allows config file selection of default waterfall sink color mode

[wxgui]
#Setting this to true prevents the window sinks from stopping when they
#are not displayed, as when they are in a notebook with a hidden tab.
run_always = False

# Default scope trigger mode.
#
# 0 = Freerun
# 1 = Auto (default)
# 2 = Normal
# 3 = Stripchart
trig_mode = 1

# Default waterfall sink color mode.  Valid choices are 'rgb1', 'rbg2',
# 'rgb3', or 'gray'
waterfall_color = rgb1

13 years agoMerge branch 'patches/marcus/file_sink'
Johnathan Corgan [Mon, 5 Jul 2010 16:36:26 +0000 (11:36 -0500)]
Merge branch 'patches/marcus/file_sink'

13 years agoFrom my reading, we should never need to define the timespec struct (so we will wait...
Tom Rondeau [Wed, 30 Jun 2010 01:12:33 +0000 (21:12 -0400)]
From my reading, we should never need to define the timespec struct (so we will wait until this bites me).

13 years agoChecking for clock_gettime and timespec defined; use gettimeofday if not, but put...
Tom Rondeau [Sun, 27 Jun 2010 16:01:17 +0000 (12:01 -0400)]
Checking for clock_gettime and timespec defined; use gettimeofday if not, but put it into a timespec structure.

13 years agoReformatting highResTimeFunction.h for better readibility.
Tom Rondeau [Sun, 27 Jun 2010 14:15:21 +0000 (10:15 -0400)]
Reformatting highResTimeFunction.h for better readibility.

13 years agogrc: move grc_setup_freedesktop into libexec directory (not in users path).
Josh Blum [Sat, 29 May 2010 07:45:26 +0000 (00:45 -0700)]
grc: move grc_setup_freedesktop into libexec directory (not in users path).

Renamed grc desktop file to simplify name and updated install script.

13 years agoadded python script to fix copyright years based on git log
Josh Blum [Tue, 1 Jun 2010 17:26:07 +0000 (10:26 -0700)]
added python script to fix copyright years based on git log

13 years agogrc: expanded nports ability to have multiple port duplicators per side
Josh Blum [Thu, 24 Jun 2010 01:46:05 +0000 (18:46 -0700)]
grc: expanded nports ability to have multiple port duplicators per side

13 years agoMerge branch 'patches/marcus/fftw'
Johnathan Corgan [Tue, 22 Jun 2010 14:18:47 +0000 (07:18 -0700)]
Merge branch 'patches/marcus/fftw'

* patches/marcus/fftw:
  gnuradio-core: allows configuring FFTW to use ESTIMATE vs. MEASURE

13 years agoMerge branch 'patches/marcus/gr_and_const'
Johnathan Corgan [Tue, 22 Jun 2010 13:53:16 +0000 (06:53 -0700)]
Merge branch 'patches/marcus/gr_and_const'

* patches/marcus/gr_and_const:
  grc: adds gr.and_const to block tree

13 years agoAdd RFX2200 to burn-db-eeprom
Jason Abele [Mon, 21 Jun 2010 23:03:55 +0000 (16:03 -0700)]
Add RFX2200 to burn-db-eeprom

13 years agoCopy paste for RFX2200 in USRP2
Jason Abele [Fri, 18 Jun 2010 21:11:06 +0000 (14:11 -0700)]
Copy paste for RFX2200 in USRP2

13 years agoCopy paste for RFX2200 in USRP1
Jason Abele [Fri, 18 Jun 2010 21:00:00 +0000 (14:00 -0700)]
Copy paste for RFX2200 in USRP1

13 years agoMerge branch 'maint'
Johnathan Corgan [Mon, 21 Jun 2010 19:23:36 +0000 (12:23 -0700)]
Merge branch 'maint'

* maint:
  grc: fix broken variable config when using bool type

13 years agogrc: fix broken variable config when using bool type
Johann Chiang [Mon, 21 Jun 2010 19:20:54 +0000 (12:20 -0700)]
grc: fix broken variable config when using bool type

13 years agogr-usrp2: implement start_streaming_at(usrp2::fpga_timestamp time)
Johnathan Corgan [Sat, 19 Jun 2010 18:27:56 +0000 (11:27 -0700)]
gr-usrp2: implement start_streaming_at(usrp2::fpga_timestamp time)

This new method on usrp2.sink_* causes the first TX sample data to be
sent at the FPGA clock time specified, with all further data immediately
following.

u = usrp2.sink_32fc() # or 16sc
...configure sink here...
u.sync_to_pps()
...delay a second for PPS to have happened
u.start_streaming_at(int(100e6)) # start TX stream one second later
...start flowgraph here...

If this function is not called, all transmit data will be sent
immediately (the prior behavior).

13 years agoMerge branch 'maint'
Johnathan Corgan [Sun, 13 Jun 2010 21:18:20 +0000 (14:18 -0700)]
Merge branch 'maint'

* maint:
  Fixes gr-qtgui make distcheck failure when QT is not installed.

13 years agoMerge remote branch 'trondeau/qtmake' into maint
Johnathan Corgan [Sun, 13 Jun 2010 18:59:13 +0000 (11:59 -0700)]
Merge remote branch 'trondeau/qtmake' into maint

* trondeau/qtmake:
  Fixes gr-qtgui make distcheck failure when QT is not installed.

13 years agoFixes gr-qtgui make distcheck failure when QT is not installed.
Tom Rondeau [Sun, 13 Jun 2010 18:31:11 +0000 (14:31 -0400)]
Fixes gr-qtgui make distcheck failure when QT is not installed.

13 years agoanother symlink from bootstrap to fix
Bdale Garbee [Wed, 9 Jun 2010 07:00:48 +0000 (01:00 -0600)]
another symlink from bootstrap to fix

13 years agomake ltmain.sh a regular file, not a symlink to system copy
Bdale Garbee [Wed, 9 Jun 2010 06:59:33 +0000 (00:59 -0600)]
make ltmain.sh a regular file, not a symlink to system copy

13 years agore-run bootstrap to pick up patches
Bdale Garbee [Wed, 9 Jun 2010 06:57:19 +0000 (00:57 -0600)]
re-run bootstrap to pick up patches

13 years agochasing lintian complaints
Bdale Garbee [Wed, 9 Jun 2010 06:25:43 +0000 (00:25 -0600)]
chasing lintian complaints

13 years agoprepare for an upload from amd64, where it actually builds
Bdale Garbee [Wed, 9 Jun 2010 03:03:01 +0000 (21:03 -0600)]
prepare for an upload from amd64, where it actually builds

13 years agoeliminate conflict with grc since we're renaming our binary
Bdale Garbee [Wed, 9 Jun 2010 02:05:19 +0000 (20:05 -0600)]
eliminate conflict with grc since we're renaming our binary

13 years agorename grc to gnuradio-companion, matching upstream future plans
Bdale Garbee [Wed, 9 Jun 2010 02:03:32 +0000 (20:03 -0600)]
rename grc to gnuradio-companion, matching upstream future plans

13 years agoMerge branch 'maint'
Johnathan Corgan [Sat, 5 Jun 2010 06:01:56 +0000 (23:01 -0700)]
Merge branch 'maint'

* maint:
  Fixed WBX RX PLL enable
  Refactor WBX and adf4350 to avoid passing usrp pointer
  Clean up annoying class structure in wbx
  Fixing wbx to use _refclk_freq()
  Typo in error message

13 years agoMerge branch 'fix/wbx_refclock' into maint
Johnathan Corgan [Sat, 5 Jun 2010 05:40:14 +0000 (22:40 -0700)]
Merge branch 'fix/wbx_refclock' into maint

* fix/wbx_refclock:
  Fixed WBX RX PLL enable
  Refactor WBX and adf4350 to avoid passing usrp pointer
  Clean up annoying class structure in wbx
  Fixing wbx to use _refclk_freq()
  Typo in error message

13 years agoFixed WBX RX PLL enable
Jason Abele [Fri, 4 Jun 2010 22:34:27 +0000 (15:34 -0700)]
Fixed WBX RX PLL enable

13 years agoRefactor WBX and adf4350 to avoid passing usrp pointer
Jason Abele [Thu, 3 Jun 2010 21:35:18 +0000 (14:35 -0700)]
Refactor WBX and adf4350 to avoid passing usrp pointer

13 years agoClean up annoying class structure in wbx
Jason Abele [Thu, 3 Jun 2010 20:25:42 +0000 (13:25 -0700)]
Clean up annoying class structure in wbx

13 years agoFixing wbx to use _refclk_freq()
Jason Abele [Thu, 3 Jun 2010 19:49:03 +0000 (12:49 -0700)]
Fixing wbx to use _refclk_freq()

13 years agoTypo in error message
Jason Abele [Thu, 3 Jun 2010 19:24:13 +0000 (12:24 -0700)]
Typo in error message

13 years agoUpdate revision to 3.3.1git
Johnathan Corgan [Thu, 3 Jun 2010 07:31:19 +0000 (00:31 -0700)]
Update revision to 3.3.1git

13 years agoUpdate revision to 3.3.0
Johnathan Corgan [Thu, 3 Jun 2010 06:56:20 +0000 (23:56 -0700)]
Update revision to 3.3.0

13 years agogcell: make versioned libraries
Johnathan Corgan [Wed, 2 Jun 2010 22:24:57 +0000 (15:24 -0700)]
gcell: make versioned libraries

13 years agognuradio-core: fix missing linker flags for boost_program_options
Johnathan Corgan [Wed, 2 Jun 2010 22:19:32 +0000 (15:19 -0700)]
gnuradio-core: fix missing linker flags for boost_program_options

13 years agohowto: fix incorrect include path
Johnathan Corgan [Wed, 2 Jun 2010 16:08:34 +0000 (09:08 -0700)]
howto: fix incorrect include path

13 years agobuild: redo GR_GIT for portability
Johnathan Corgan [Wed, 2 Jun 2010 15:47:13 +0000 (08:47 -0700)]
build: redo GR_GIT for portability

13 years agobuild: use date format string instead of -R for portability
Johnathan Corgan [Wed, 2 Jun 2010 01:07:26 +0000 (18:07 -0700)]
build: use date format string instead of -R for portability

13 years agognuradio-core: fix typo in doxygen header
Johnathan Corgan [Tue, 1 Jun 2010 16:16:23 +0000 (09:16 -0700)]
gnuradio-core: fix typo in doxygen header

13 years agogr-qtgui: add include file for gcc 4.4.1
Johnathan Corgan [Tue, 1 Jun 2010 16:11:20 +0000 (09:11 -0700)]
gr-qtgui: add include file for gcc 4.4.1

13 years agoUpdate revision to 3.3.0-rc3
Johnathan Corgan [Mon, 31 May 2010 06:18:04 +0000 (23:18 -0700)]
Update revision to 3.3.0-rc3

13 years agohowto: make versioned libraries
Johnathan Corgan [Mon, 31 May 2010 06:06:20 +0000 (23:06 -0700)]
howto: make versioned libraries

13 years agoMake C++ shared libraries versioned
Johnathan Corgan [Sat, 29 May 2010 03:02:38 +0000 (20:02 -0700)]
Make C++ shared libraries versioned

13 years agobuild: refactor GR_GIT and GR_VERSION
Johnathan Corgan [Fri, 28 May 2010 15:14:05 +0000 (08:14 -0700)]
build: refactor GR_GIT and GR_VERSION

13 years agoUpdate revision to 3.3.0-rc2
Johnathan Corgan [Thu, 27 May 2010 22:20:37 +0000 (15:20 -0700)]
Update revision to 3.3.0-rc2

13 years agoMerge remote branch 'ets/grc-usrp2-clock-source'
Johnathan Corgan [Thu, 27 May 2010 18:54:40 +0000 (11:54 -0700)]
Merge remote branch 'ets/grc-usrp2-clock-source'

* ets/grc-usrp2-clock-source:
  Add USRP2 clock source parameter to GRC blocks.

13 years agoAdd USRP2 clock source parameter to GRC blocks.
Eric Schneider [Tue, 23 Feb 2010 16:20:45 +0000 (09:20 -0700)]
Add USRP2 clock source parameter to GRC blocks.

13 years agoRefactor Makefile.am to move common files from 3 libraries into a single variable.
Eric Blossom [Tue, 25 May 2010 20:05:04 +0000 (13:05 -0700)]
Refactor Makefile.am to move common files from 3 libraries into a single variable.

13 years agousrp2-firmware: fix missing files in tarball
Johnathan Corgan [Tue, 25 May 2010 18:32:37 +0000 (11:32 -0700)]
usrp2-firmware: fix missing files in tarball

13 years agoFix erroneous file modes
Johnathan Corgan [Tue, 25 May 2010 12:16:10 +0000 (05:16 -0700)]
Fix erroneous file modes

13 years agoMerge remote branch 'gnuradio/wip/udp_source_sink'
Johnathan Corgan [Sun, 23 May 2010 20:36:44 +0000 (13:36 -0700)]
Merge remote branch 'gnuradio/wip/udp_source_sink'

* gnuradio/wip/udp_source_sink:
  gnuradio-core: update copyrights
  gnuradio-core: allow swig to handle exceptions in UDP source/sink
  grc: update UDP source and sink block wrappers
  Simplify USE_SELECT usage
  Return immediately when using d_residual.
  Defend against a peer that sends an invalid message length.
  Move initialization of select timeout
  Correct update of d_temp_offset (parallel construction)
  Identify memory leaks that occur on error conditions
  Use -1 as file descriptor "not open" value instead of 0
  Add additional conditionalization of networking includes
  Flush pending errors in gr_udp_sink on disconnect()
  Rework UDP source and sink, with incompatible API changes
  Updates to udp source/sink (select(), wait, cleanup)
  Discard data in gr_udp_sink until receiver is started.
  Use getaddrinfo in gr_udp_{source,sink}
  Changes to gr_udp_{source,sink} for MinGW
  Ignore ENOPROTOOPT return from setsockopt(SO_LINGER)

13 years agolibvrt: remove from 3.3 API.
Johnathan Corgan [Sat, 22 May 2010 00:47:26 +0000 (17:47 -0700)]
libvrt: remove from 3.3 API.

libvrt will continue as part of the 3.4git development branch, where
it will undergo a rewrite and API change.

13 years agognuradio-core: update copyrights
Johnathan Corgan [Sat, 22 May 2010 00:28:02 +0000 (17:28 -0700)]
gnuradio-core: update copyrights

13 years agognuradio-core: allow swig to handle exceptions in UDP source/sink
Johnathan Corgan [Sat, 22 May 2010 00:23:06 +0000 (17:23 -0700)]
gnuradio-core: allow swig to handle exceptions in UDP source/sink

13 years agogrc: update UDP source and sink block wrappers
Johnathan Corgan [Sat, 22 May 2010 00:16:25 +0000 (17:16 -0700)]
grc: update UDP source and sink block wrappers

13 years agoUpdate revision to release 3.3.0-rc1, update autotools
Johnathan Corgan [Fri, 21 May 2010 23:02:53 +0000 (16:02 -0700)]
Update revision to release 3.3.0-rc1, update autotools

13 years agoremove conflicts on python-wxgtk2.6
Bdale Garbee [Fri, 21 May 2010 15:04:32 +0000 (09:04 -0600)]
remove conflicts on python-wxgtk2.6

13 years agoSimplify USE_SELECT usage
Eric Blossom [Thu, 20 May 2010 03:43:48 +0000 (20:43 -0700)]
Simplify USE_SELECT usage

13 years agoReturn immediately when using d_residual.
Eric Blossom [Thu, 20 May 2010 03:38:17 +0000 (20:38 -0700)]
Return immediately when using d_residual.

(Otherwise recv may overwrite valid data in d_temp_buff.)

13 years agoDefend against a peer that sends an invalid message length.
Eric Blossom [Thu, 20 May 2010 03:27:10 +0000 (20:27 -0700)]
Defend against a peer that sends an invalid message length.

13 years agoMove initialization of select timeout
Eric Blossom [Thu, 20 May 2010 03:15:41 +0000 (20:15 -0700)]
Move initialization of select timeout

13 years agoCorrect update of d_temp_offset (parallel construction)
Eric Blossom [Thu, 20 May 2010 03:11:35 +0000 (20:11 -0700)]
Correct update of d_temp_offset (parallel construction)

13 years agoIdentify memory leaks that occur on error conditions
Eric Blossom [Thu, 20 May 2010 03:06:26 +0000 (20:06 -0700)]
Identify memory leaks that occur on error conditions

13 years agoUse -1 as file descriptor "not open" value instead of 0
Eric Blossom [Thu, 20 May 2010 03:02:26 +0000 (20:02 -0700)]
Use -1 as file descriptor "not open" value instead of 0

13 years agoAdd additional conditionalization of networking includes
Eric Blossom [Thu, 20 May 2010 02:57:10 +0000 (19:57 -0700)]
Add additional conditionalization of networking includes

13 years agoRemove bogus check for existence of prefix directory.
Eric Blossom [Wed, 19 May 2010 22:26:08 +0000 (15:26 -0700)]
Remove bogus check for existence of prefix directory.

13 years agogrc: rename execution binary from 'grc' to 'gnuradio-companion'
Johnathan Corgan [Tue, 18 May 2010 20:53:39 +0000 (13:53 -0700)]
grc: rename execution binary from 'grc' to 'gnuradio-companion'

This change resolves a conflict with the Generic Colorizer application
which also uses the binary name 'grc'.

Interested users can add an alias to their shell environment to run
gnuradio-companion when grc is invoked.

13 years agognuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete
Johnathan Corgan [Tue, 18 May 2010 20:22:29 +0000 (13:22 -0700)]
gnuradio-core: removed gr.dd_mpsk_sync_cc block as obsolete

13 years agoMerge branch 'wip/burx_support'
Johnathan Corgan [Tue, 18 May 2010 02:33:46 +0000 (19:33 -0700)]
Merge branch 'wip/burx_support'

* wip/burx_support:
  -Updated to allow BURX support to be built into standard txrx.bin
  Once and for all, here is the properly updated Makefile.am for the apps
  Updated db_bitshark_rx.c to the proper version that includes the
  Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
  Update incorrectly checked in Makefile.am
  usrp: Cleanup for merge of bitshark daughterboard code
  Including bitshark_rx.h header file for USRP2 build
  Fixed issue with with wrong Makefile.am files being copied
  Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
  Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.

13 years ago-Updated to allow BURX support to be built into standard txrx.bin
JohnOrlando [Mon, 17 May 2010 21:15:49 +0000 (16:15 -0500)]
-Updated to allow BURX support to be built into standard txrx.bin
image
-Also corrected db_bitshark_rx.c to the current version (previous
git push error) that includes the needed delays after I2C commands

14 years agoCan now set more channels than input signals. Empty channels are established as the...
Tom Rondeau [Sun, 16 May 2010 18:39:53 +0000 (14:39 -0400)]
Can now set more channels than input signals. Empty channels are established as the outtermost channels (around fs/2 and -fs/2).

14 years agohowto: fix make check for win32, darwin (untested)
Don Ward [Sun, 16 May 2010 16:30:31 +0000 (09:30 -0700)]
howto: fix make check for win32, darwin (untested)

14 years agogr-wxgui: adds stripchart trigger mode to graphics sinks
Marcus D Leech [Sun, 16 May 2010 15:44:16 +0000 (08:44 -0700)]
gr-wxgui: adds stripchart trigger mode to graphics sinks

14 years agognuradio-core: adds configurable flush to file sink
Marcus D Leech [Sun, 16 May 2010 15:38:30 +0000 (08:38 -0700)]
gnuradio-core: adds configurable flush to file sink