From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Mon, 04 Jun 2012 17:48:52 +0200
Message-ID: <E1SbZWW-0004VR-Ga@calypso.gnumonks.org>
Subject: branch steve-m/direct_sampling updated.
	b7d054a817aa7f4de7437fb2961b9da03c87f70a
Message: 2

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 "Repository for Realtek RTL2832U based SDR software".

The branch, steve-m/direct_sampling has been updated
  discards  381786f7e34780a887c766a487ed92efc03c45c3 (commit)
       via  b7d054a817aa7f4de7437fb2961b9da03c87f70a (commit)
       via  9d58aec8cf9e711d927beccc51120648ed024d9f (commit)
       via  7bd3933c41b251a841915fd13107ec8391530998 (commit)
       via  d5bfa3867f451d2e452cd17053688963fac67979 (commit)
       via  352e50df433b2a18266b28ce04714a51e67a4d92 (commit)
       via  b136a5ae9e1894fc7887f18a39a313bfbf1ee29c (commit)
       via  4031d6ed044093d5c5d5d27029d82e02e11ee06a (commit)
       via  92d936568cd33e4f093abece3db10b596e0697d0 (commit)
       via  d08c4770abbd13ad8f474adc709adb20996662d5 (commit)
       via  bc2c44505539f8c0f509df6d871519383710aaef (commit)
       via  74d9619bc3ef67f560cbb68cc0dd84cf53ae7bf9 (commit)
       via  635b2751afb8032ae94b3a152667ae07004a6074 (commit)
       via  75548c8bf314f6ee2e354bf37efb8f33fe28fb3d (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (381786f7e34780a887c766a487ed92efc03c45c3)
            \
             N -- N -- N (b7d054a817aa7f4de7437fb2961b9da03c87f70a)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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/cgit/rtl-sdr/commit/?id=b7d054a817aa7f4de7437fb2961b9da03c87f70a

commit b7d054a817aa7f4de7437fb2961b9da03c87f70a
Author: Steve Markgraf <steve@steve-m.de>
Date:   Sat May 26 22:50:12 2012 +0200

    [experimental] enable direct sampling for frequencies < 30 MHz
    
    This is highly experimental code for using the RTL2832 as a
    direct sampling receiver. The mode is only enabled when the
    sample-rate 2.048 MS/s and a center frequency < 30 MHz
    is used.
    
    This mode disables the tuner, and by attaching a long wire to
    the In-phase ADC input (pin 1 or 2 of the RTL2832, whereas
    pin 1 is at the molded dot) it is possible to listen to shortwave
    radio stations. The coupling capacitors can be left in place,
    but for better results they should be removed.
    
    Signed-off-by: Steve Markgraf <steve@steve-m.de>

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

Summary of changes:
 include/rtl-sdr.h      |   30 ++
 include/tuner_fc0012.h |   45 ++-
 include/tuner_fc0013.h |    2 +-
 rtl-sdr.rules          |    3 +
 src/CMakeLists.txt     |   15 +-
 src/getopt/getopt.c    | 1059 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/getopt/getopt.h    |  180 ++++++++
 src/librtlsdr.c        |  120 ++++--
 src/rtl_sdr.c          |   19 +-
 src/rtl_tcp.c          |   35 +-
 src/rtl_test.c         |   27 +-
 src/tuner_e4k.c        |   19 +-
 src/tuner_fc0012.c     |  489 +++++++++++------------
 src/tuner_fc0013.c     |   62 ++--
 14 files changed, 1704 insertions(+), 401 deletions(-)
 create mode 100644 src/getopt/getopt.c
 create mode 100644 src/getopt/getopt.h


hooks/post-receive
-- 
Repository for Realtek RTL2832U based SDR software


