[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jabele branch, master, updated. 354
From: |
git repository hosting |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jabele branch, master, updated. 354c5c4e0520c0914732581450dad617c7841ffc |
Date: |
Mon, 18 Jan 2010 21:45:05 +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/jabele".
The branch, master has been updated
via 354c5c4e0520c0914732581450dad617c7841ffc (commit)
via dab3f51bd02999f0b076fa3a89f1d71f0c04c579 (commit)
via 5a85f2708ce664469611b5263ac9da5f0b7b50fc (commit)
via 829344242b60b155eed7451367ff4245d9b28999 (commit)
via e23bf51df863eb0f9a02e6ca6d4fcd45c847a4d5 (commit)
via a6462b15b639e90c6cb994a5d00a2d65acb23843 (commit)
via f6a770799b8725546044a59067f1ab9937ee3af1 (commit)
via a6146675c40b7a8898a819b6a9e2c09ff37775aa (commit)
via 1912d90f062a7b391d071a590b24f062f2bd3183 (commit)
via fc4fa0a1894f0f85be1a76e48b922effb3d5dd9b (commit)
via 754299932325a5b6c02587cf7dcf444b3b1080ae (commit)
via b7d72c3551e2e1c9a5969eb2452e091991eba5a6 (commit)
via 999cd3361eef46ab6f1d5e0730ba0ae6aded8b53 (commit)
via 28a55d174516831f55f0089be9a3c9080496c4ec (commit)
via 101be00674a59e347932aa586ca07f1722665964 (commit)
via 691209a1fd00052002af42d79d7a8aff56b7df27 (commit)
from bdf985aa55ed90394f9015ac7577892dba7e5cae (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 354c5c4e0520c0914732581450dad617c7841ffc
Author: Jason Abele <address@hidden>
Date: Tue Jan 5 15:12:36 2010 -0800
Remove wbxng tx gain dependence on pga gain
-----------------------------------------------------------------------
Summary of changes:
gnuradio-core/src/lib/general/Makefile.am | 3 +
gnuradio-core/src/lib/general/general.i | 2 +
.../src/lib/general/gr_fll_band_edge_cc.cc | 200 +++
.../src/lib/general/gr_fll_band_edge_cc.h | 107 ++
.../src/lib/general/gr_fll_band_edge_cc.i | 40 +
gnuradio-examples/grc/demod/digital_freq_lock.grc | 1321 ++++++++++++++
gnuradio-examples/grc/demod/pam_sync.grc | 1824 ++++++++++++++++++++
gr-pager/grc/.gitignore | 1 +
gr-pager/python/.gitignore | 1 +
gr-wxgui/src/python/plotter/waterfall_plotter.py | 14 +-
grc/blocks/Makefile.am | 1 +
grc/blocks/block_tree.xml | 2 +
grc/blocks/gr_fll_band_edge_cc.xml | 61 +
usrp/host/lib/db_wbxng.cc | 82 +-
usrp/host/lib/db_wbxng_adf4350.cc | 9 +-
usrp/host/lib/db_wbxng_adf4350_regs.cc | 2 +-
vrt/include/vrt/expanded_header.h | 15 +-
vrt/lib/Makefile.am | 8 +-
vrt/lib/expanded_header.cc | 38 +-
vrt/lib/expanded_header_cw_tables.h | 14 -
vrt/lib/expanded_header_parse_switch_body.h | 320 ++++
vrt/lib/expanded_header_switch_body.h | 256 ---
vrt/lib/expanded_header_unparse_switch_body.h | 272 +++
vrt/lib/gen_cw_tables.py | 69 -
vrt/lib/gen_parse_switch_body.py | 85 +
vrt/lib/gen_switch_body.py | 80 -
vrt/lib/gen_unparse_switch_body.py | 79 +
27 files changed, 4423 insertions(+), 483 deletions(-)
create mode 100644 gnuradio-core/src/lib/general/gr_fll_band_edge_cc.cc
create mode 100644 gnuradio-core/src/lib/general/gr_fll_band_edge_cc.h
create mode 100644 gnuradio-core/src/lib/general/gr_fll_band_edge_cc.i
create mode 100644 gnuradio-examples/grc/demod/digital_freq_lock.grc
create mode 100644 gnuradio-examples/grc/demod/pam_sync.grc
create mode 100644 grc/blocks/gr_fll_band_edge_cc.xml
delete mode 100644 vrt/lib/expanded_header_cw_tables.h
create mode 100644 vrt/lib/expanded_header_parse_switch_body.h
delete mode 100644 vrt/lib/expanded_header_switch_body.h
create mode 100644 vrt/lib/expanded_header_unparse_switch_body.h
delete mode 100755 vrt/lib/gen_cw_tables.py
create mode 100755 vrt/lib/gen_parse_switch_body.py
delete mode 100755 vrt/lib/gen_switch_body.py
create mode 100755 vrt/lib/gen_unparse_switch_body.py
hooks/post-receive
--
git://gnuradio.org/jabele
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jabele branch, master, updated. 354c5c4e0520c0914732581450dad617c7841ffc,
git repository hosting <=