[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/trondeau branch, master, updated. d
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/trondeau branch, master, updated. db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f |
Date: |
Thu, 25 Feb 2010 22:55:44 +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/trondeau".
The branch, master has been updated
via db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f (commit)
via 48850cce5609941289c00fea9cd3493624bf7376 (commit)
via b2117ee60e60a7e7cf27c6b88d45195e70185175 (commit)
via 5c4b47526413c6793463fc3bd1f408e21f65b132 (commit)
via ceeccd034f16f0e74cde8bad57f8975159b0d217 (commit)
via 8daf6e19c11184fcc8e61b00a9f17fa2ad6718fa (commit)
via 82dd3940e79adbebe5b05edd8ee6499be017018f (commit)
via e566be1bb983a0f4f284081760b6f91d9986d394 (commit)
via a33cbffaf802c5c3018596fcf592e37c978acfb6 (commit)
via ab207bece948af27e4772cb482ba9a7973b9565e (commit)
via 8e4bed09059a00767a8aa1cb9800059aecde52ab (commit)
via 6b1bcb301ff4cb20ac62bf5400fa3001182cb069 (commit)
from 69cbd4af0c44e71a73b6937cfc1f0b456040fe61 (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 db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f
Author: Josh Blum <address@hidden>
Date: Wed Feb 24 13:48:36 2010 -0800
updated wiki url
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 ceeccd034f16f0e74cde8bad57f8975159b0d217
Author: Johnathan Corgan <address@hidden>
Date: Thu Feb 18 11:14:14 2010 -0800
Fix linker path in gr-pager
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 e566be1bb983a0f4f284081760b6f91d9986d394
Merge: 8e4bed09059a00767a8aa1cb9800059aecde52ab
a33cbffaf802c5c3018596fcf592e37c978acfb6
Author: Johnathan Corgan <address@hidden>
Date: Thu Feb 11 08:18:46 2010 -0800
Merge branch 'prefix' of git://gnuradio.org/jabele
commit a33cbffaf802c5c3018596fcf592e37c978acfb6
Author: Jason Abele <address@hidden>
Date: Thu Feb 4 17:38:33 2010 -0800
Fixed creation of burn-usrp2-eeprom, burn-usrp4-eeprom
Added $prefix from configure to paths
commit ab207bece948af27e4772cb482ba9a7973b9565e
Author: Jason Abele <address@hidden>
Date: Wed Jan 20 18:53:17 2010 -0800
First pass WBX USRP2 driver
commit 8e4bed09059a00767a8aa1cb9800059aecde52ab
Author: Eric Blossom <address@hidden>
Date: Mon Feb 8 15:13:14 2010 -0800
Regenerate defective omnithread.pdf
Thanks to Dimitris Symeonidis for pointing out the problem and solution.
-----------------------------------------------------------------------
Summary of changes:
docs/doxygen/other/omnithread.pdf | Bin 126474 -> 44848 bytes
gr-pager/swig/Makefile.am | 2 +-
gr-utils/src/python/usrp_fft.py | 2 +-
gr-utils/src/python/usrp_oscope.py | 2 +-
grc/python/Platform.py | 4 +-
usrp/firmware/src/common/build_eeprom.py | 18 ++-
usrp/firmware/src/usrp2/Makefile.am | 4 +-
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 +++++++
22 files changed, 773 insertions(+), 63 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/trondeau
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/trondeau branch, master, updated. db29a2cfc18554ae0a3c55a4e13dc4cbfa86317f,
git repository hosting <=