From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 30 Oct 2013 18:32:22 GMT
Message-ID: <201310301832.r9UIWML4020848@git.osmocom.org>
Subject: gr-osmosdr.git branch master updated. v0.1.0-39-gb844149
Message: 5

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 "GNURadio hardware abstraction block".

The branch, master has been updated
       via  b8441496288aa319f4aeaabd9df63c58be53e916 (commit)
       via  44bd325a86352e5869017522e0a4990c5a22c4c3 (commit)
       via  03c42ef3206f5667459f78781f95d7fc5c322053 (commit)
      from  46a241624a328e7107268a0c48a7bc364e4b523e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/gr-osmosdr/commit/?id=b8441496288aa319f4aeaabd9df63c58be53e916

commit b8441496288aa319f4aeaabd9df63c58be53e916
Author: Jon Szymaniak <jon.szymaniak@gmail.com>
Date:   Sat Oct 26 16:26:16 2013 -0400

    bladerf: Don't reload the FPGA unless the force-reload param is set

http://cgit.osmocom.org/gr-osmosdr/commit/?id=44bd325a86352e5869017522e0a4990c5a22c4c3

commit 44bd325a86352e5869017522e0a4990c5a22c4c3
Author: Jon Szymaniak <jon.szymaniak@gmail.com>
Date:   Sat Oct 26 15:59:23 2013 -0400

    bladerf: Moved initializations to bladerf_common.c, misc. cleanup
    
    Common parameter handling has been moved into bladerf_common::init().
    
    The buflen parameter is now in units of samples, not bytes. This
    deviates from the other gr-osmosdr items. However, with the requirement
    that buffers be in multiples of 1024 samples, this makes specifying this
    parameter a bit easier. The user shouldn't need to know we're operating
    on SC16Q12 values under the hood, and have to calculate accordingly.
    
    To avoid confusion when both a bladeRF source and sink are in a flow
    graph a [bladeRF source/sink] prefix has been added to output. Error
    number have been replaced with bladeRF string representations of these
    error values.
    
    Firmware flashing has been removed. The bladeRF-cli or bladeRF-flash
    tools are the preferred route for firmware upgrades.

http://cgit.osmocom.org/gr-osmosdr/commit/?id=03c42ef3206f5667459f78781f95d7fc5c322053

commit 03c42ef3206f5667459f78781f95d7fc5c322053
Author: Jon Szymaniak <jon.szymaniak@gmail.com>
Date:   Fri Oct 25 23:40:05 2013 -0400

    bladerf: Moved no longer "common" items out of bladerf_common
    
    The gr_complex FIFO is no longer used on the TX side, so it doesn't
    really make sense to have it in bladerf_common. The associated items
    have been moved into bladerf_source, and some renaming has been done in
    bladerf_sink to tidy up.
    
    Pending further performance tests of the bladerf_source, the _fifo
    member (boost::circular_buffer) may need to be replaced.

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

Summary of changes:
 lib/bladerf/bladerf_common.cc   | 165 ++++++++++++++++++++++++++--------
 lib/bladerf/bladerf_common.h    |  28 +++---
 lib/bladerf/bladerf_sink_c.cc   | 193 ++++++++++------------------------------
 lib/bladerf/bladerf_sink_c.h    |  14 ++-
 lib/bladerf/bladerf_source_c.cc | 166 ++++++++++++++--------------------
 lib/bladerf/bladerf_source_c.h  |  11 +++
 6 files changed, 271 insertions(+), 306 deletions(-)


hooks/post-receive
-- 
GNURadio hardware abstraction block


