commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.


From: Git Repository
Subject: [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-326-gfc6d4f3
Date: Tue, 6 Oct 2009 19:56:39 -0600 (MDT)

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.git at gnuradio.org".

The branch, master has been updated
       via  fc6d4f39ca65a6b7db7ac8c521df43afab0d362d (commit)
       via  69caa7dce5a58b39614b1aba99c2dd71b38af322 (commit)
       via  bf0bbd9daf5360b5d1fb5f36dcb968d6bcd0fd60 (commit)
       via  48e2124c1eac6806d3259964d80348ad1d64214c (commit)
       via  9aff67eeedcaf7c0fcca0fe2410ec2a3dbd4ea02 (commit)
       via  a85e0396f5adf1c4d72d81cbbead02e139a6d5af (commit)
       via  e4b5ce36f60652dba15ff4124b347c9a8b725d05 (commit)
       via  16951928760f44b729f3f67e3c6c279c3fef28c1 (commit)
       via  ba4f8351cc3b74895f3f0a880ad25f51652cd94b (commit)
       via  052e7a2c880edbc0dd55dc05d2758d3730cf9cb8 (commit)
      from  3f8026a00c261c788357b3a04f5b338a6cda4d0e (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 fc6d4f39ca65a6b7db7ac8c521df43afab0d362d
Merge: 3f8026a00c261c788357b3a04f5b338a6cda4d0e 
69caa7dce5a58b39614b1aba99c2dd71b38af322
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 6 18:17:18 2009 -0700

    Merge branch 'wip/wbxng' of address@hidden:jcorgan
    
    * 'wip/wbxng' of address@hidden:jcorgan:
      Clean up for work-in-progress
      Integrated gain control for TX and RX of wbxng
      Enabled RX Baseband
      First Functional TX modulator
      Locking, controllable synthesizer on TX and RX
      Able to tune RX VCO, observe R and N divider output on MUXOUT
      twiddling gpio successfully
      Clean build
      Initial compile of wbxng, properly sets db IDs

commit 69caa7dce5a58b39614b1aba99c2dd71b38af322
Author: Johnathan Corgan <address@hidden>
Date:   Tue Oct 6 17:50:59 2009 -0700

    Clean up for work-in-progress
    
    Copyright updates
    Trailing whitespace cleanup
    Move private headers out of install
    Use standard include guards
    Code cleanup

commit bf0bbd9daf5360b5d1fb5f36dcb968d6bcd0fd60
Author: Jason Abele <address@hidden>
Date:   Thu Sep 24 16:12:26 2009 -0700

    Integrated gain control for TX and RX of wbxng

commit 48e2124c1eac6806d3259964d80348ad1d64214c
Author: Jason Abele <address@hidden>
Date:   Tue Sep 22 14:07:42 2009 -0700

    Enabled RX Baseband

commit 9aff67eeedcaf7c0fcca0fe2410ec2a3dbd4ea02
Author: Jason Abele <address@hidden>
Date:   Fri Sep 18 18:28:02 2009 -0700

    First Functional TX modulator

commit a85e0396f5adf1c4d72d81cbbead02e139a6d5af
Author: Jason Abele <address@hidden>
Date:   Mon Aug 24 16:20:03 2009 -0700

    Locking, controllable synthesizer on TX and RX
    
        set Charge Pump Current (Icp) per design guide on schem
        set R divider to 3, so that PFD inputs are ~21MHz
        set RF output enable even when looking for AUX

commit e4b5ce36f60652dba15ff4124b347c9a8b725d05
Author: Jason Abele <address@hidden>
Date:   Sun Aug 23 17:40:43 2009 -0700

    Able to tune RX VCO, observe R and N divider output on MUXOUT

commit 16951928760f44b729f3f67e3c6c279c3fef28c1
Author: Jason Abele <address@hidden>
Date:   Fri Aug 21 15:16:18 2009 -0700

    twiddling gpio successfully

commit ba4f8351cc3b74895f3f0a880ad25f51652cd94b
Author: Jason Abele <address@hidden>
Date:   Fri Aug 21 10:08:44 2009 -0700

    Clean build

commit 052e7a2c880edbc0dd55dc05d2758d3730cf9cb8
Author: Jason Abele <address@hidden>
Date:   Mon Aug 17 23:30:01 2009 -0700

    Initial compile of wbxng, properly sets db IDs

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

Summary of changes:
 usrp/host/apps/burn-db-eeprom                      |   19 +-
 usrp/host/include/usrp/Makefile.am                 |   13 +-
 usrp/host/include/usrp/db_wbxng.h                  |  115 +++++
 usrp/host/lib/Makefile.am                          |   15 +-
 usrp/host/lib/db_boards.cc                         |   22 +-
 usrp/host/lib/db_wbxng.cc                          |  499 ++++++++++++++++++++
 usrp/host/lib/db_wbxng_adf4350.cc                  |  199 ++++++++
 .../db_tv_rx_mimo.h => lib/db_wbxng_adf4350.h}     |   45 ++-
 usrp/host/lib/db_wbxng_adf4350_regs.cc             |  114 +++++
 usrp/host/lib/db_wbxng_adf4350_regs.h              |   64 +++
 usrp/host/lib/usrp_dbid.dat                        |   11 +-
 11 files changed, 1072 insertions(+), 44 deletions(-)
 create mode 100644 usrp/host/include/usrp/db_wbxng.h
 create mode 100644 usrp/host/lib/db_wbxng.cc
 create mode 100644 usrp/host/lib/db_wbxng_adf4350.cc
 copy usrp/host/{include/usrp/db_tv_rx_mimo.h => lib/db_wbxng_adf4350.h} (53%)
 create mode 100644 usrp/host/lib/db_wbxng_adf4350_regs.cc
 create mode 100644 usrp/host/lib/db_wbxng_adf4350_regs.h


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




reply via email to

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