[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. 3.
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. 3.3git-742-g1fc7c57 |
Date: |
Wed, 12 May 2010 02:24:49 +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/jcorgan".
The branch, master has been updated
via 1fc7c57f778a9f05ded1d216247242ee13632d03 (commit)
via 591c12fc9de3a318a983d1e02eed789f76c0b5fb (commit)
via e22224454f63be561fa2a5923d35b65ba403b6ac (commit)
from 9038b3530d0ec746f401f3c443e2f862fff5a18e (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 1fc7c57f778a9f05ded1d216247242ee13632d03
Author: Eric Blossom <address@hidden>
Date: Mon May 10 14:31:15 2010 -0700
Add gru.hexshort to deal with short hex constants
commit 591c12fc9de3a318a983d1e02eed789f76c0b5fb
Author: Eric Blossom <address@hidden>
Date: Mon May 10 10:42:32 2010 -0700
Assign USB PID for Hans de Bok
commit e22224454f63be561fa2a5923d35b65ba403b6ac
Author: Eric Blossom <address@hidden>
Date: Fri Apr 30 18:22:41 2010 -0700
Add missing buffer allocator hint to gr_ofdm_sampler.cc
This change was needed because gr_ofdm_sampler derives directly from
gr_block, but functions (from the runtime's point of view) as a
decimator. It takes many items in to produce a single output
item. Without this change, values of fft_size > ~4096 would result
in the scheduler complaining that it could never fullfil the block's
request for samples.
When deriving from gr_sync_interpolator or gr_sync_decimator, their
constructors set the hint automatically.
-----------------------------------------------------------------------
Summary of changes:
gnuradio-core/src/lib/general/gr_ofdm_sampler.cc | 3 ++-
.../src/python/gnuradio/gruimpl/hexint.py | 12 ++++++++++++
usrp/firmware/include/usrp_ids.h | 1 +
3 files changed, 15 insertions(+), 1 deletions(-)
hooks/post-receive
--
git://gnuradio.org/jcorgan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. 3.3git-742-g1fc7c57,
git repository hosting <=