[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. v3
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. v3.3.0-rc0-24-ga39ca4f |
Date: |
Tue, 18 May 2010 06:53:33 +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 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.
commit 22a3ed8955a9d40796d58e83993b5f56f117a27a
Author: JohnOrlando <address@hidden>
Date: Mon May 17 16:15:49 2010 -0500
-Updated to allow BURX support to be built into standard txrx.bin
image
-Also corrected db_bitshark_rx.c to the current version (previous
git push error) that includes the needed delays after I2C commands
commit 7dba4b4a3cf9b2f0fab397494d84c948a3bf85d1
Merge: c1c29651e8a13c090228723684d6f693a6ae8c34
3a822b971ba921ba6741eb94a9db0673950ecdff
Author: Johnathan Corgan <address@hidden>
Date: Fri May 14 10:31:19 2010 -0700
Merge remote branch 'bitshark/burx_support' into wip/burx_support
* bitshark/burx_support:
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
Conflicts:
usrp2/firmware/lib/db_bitshark_rx.c
commit 3a822b971ba921ba6741eb94a9db0673950ecdff
Author: JohnOrlando <address@hidden>
Date: Thu May 13 18:24:08 2010 -0500
Once and for all, here is the properly updated Makefile.am for the apps
directory...
commit ebb561d028bfd4a3ca2571fb997bb13a514bd87c
Author: JohnOrlando <address@hidden>
Date: Thu May 13 18:03:13 2010 -0500
Updated db_bitshark_rx.c to the proper version that includes the
delays when sending back-to-back I2C commands, as well as the proper
command when setting the bw (previous blunder with git resulted in
the wrong version on this branch)
commit c1c29651e8a13c090228723684d6f693a6ae8c34
Merge: c76897abcbfe1c149bffd27fba0224d3ebc83503
1fc7c57f778a9f05ded1d216247242ee13632d03
Author: Johnathan Corgan <address@hidden>
Date: Tue May 11 18:00:19 2010 -0700
Merge branch 'master' into wip/burx_support
* master: (39 commits)
Add gru.hexshort to deal with short hex constants
Assign USB PID for Hans de Bok
Add missing buffer allocator hint to gr_ofdm_sampler.cc
Really fix the missing include for boost::bind
gr-wxgui: Added additional color table entries
Missed updates for omnithread/mblock removal
Remove omnithreads library.
Remove mblock library. We hardly knew 'ye.
Convert gr-audio-portaudio to Boost via gruel
Further updates for removing omnithreads
Update build configuration for OSX omnithreads changeover
Add missing include file for boost::bind
Convert gcell to use boost::threads instead of omnithread.
Fix sequence error indication after stopping then restarting streaming on
USRP2.
initial move from mld_threads to gruel:: namespace threads and such
Initial changes to remove mld_thread and instead use gruel:: namespace
classes
Fixing doxygen warnings from arb_resampler. Also, removed set_taps from
public
Fixing doxygen warnings from channelizer block.
Fixing documentation to get rid of doxygen warnings.
Adding documentation for fff version of othe PFB clock sync algorithm.
...
commit c76897abcbfe1c149bffd27fba0224d3ebc83503
Author: Johnathan Corgan <address@hidden>
Date: Tue May 11 17:55:55 2010 -0700
Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
commit 81391dc8d76f4a665ca1b14ef3d094353084d829
Author: John Orlando <address@hidden>
Date: Tue May 11 16:55:08 2010 -0700
Update incorrectly checked in Makefile.am
commit 42e7489aa15a799e9a9a86ffd367c4d823080bbf
Author: Johnathan Corgan <address@hidden>
Date: Tue May 11 14:13:52 2010 -0700
usrp: Cleanup for merge of bitshark daughterboard code
Removed unused variable
Set default bandwidth to 8M in constructor
commit 547d65b6c4353a899809136af06f393810aaad03
Author: JohnOrlando <address@hidden>
Date: Tue Mar 30 20:31:56 2010 -0500
Including bitshark_rx.h header file for USRP2 build
commit 3e214cb7ba3a80495db77c4f92132c4497667a69
Author: JohnOrlando <address@hidden>
Date: Tue Mar 30 20:30:09 2010 -0500
Fixed issue with with wrong Makefile.am files being copied
commit a75b2f5b4506a3381e712c546a70e3a55a1f8dcd
Author: JohnOrlando <address@hidden>
Date: Tue Mar 30 20:02:08 2010 -0500
Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
commit d5fe3b38d5f406b111721ebf789323b49b8eff9d
Author: JohnOrlando <address@hidden>
Date: Tue Mar 30 19:54:39 2010 -0500
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/jcorgan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jcorgan branch, master, updated. v3.3.0-rc0-24-ga39ca4f,
git repository hosting <=