commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] git://gnuradio.org/jblum branch, fix/uhd_fft_bb_freq,


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, fix/uhd_fft_bb_freq, created. 71d6e9d8b5396467ca3b5e004cc1b9a365554db4
Date: Tue, 17 May 2011 03:07:56 +0100 (BST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "git://gnuradio.org/jblum".

The branch, fix/uhd_fft_bb_freq has been created
        at  71d6e9d8b5396467ca3b5e004cc1b9a365554db4 (commit)

- Log -----------------------------------------------------------------
commit 71d6e9d8b5396467ca3b5e004cc1b9a365554db4
Author: Josh Blum <address@hidden>
Date:   Mon May 16 19:07:44 2011 -0700

    uhd: fix for setting the baseband freq after tune

commit f53fef3d2bc39b2020b8bce3d88b43569dd16605
Author: Tom Rondeau <address@hidden>
Date:   Thu May 12 16:29:33 2011 +0100

    core: adding get/set sensitivity accessors to frequency_modulator_fc block.

commit 3303ac16c2b161a4db8cb37b728e0173910ee865
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 17:40:03 2011 +0100

    gr-uhd: fixed apps Makefile for distribution.

commit 2bdca228868089f423dbeab2970f5e0a219fdef2
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 16:30:41 2011 +0100

    gr-uhd: adding gitignore file to uhd apps dir.

commit 69c11ed7ac1105913e55ccb6cd9116ba7adc934d
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 16:29:54 2011 +0100

    gr-uhd: Makefile.am for UHD apps.

commit 50646fa13731ce8dd6382a0f54766d839e634fc5
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 16:29:38 2011 +0100

    gr-uhd: UHD version of usrpx_rx_cfile.py.

commit b7dd6da5c0ddaa1f39419e2a3e3e050f3652230c
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 16:20:08 2011 +0100

    gr-uhd: adding antenna selection ability to uhd_fft.py.

commit 6736e9623fe35bfac53886c41766f166331fd4ca
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 15:03:53 2011 +0100

    gr-uhd: adding uhd_fft.py app

commit 7554d2103b0cf1939a545d92ce38dcc2995b21a2
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 12:05:22 2011 +0100

    examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted 
by Elvis Dowson.

commit 74df52ebefb8835564cedcd06d9c08aaa186ebca
Author: Tom Rondeau <address@hidden>
Date:   Tue May 10 12:01:17 2011 +0100

    build: updated SDCC error message on failure. We don't support version 3, 
so this should make that better understood.

commit 207a2ae73bd5d6cab201bb57ed8db64fd54cfd90
Merge: 7a91b8226f71d75b027beb466f965bbba97c07a8 
a92cb89b5529728d9fce781aff85916b3879fbdd
Author: Tom Rondeau <address@hidden>
Date:   Mon May 2 12:35:16 2011 +0100

    Merge branch 'mergeme/grc/cross_platform_work'

commit 7a91b8226f71d75b027beb466f965bbba97c07a8
Merge: e1558e1c529d7840a7f6abd366b023cffe3d630e 
517bee34087044336f83c4717734d3d1f5ff5b02
Author: Tom Rondeau <address@hidden>
Date:   Mon May 2 11:25:17 2011 +0100

    Merge branch 'mergeme/uhd/gain_names'

commit e1558e1c529d7840a7f6abd366b023cffe3d630e
Merge: b3d961180d52536485173bd4a3dcee44550a70f6 
bab5e5cab6562b0c163e8c925e76e84a12eeff20
Author: Tom Rondeau <address@hidden>
Date:   Thu Apr 28 14:23:01 2011 +0100

    Merge branch 'mergme/audio/api_macro'

commit bab5e5cab6562b0c163e8c925e76e84a12eeff20
Author: Josh Blum <address@hidden>
Date:   Sun Apr 24 19:02:18 2011 -0700

    audio: filled in the GR_AUDIO_API macro (since we now have 
gruel/attributes.h)

commit a92cb89b5529728d9fce781aff85916b3879fbdd
Author: Josh Blum <address@hidden>
Date:   Fri Apr 15 13:09:55 2011 -0700

    grc: added logic to discover the path to the python interpreter
    
    Rather than simply exec-ing the application w/ "python",
    use the same interpreter that executed grc w/ full path.
    
    Added code to handle the following exceptions:
    - for a wx app on mac osx, use the pythonw interpreter
      (this was in the m4 file, but its easier as a runtime check)
    - for a no gui app on linux, prepend xterm cuz its nice
      (we were already doing that but its now restricted to linux)

commit 517bee34087044336f83c4717734d3d1f5ff5b02
Author: Jason Abele <address@hidden>
Date:   Mon Apr 18 18:46:37 2011 -0700

    Expose named gain stages in gr-uhd via swig

commit 6f6cef02f4d2f7750c8dcda847dda0df61407b9a
Author: Jason Abele <address@hidden>
Date:   Mon Apr 18 14:02:37 2011 -0700

    Added necessary swig to get i2c_writes through dboard_iface

commit af1d0a61d01c7c17dedcb5388ed8a077213d4b4f
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 10:49:23 2011 -0700

    grc: replaced asserts in gui subdirectory

commit 66d7b23402dd9c366bb6c824d693274ccf3868db
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 10:40:36 2011 -0700

    grc: replaced asserts in base subdirectory

commit 4cdd41c1046cef12601602bd38dc8ebf42d1550d
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 10:05:33 2011 -0700

    grc: replaced asserts in python subdirectory

commit 8fb43aa9093fbbb5c9d8b9418c144dbf33730127
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 09:39:07 2011 -0700

    grc: define __doc__ for license in case its optimized out (that was easy)

commit 4f41cde8c65a76cfd74d40ec24b530ef3fe4a5f4
Author: Josh Blum <address@hidden>
Date:   Thu Apr 14 09:37:27 2011 -0700

    grc: remove integrity checks, we wont need them when I'm done

-----------------------------------------------------------------------


hooks/post-receive
-- 
git://gnuradio.org/jblum



reply via email to

[Prev in Thread] Current Thread [Next in Thread]