[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-638-g48850cc |
Date: |
Sun, 21 Feb 2010 18:44:18 +0000 (GMT) |
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 48850cce5609941289c00fea9cd3493624bf7376 (commit)
via b2117ee60e60a7e7cf27c6b88d45195e70185175 (commit)
via 5c4b47526413c6793463fc3bd1f408e21f65b132 (commit)
via 8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa (commit)
via 82dd3940e79adbebe5b05edd8ee6499be017018f (commit)
via ab207bece948af27e4772cb482ba9a7973b9565e (commit)
from ceeccd034f16f0e74cde8bad57f8975159b0d217 (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 48850cce5609941289c00fea9cd3493624bf7376
Merge: b2117ee60e60a7e7cf27c6b88d45195e70185175
ab207bece948af27e4772cb482ba9a7973b9565e
5c4b47526413c6793463fc3bd1f408e21f65b132
Author: Johnathan Corgan <address@hidden>
Date: Sun Feb 21 10:32:22 2010 -0800
Merge branches 'wbx_usrp2' and 'wbx_usrp1' of git://gnuradio.org/jabele
commit b2117ee60e60a7e7cf27c6b88d45195e70185175
Merge: ceeccd034f16f0e74cde8bad57f8975159b0d217
8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa
Author: Matt Ettus <address@hidden>
Date: Sat Feb 20 09:59:15 2010 -0800
Merge branch 'db_default'
commit 5c4b47526413c6793463fc3bd1f408e21f65b132
Author: Jason Abele <address@hidden>
Date: Fri Feb 19 15:24:56 2010 -0800
Clarified copyright and licensing
commit 8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa
Author: Matt Ettus <address@hidden>
Date: Sun Feb 14 15:18:24 2010 -0800
remove reference to nonexistant include
commit 82dd3940e79adbebe5b05edd8ee6499be017018f
Author: Matt Ettus <address@hidden>
Date: Sun Feb 14 10:05:36 2010 -0800
test the ability to read default eeprom values, for D. Symeonidis
commit ab207bece948af27e4772cb482ba9a7973b9565e
Author: Jason Abele <address@hidden>
Date: Wed Jan 20 18:53:17 2010 -0800
First pass WBX USRP2 driver
-----------------------------------------------------------------------
Summary of changes:
usrp/host/lib/db_wbxng_adf4350_regs.cc | 22 ++-
usrp/host/lib/db_wbxng_adf4350_regs.h | 22 ++-
usrp2/firmware/apps/.gitignore | 1 +
usrp2/firmware/apps/Makefile.am | 4 +
usrp2/firmware/apps/app_common_v2.c | 6 +-
usrp2/firmware/lib/Makefile.am | 46 ++++-
usrp2/firmware/lib/adf4350.c | 209 +++++++++++++++++++
usrp2/firmware/lib/adf4350.h | 40 ++++
usrp2/firmware/lib/adf4350_regs.c | 103 ++++++++++
.../usrp2_mac_addr.h => lib/adf4350_regs.h} | 17 +-
usrp2/firmware/lib/db.h | 5 +
usrp2/firmware/lib/db_init.c | 2 +
usrp2/firmware/lib/{db_init.c => db_init_wbx.c} | 39 +----
usrp2/firmware/lib/db_wbxng.c | 214 ++++++++++++++++++++
usrp2/firmware/lib/db_wbxng.h | 74 +++++++
15 files changed, 752 insertions(+), 52 deletions(-)
create mode 100644 usrp2/firmware/lib/adf4350.c
create mode 100644 usrp2/firmware/lib/adf4350.h
create mode 100644 usrp2/firmware/lib/adf4350_regs.c
copy usrp2/firmware/{include/usrp2_mac_addr.h => lib/adf4350_regs.h} (73%)
copy usrp2/firmware/lib/{db_init.c => db_init_wbx.c} (91%)
create mode 100644 usrp2/firmware/lib/db_wbxng.c
create mode 100644 usrp2/firmware/lib/db_wbxng.h
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-638-g48850cc,
git repository hosting <=