commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jcorgan-uhd branch, gpio, updated.


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jcorgan-uhd branch, gpio, updated. release_003_004_000-55-g2c8ec6b
Date: Wed, 11 Apr 2012 06:35:59 +0000 (UTC)

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/jcorgan-uhd".

The branch, gpio has been updated
       via  2c8ec6b26e84c49a018de3edbdade930b061231e (commit)
       via  3fb067567b0c799b3c707938491eb8489d85fefa (commit)
       via  1e143bddd2a246ca6ffae6fb54aa416b35293078 (commit)
       via  f136b06211dc0fe572d77219b6ce579963d435fe (commit)
       via  00c241844a62c22cac538316d507c524acc1c393 (commit)
       via  c8a2e4881f06212be7e10227220ebac33987143b (commit)
       via  5918cec1b9d394f0a63dfe04b2c82df97333f1d1 (commit)
       via  4c111800a139a544f9280e1a7b114c027c55a89e (commit)
       via  2cd44069945ff14f59a5b48439d46dac0dfb4035 (commit)
       via  7ac203b39c126c4bdb9b2f5494052fd9eea8f21b (commit)
       via  3e8e9dad3c2bdd5e7151956ba9b87142d2cb1435 (commit)
       via  097f20df1653c33035b6dcfefbbef22572426c65 (commit)
       via  277d4d2f76b163a954ff99e10b299c39e03b53bb (commit)
       via  95de4f7343e52fe54a140fdd1462a2087a877a2e (commit)
       via  842c54ecb5f20d7787ccd8f6034755a92ed67b5f (commit)
       via  68510d56fdba693e077955865ebcb4f10e26e9e1 (commit)
       via  6d2d62ca6aebce0830da94ede6b3c7f995f127e1 (commit)
       via  fe6c37c430461b33dd6ba0fd19955143a916044c (commit)
       via  fb8e1195cb8353818f72662b6811e02cb46f39d9 (commit)
       via  42a52c061bdb4873f4672f98e3bcaf17939958a0 (commit)
       via  17068bc38dff216caed300141015fee882dfb133 (commit)
       via  b60fccc51495a84a5c434c4e612170e4a75faf12 (commit)
       via  ea19de0ba230b738a102d4ebb089614bd3ca2fa0 (commit)
      from  fea9795f95b831cb32df111b20f713f22d23ef6e (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 2c8ec6b26e84c49a018de3edbdade930b061231e
Merge: fea9795 3fb0675
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 10 23:36:27 2012 -0700

    Merge commit 'release_003_004_001' into gpio

commit 3fb067567b0c799b3c707938491eb8489d85fefa
Author: Josh Blum <address@hidden>
Date:   Tue Apr 10 18:54:11 2012 -0700

    uhd: bumped version num to 3.4.1 for release

commit 1e143bddd2a246ca6ffae6fb54aa416b35293078
Merge: 00c2418 f136b06
Author: Josh Blum <address@hidden>
Date:   Mon Apr 9 16:37:46 2012 -0700

    Merge branch 'fpga_maint' into maint

commit f136b06211dc0fe572d77219b6ce579963d435fe
Author: Josh Blum <address@hidden>
Date:   Mon Apr 9 16:35:31 2012 -0700

    vita: moved clear register to overlap with nchan register
    
    This fixes the bug where setting the format clears the vita RX.
    This is only an issue when the noclear option is set by UHD,
    because the format register is always so, so it always clears.
    Note: noclear is there to support the backwards compat API (pre streamer).
    
    Now, numchans and clear overlap. This is ok because
    in the host code, clear and numchans are always used together.
    
    All timing meets on N2xx and USRP2.

commit 00c241844a62c22cac538316d507c524acc1c393
Author: Josh Blum <address@hidden>
Date:   Mon Apr 9 14:28:25 2012 -0700

    dsp: clear register now overlaps with numchan register.
    
    This fixes the bug of unwanted clearing when setting format.

commit c8a2e4881f06212be7e10227220ebac33987143b
Author: Josh Blum <address@hidden>
Date:   Fri Apr 6 12:07:15 2012 -0700

    usrp: fix set_clock_config typo for external and mimo clock ref
    
    This is a typo in the set_clock_config implementation.
    However, the enum values are the same, so this would not cause a bug.
    Fixed although set_clock_config is a deprecated interface.

commit 5918cec1b9d394f0a63dfe04b2c82df97333f1d1
Merge: 2cd4406 4c11180
Author: Josh Blum <address@hidden>
Date:   Mon Apr 2 18:36:11 2012 -0700

    Merge branch 'fpga_maint' into maint

commit 4c111800a139a544f9280e1a7b114c027c55a89e
Author: Josh Blum <address@hidden>
Date:   Sun Apr 1 23:22:39 2012 -0700

    b100: fix slave fifo data xfer exit condition
    
    When exiting the read/write data state,
    when the transfer count maxes out/peaks,
    the fifo read/write signals were getting this
    condition the cycle after with the state change.

commit 2cd44069945ff14f59a5b48439d46dac0dfb4035
Author: Josh Blum <address@hidden>
Date:   Sun Apr 1 22:12:47 2012 -0700

    examples: fix bsd compilation for network relay example
    
    Fixes compilation on platforms that dont have one of the OS defines
    by providing #else case for rx_dsp_buff_size constant.
    This also makes OSX the special case and assumes other OS
    can handle the large RX socket buffer size.

commit 7ac203b39c126c4bdb9b2f5494052fd9eea8f21b
Author: Josh Blum <address@hidden>
Date:   Thu Mar 29 11:59:27 2012 -0700

    usrp1: stop threads in deconstructor
    
    Its important to stop the threads before we let
    the other smart point objects naturally deconstruct
    to avoid thread-based race conditions.
    
    The attempt to deconstruct the tree and soft time ctrl
    had a bug because the tree had references in subtrees
    within the dboard manager class.
    
    Rather than continue to fix this method and
    deconstruct the tree to free up soft time ctrl,
    it seems simpler to just stop the thread in soft time ctrl,
    and then let it naturally deconstruct later by ref count.

commit 3e8e9dad3c2bdd5e7151956ba9b87142d2cb1435
Author: Nicholas Corgan <address@hidden>
Date:   Thu Mar 29 10:05:00 2012 -0700

    cmake: Binaries give notification before installing or uninstalling UHD. 
Better to give an output than just an empty pause.

commit 097f20df1653c33035b6dcfefbbef22572426c65
Author: Josh Blum <address@hidden>
Date:   Mon Mar 26 14:25:56 2012 -0700

    dbsrx: limit the USRP1 + DBSRX GPIO clock rate to 4MHz
    
    This fixes the lockup/clocking condition when the following hw combo is 
used:
    USRP1 r4.5 + DBSRX + another i2c board

commit 277d4d2f76b163a954ff99e10b299c39e03b53bb
Author: Josh Blum <address@hidden>
Date:   Sat Mar 24 14:38:17 2012 -0700

    usrp2: possible fix for invalid broadcast replies

commit 95de4f7343e52fe54a140fdd1462a2087a877a2e
Merge: 68510d5 842c54e
Author: Josh Blum <address@hidden>
Date:   Mon Mar 26 15:11:09 2012 -0700

    Merge branch 'fpga_maint' into maint

commit 842c54ecb5f20d7787ccd8f6034755a92ed67b5f
Author: Nick Foster <address@hidden>
Date:   Mon Mar 26 12:23:22 2012 -0700

    B100: port cleanups from b100-txbug to this branch

commit 68510d56fdba693e077955865ebcb4f10e26e9e1
Author: Josh Blum <address@hidden>
Date:   Mon Mar 26 10:20:58 2012 -0700

    uhd: use release mode and git count for stable and unstable builds

commit 6d2d62ca6aebce0830da94ede6b3c7f995f127e1
Author: Josh Blum <address@hidden>
Date:   Sun Mar 25 13:23:23 2012 -0700

    fpga: fifo_2clock handles widths and sizes in-between corgens

commit fe6c37c430461b33dd6ba0fd19955143a916044c
Author: Josh Blum <address@hidden>
Date:   Sun Mar 25 12:46:29 2012 -0700

    b100: cleanup redundant logic for slwr and slrd

commit fb8e1195cb8353818f72662b6811e02cb46f39d9
Author: Josh Blum <address@hidden>
Date:   Sun Mar 25 01:17:15 2012 -0700

    b100: extra data pktend cycle for fifo addr

commit 42a52c061bdb4873f4672f98e3bcaf17939958a0
Author: Josh Blum <address@hidden>
Date:   Sat Mar 24 21:20:05 2012 -0700

    b100: slave fifo fix for dst/src ready signals
    
    Some of the changes my be overkill,
    but the idea is to be more careful about
    allowing FIFO IO to occur on transitions.
    
    The cal app was able to complete successfully.

commit 17068bc38dff216caed300141015fee882dfb133
Author: Nicholas Corgan <address@hidden>
Date:   Fri Mar 23 16:05:38 2012 -0700

    Changes preinst.in to 'echo' instead of 'ls'

commit b60fccc51495a84a5c434c4e612170e4a75faf12
Author: Josh Blum <address@hidden>
Date:   Fri Mar 23 12:14:51 2012 -0700

    usrp: fix for rx_frontend_core_200 dc offset
    
    Mask off upper bits when setting a constant offset (I and Q regs).
    The sign bits (if negative) can flow off into the flags field.

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

Summary of changes:
 fpga/usrp2/fifo/fifo_2clock.v                |   44 +++++-----
 fpga/usrp2/gpif/packet_reframer.v            |    5 +-
 fpga/usrp2/gpif/slave_fifo.v                 |  126 ++++++++++++++------------
 fpga/usrp2/top/B100/u1plus_core.v            |    2 +-
 fpga/usrp2/top/E1x0/u1e_core.v               |    2 +-
 fpga/usrp2/top/N2x0/u2plus_core.v            |    4 +-
 fpga/usrp2/top/USRP2/u2_core.v               |    2 +-
 fpga/usrp2/vrt/vita_rx_chain.v               |    2 +-
 host/cmake/Modules/UHDVersion.cmake          |   52 ++++++-----
 host/cmake/debian/preinst.in                 |    2 +-
 host/cmake/debian/prerm.in                   |    1 +
 host/cmake/redhat/pre_install.in             |    2 +
 host/cmake/redhat/pre_uninstall.in           |    1 +
 host/examples/network_relay.cpp              |    6 +-
 host/lib/usrp/cores/rx_dsp_core_200.cpp      |    6 +-
 host/lib/usrp/cores/rx_frontend_core_200.cpp |    7 +-
 host/lib/usrp/dboard/db_dbsrx.cpp            |    9 ++-
 host/lib/usrp/multi_usrp.cpp                 |    6 +-
 host/lib/usrp/usrp1/soft_time_ctrl.cpp       |    6 +-
 host/lib/usrp/usrp1/soft_time_ctrl.hpp       |    5 +-
 host/lib/usrp/usrp1/usrp1_impl.cpp           |    3 +-
 host/lib/usrp/usrp2/usrp2_impl.cpp           |   20 ++++-
 22 files changed, 178 insertions(+), 135 deletions(-)


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



reply via email to

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