[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] git://gnuradio.org/jcorgan-uhd branch, gpio, updated.
From: |
git version control |
Subject: |
[Commit-gnuradio] git://gnuradio.org/jcorgan-uhd branch, gpio, updated. 7d74eef41b58c8a5a59e5c69182eb34fd063a211 |
Date: |
Tue, 30 Aug 2011 17:35:04 +0000 (UTC) |
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-uhd".
The branch, gpio has been updated
via 7d74eef41b58c8a5a59e5c69182eb34fd063a211 (commit)
via 50073e54b5bee27d361fba3c915be3b27c84e3b7 (commit)
via 07be4a9976b1d237d6c19dcf48bee7b6d0db6516 (commit)
via 465431b1a3674710e6accfc8c82375713a8a5efc (commit)
via 997fff3bb81513408e618aa411a8973f80d32521 (commit)
via 93e8f2ebf05a5ae9410d46104e72553a205bf1f3 (commit)
via 544f80129f62d3fcf9ffd2af22f09b4cb27c5390 (commit)
via 1d842e0767040fca346abcdc52861b214225ea13 (commit)
via e033fc3d7f6d3baad76af9c5aa9f7f3aaeffab39 (commit)
via d934e68d6ca44e23ba6137a19642890fe91c7b4b (commit)
via 93aee136535aa77348d3b7f3520f066a4167126d (commit)
via 8315ab86b172b21f24ecf84ce472bcaffe245f99 (commit)
from 3c67ce11ce02d859f4f9d4d036d6cc221aaaa497 (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 7d74eef41b58c8a5a59e5c69182eb34fd063a211
Merge: 3c67ce1 50073e5
Author: Johnathan Corgan <address@hidden>
Date: Tue Aug 30 10:32:05 2011 -0700
Merge branch 'master' into gpio
commit 50073e54b5bee27d361fba3c915be3b27c84e3b7
Author: Josh Blum <address@hidden>
Date: Mon Aug 29 18:56:44 2011 -0700
uhd: more doc tweaks and added gpsdo notes to index
commit 07be4a9976b1d237d6c19dcf48bee7b6d0db6516
Author: Josh Blum <address@hidden>
Date: Mon Aug 29 18:03:27 2011 -0700
uhd: fixed formatting on gpsdo doc, added time sync docs on mimo cable
commit 465431b1a3674710e6accfc8c82375713a8a5efc
Author: Josh Blum <address@hidden>
Date: Mon Aug 29 09:55:22 2011 -0700
uhd: fix for dealing with negative wrapping in time_spec
commit 997fff3bb81513408e618aa411a8973f80d32521
Author: Josh Blum <address@hidden>
Date: Thu Aug 25 15:26:57 2011 -0700
usrp2: manually deconstruct tasks, fixes cleanup bug
commit 93e8f2ebf05a5ae9410d46104e72553a205bf1f3
Author: Nick Foster <address@hidden>
Date: Wed Aug 24 16:59:33 2011 -0700
B100: fix order-of-operations issue w/SPI & I2C
commit 544f80129f62d3fcf9ffd2af22f09b4cb27c5390
Author: Nick Foster <address@hidden>
Date: Wed Aug 24 16:18:21 2011 -0700
B100: reset FPGA GPIF fifos correctly so no garbage data on startup
commit 1d842e0767040fca346abcdc52861b214225ea13
Author: Josh Blum <address@hidden>
Date: Tue Aug 23 10:15:08 2011 -0700
usrp2: initialize channel occupancy variables,
this fixes a bug when there are multiple mboard per device,
the occupancy int could be uninitialized to a bad value,
while subdev specs are being setup for the first time,
and cause allocation issues
commit e033fc3d7f6d3baad76af9c5aa9f7f3aaeffab39
Author: Josh Blum <address@hidden>
Date: Wed Aug 17 17:09:55 2011 -0700
usrp: use the frontend BW to clip the overall tune range
commit d934e68d6ca44e23ba6137a19642890fe91c7b4b
Author: Josh Blum <address@hidden>
Date: Thu Aug 18 10:16:06 2011 -0700
uhd: replace cast in usrp_burn_mb_eeprom to be like other apps (fixes
ubuntu 10.4 compiler bug)
commit 93aee136535aa77348d3b7f3520f066a4167126d
Author: Josh Blum <address@hidden>
Date: Thu Aug 18 10:11:57 2011 -0700
usrp: dboard sensors fix, populate for tvrx, and should be empty on
basics/unknown
commit 8315ab86b172b21f24ecf84ce472bcaffe245f99
Author: Josh Blum <address@hidden>
Date: Wed Aug 17 10:30:35 2011 -0700
uhd: added readback of version and arbitrary string property to probe app
-----------------------------------------------------------------------
Summary of changes:
host/docs/coding.rst | 4 +-
host/docs/gpsdo.rst | 18 +++++++---
host/docs/index.rst | 1 +
host/docs/sync.rst | 13 ++++++-
host/lib/types/time_spec.cpp | 35 ++++++++++----------
host/lib/usrp/b100/b100_impl.cpp | 51 ++++++++++++++++++++---------
host/lib/usrp/b100/io_impl.cpp | 5 ++-
host/lib/usrp/dboard/db_basic_and_lf.cpp | 4 +-
host/lib/usrp/dboard/db_tvrx.cpp | 4 ++
host/lib/usrp/dboard/db_unknown.cpp | 4 +-
host/lib/usrp/dboard_manager.cpp | 1 +
host/lib/usrp/multi_usrp.cpp | 28 +++++++++++++---
host/lib/usrp/usrp2/io_impl.cpp | 5 +++
host/lib/usrp/usrp2/usrp2_impl.hpp | 1 +
host/tests/time_spec_test.cpp | 14 ++++++--
host/utils/uhd_usrp_probe.cpp | 13 +++++++
host/utils/usrp_burn_mb_eeprom.cpp | 2 +-
17 files changed, 145 insertions(+), 58 deletions(-)
hooks/post-receive
--
git://gnuradio.org/jcorgan-uhd
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] git://gnuradio.org/jcorgan-uhd branch, gpio, updated. 7d74eef41b58c8a5a59e5c69182eb34fd063a211,
git version control <=