commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/gnuradio branch, master, updated. v3.3.0-rc0-24-ga39ca4f
Date: Tue, 18 May 2010 05:29:01 +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/gnuradio".

The branch, master has been updated
       via  a39ca4f36cee81bb44f553c1a1d2045a29231e0b (commit)
       via  22a3ed8955a9d40796d58e83993b5f56f117a27a (commit)
       via  7dba4b4a3cf9b2f0fab397494d84c948a3bf85d1 (commit)
       via  3a822b971ba921ba6741eb94a9db0673950ecdff (commit)
       via  ebb561d028bfd4a3ca2571fb997bb13a514bd87c (commit)
       via  c1c29651e8a13c090228723684d6f693a6ae8c34 (commit)
       via  c76897abcbfe1c149bffd27fba0224d3ebc83503 (commit)
       via  81391dc8d76f4a665ca1b14ef3d094353084d829 (commit)
       via  42e7489aa15a799e9a9a86ffd367c4d823080bbf (commit)
       via  547d65b6c4353a899809136af06f393810aaad03 (commit)
       via  3e214cb7ba3a80495db77c4f92132c4497667a69 (commit)
       via  a75b2f5b4506a3381e712c546a70e3a55a1f8dcd (commit)
       via  d5fe3b38d5f406b111721ebf789323b49b8eff9d (commit)
      from  1c22592ca05eff573b755e36a9685cfadf8a2723 (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 -----------------------------------------------------------------
commit a39ca4f36cee81bb44f553c1a1d2045a29231e0b
Merge: 1c22592ca05eff573b755e36a9685cfadf8a2723 
22a3ed8955a9d40796d58e83993b5f56f117a27a
Author: Johnathan Corgan <address@hidden>
Date:   Mon May 17 19:33:46 2010 -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.

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

Summary of changes:
 usrp/host/apps/burn-db-eeprom                      |    1 +
 usrp/host/include/usrp/Makefile.am                 |    1 +
 .../include/usrp/{db_tv_rx.h => db_bitshark_rx.h}  |   54 ++--
 usrp/host/lib/Makefile.am                          |    1 +
 usrp/host/lib/db_bitshark_rx.cc                    |  417 ++++++++++++++++++++
 usrp/host/lib/db_boards.cc                         |    5 +
 usrp/host/lib/usrp_dbid.dat                        |    2 +
 usrp2/firmware/apps/Makefile.am                    |    1 +
 usrp2/firmware/include/usrp2_types.h               |    6 +
 usrp2/firmware/lib/Makefile.am                     |    5 +-
 usrp2/firmware/lib/db_bitshark_rx.c                |  337 ++++++++++++++++
 .../lib/{adf4350_regs.h => db_bitshark_rx.h}       |   31 ++-
 usrp2/firmware/lib/db_init.c                       |    2 +
 13 files changed, 827 insertions(+), 36 deletions(-)
 copy usrp/host/include/usrp/{db_tv_rx.h => db_bitshark_rx.h} (52%)
 create mode 100644 usrp/host/lib/db_bitshark_rx.cc
 create mode 100644 usrp2/firmware/lib/db_bitshark_rx.c
 copy usrp2/firmware/lib/{adf4350_regs.h => db_bitshark_rx.h} (64%)


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



reply via email to

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