gr-osmosdr.git branch master updated. v0.1.4-57-g55fe961

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Dec 18 21:20:34 UTC 2015


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 "GNU Radio block for interfacing with various radio hardware".

The branch, master has been updated
       via  55fe96198733c9c57689d18e81cb2d7e8b2ebbfd (commit)
       via  3582ba17e0d7a5237c6393a1c5849533692018f7 (commit)
      from  7cec4c0f517144f271630f78dd6acd1f26f6b1f7 (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=55fe96198733c9c57689d18e81cb2d7e8b2ebbfd

commit 55fe96198733c9c57689d18e81cb2d7e8b2ebbfd
Author: Dimitri Stolnikov <horiz0n at gmx.net>
Date:   Fri Dec 18 22:20:27 2015 +0100

    update documentation

http://cgit.osmocom.org/gr-osmosdr/commit/?id=3582ba17e0d7a5237c6393a1c5849533692018f7

commit 3582ba17e0d7a5237c6393a1c5849533692018f7
Author: Pavel Demin <pavel.demin at uclouvain.be>
Date:   Thu Dec 17 21:12:45 2015 +0100

    redpitaya: add support for Red Pitaya SDR transceiver
    
    This patch adds two gr-osmosdr blocks that can be used with the SDR transceiver
    application available from the Red Pitaya application marketplace:
    
    http://bazaar.redpitaya.com
    
    These new source and sink blocks are based on the file block with some pieces
    borrowed from the rtl_tcp block.
    
    More details about Red Pitaya SDR transceiver can be found at:
    
    http://pavel-demin.github.io/red-pitaya-notes/sdr-transceiver
    
    Usage example:
    
    osmocom_fft -a "redpitaya=192.168.1.100:1001"
    
    Signed-off-by: Pavel Demin <pavel.demin at uclouvain.be>

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

Summary of changes:
 AUTHORS                                            |   1 +
 README                                             |   2 +
 grc/gen_osmosdr_blocks.py                          |   7 +-
 lib/CMakeLists.txt                                 |  10 +-
 lib/config.h.in                                    |   1 +
 lib/{rtl_tcp => redpitaya}/CMakeLists.txt          |  10 +-
 .../redpitaya/redpitaya_common.cc                  |  54 ++--
 .../api.h => lib/redpitaya/redpitaya_common.h      |  21 +-
 lib/redpitaya/redpitaya_sink_c.cc                  | 287 +++++++++++++++++++++
 .../redpitaya_sink_c.h}                            |  39 ++-
 lib/redpitaya/redpitaya_source_c.cc                | 281 ++++++++++++++++++++
 .../redpitaya_source_c.h}                          |  33 ++-
 lib/sink_impl.cc                                   |  18 ++
 lib/source_impl.cc                                 |  18 ++
 14 files changed, 695 insertions(+), 87 deletions(-)
 copy lib/{rtl_tcp => redpitaya}/CMakeLists.txt (85%)
 copy docs/doxygen/doxyxml/example/aadvark.cc => lib/redpitaya/redpitaya_common.cc (51%)
 copy include/osmosdr/api.h => lib/redpitaya/redpitaya_common.h (67%)
 create mode 100644 lib/redpitaya/redpitaya_sink_c.cc
 copy lib/{file/file_source_c.h => redpitaya/redpitaya_sink_c.h} (72%)
 create mode 100644 lib/redpitaya/redpitaya_source_c.cc
 copy lib/{file/file_source_c.h => redpitaya/redpitaya_source_c.h} (76%)


hooks/post-receive
-- 
GNU Radio block for interfacing with various radio hardware



More information about the osmocom-commitlog mailing list