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, set-user-regist


From: git version control
Subject: [Commit-gnuradio] git://gnuradio.org/jcorgan-uhd branch, set-user-register, updated. 3e6d07dcef6a07b4ba58beca09318f179cfe3a7a
Date: Fri, 13 Jan 2012 15:39:54 +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, set-user-register has been updated
       via  3e6d07dcef6a07b4ba58beca09318f179cfe3a7a (commit)
       via  97bd77ef81aa5e04383fa2cdef9af1ca504da472 (commit)
       via  a34559fc834cb7f9f25f0711bf26c5eeb269e734 (commit)
       via  d38b2dbe35deca5480d1dc9853013c7b11be3018 (commit)
       via  a1901aa90c0f72d7419461a365da76e223c6b467 (commit)
       via  cd34627d31b2c593151c0c8caeae20d6ec7a5121 (commit)
       via  d74f81a7e9456f1cd821e44c70d7ca476969738e (commit)
       via  6aeaef4c772e61d7a5913469ab8e6c822b11ef2a (commit)
       via  a74a3d0bcbde10a4e6f1640be5fc6b5e632151f4 (commit)
       via  c490cdda00ebd7733c1633939b258225f3834e8e (commit)
       via  4d2c1e06a96604e54b99c1871dbfecba1286bd8b (commit)
       via  38be7bc800f4f017f84895a65266f95bf52a8328 (commit)
       via  8288ab3924b9504d973377be61b1048a6411196d (commit)
      from  5c2a8aade35b83bdfe958b0519281746169667a9 (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 3e6d07dcef6a07b4ba58beca09318f179cfe3a7a
Merge: 5c2a8aa 97bd77e
Author: Johnathan Corgan <address@hidden>
Date:   Fri Jan 13 07:37:01 2012 -0800

    Merge commit 'release_003_003_002' into set-user-register

commit 97bd77ef81aa5e04383fa2cdef9af1ca504da472
Author: Nick Foster <address@hidden>
Date:   Wed Jan 4 17:06:23 2012 -0800

    N210 R4 should be using LVDS TX clock, not CMOS.

commit a34559fc834cb7f9f25f0711bf26c5eeb269e734
Author: Josh Blum <address@hidden>
Date:   Fri Dec 30 23:27:33 2011 -0800

    uhd: fixes that make uhd compile on freebsd
    
    Fixes gcc version check in byteswap.
    Fixes typo in thread prio.

commit d38b2dbe35deca5480d1dc9853013c7b11be3018
Author: Josh Blum <address@hidden>
Date:   Sat Dec 31 00:13:30 2011 +0000

    e100: better error message for eeprom model error

commit a1901aa90c0f72d7419461a365da76e223c6b467
Author: Josh Blum <address@hidden>
Date:   Tue Dec 27 11:33:20 2011 -0800

    uhd: manually link into pthreads here

commit cd34627d31b2c593151c0c8caeae20d6ec7a5121
Author: Josh Blum <address@hidden>
Date:   Fri Dec 30 23:38:11 2011 -0800

    uhd: squashed changes to if_addrs

commit d74f81a7e9456f1cd821e44c70d7ca476969738e
Author: Josh Blum <address@hidden>
Date:   Wed Dec 14 17:03:03 2011 -0800

    uhd: make use of TEMP_FAILURE_RETRY when select()

commit 6aeaef4c772e61d7a5913469ab8e6c822b11ef2a
Author: Josh Blum <address@hidden>
Date:   Fri Dec 16 10:59:20 2011 -0800

    uhd: bump patch number to 3.3.2

commit a74a3d0bcbde10a4e6f1640be5fc6b5e632151f4
Author: Josh Blum <address@hidden>
Date:   Fri Dec 16 10:54:26 2011 -0800

    uhd: performance speed up for tx waveforms, no iterative libmath per sample

commit c490cdda00ebd7733c1633939b258225f3834e8e
Author: Josh Blum <address@hidden>
Date:   Thu Nov 3 19:28:43 2011 -0700

    uhd: allow device addr (from string) to parse empty values

commit 4d2c1e06a96604e54b99c1871dbfecba1286bd8b
Author: Josh Blum <address@hidden>
Date:   Fri Dec 16 10:52:21 2011 -0800

    uhd: c/o updated udev rules file

commit 38be7bc800f4f017f84895a65266f95bf52a8328
Author: Josh Blum <address@hidden>
Date:   Tue Nov 22 17:33:12 2011 -0800

    b100: tweaks for fpga resets on init

commit 8288ab3924b9504d973377be61b1048a6411196d
Author: Josh Blum <address@hidden>
Date:   Mon Dec 12 10:39:03 2011 -0800

    uhd: correct images docs for ZPU support

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

Summary of changes:
 host/cmake/Modules/UHDVersion.cmake |    2 +-
 host/docs/images.rst                |   12 ++++++------
 host/examples/tx_waveforms.cpp      |    2 +-
 host/include/uhd/utils/byteswap.ipp |    2 +-
 host/lib/transport/if_addrs.cpp     |   11 +++++++++++
 host/lib/transport/udp_common.hpp   |    9 ++++++++-
 host/lib/types/device_addr.cpp      |   15 +++++++--------
 host/lib/usrp/b100/b100_impl.cpp    |   19 ++++++++-----------
 host/lib/usrp/e100/e100_impl.cpp    |   16 +++++++++++-----
 host/lib/usrp/usrp2/clock_ctrl.cpp  |   21 +++++++++++++++++----
 host/lib/utils/CMakeLists.txt       |    1 +
 host/lib/utils/thread_priority.cpp  |    4 ++--
 host/tests/addr_test.cpp            |    3 ++-
 host/utils/uhd-usrp.rules           |    4 ++--
 14 files changed, 78 insertions(+), 43 deletions(-)


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



reply via email to

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