[Pkg-bitcoin-commits] [cgminer] branch upstream updated (6615d1e -> 69d27bd)

Scott Sheridan Howard showard at moszumanska.debian.org
Thu May 22 00:07:34 UTC 2014


This is an automated email from the git hooks/post-receive script.

showard pushed a change to branch upstream
in repository cgminer.

      from  6615d1e   Imported Upstream version 4.2.3
       new  69d27bd   Imported Upstream version 4.3.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 A1-board-selector-CCD.c          | 119 ++++++++++
 A1-board-selector-CCR.c          | 305 ++++++++++++++++++++++++
 A1-board-selector.h              |  54 +++++
 A1-common.h                      |  89 +++++++
 A1-desk-board-selector-tca9535.c | 147 ------------
 A1-trimpot-mcp4x.c               | 116 +++++++++
 A1-trimpot-mcp4x.h               |  19 ++
 API-README                       |   2 +-
 Makefile.am                      |  10 +-
 NEWS                             |  77 ++++++
 README                           |   5 +-
 api.c                            |  38 ++-
 cgminer.c                        | 102 +++++---
 configure.ac                     |  31 ++-
 driver-SPI-bitmine-A1.c          | 493 +++++++++++++++++++--------------------
 driver-avalon2.c                 |  11 +-
 driver-avalon2.h                 |   1 +
 driver-bitfury.c                 | 106 ++++++++-
 driver-bitfury.h                 |   2 +
 driver-bitmain.c                 |   2 +-
 driver-hashfast.c                |  37 +--
 driver-spondoolies.c             | 441 ++++++++++++++++++++++++++++++++++
 driver-spondoolies.h             |  82 +++++++
 logging.c                        |   4 +-
 mg_proto_parser.c                |  44 ++++
 mg_proto_parser.h                |  92 ++++++++
 miner.h                          |  26 ++-
 miner.php                        |  54 ++++-
 usbutils.c                       |  20 +-
 usbutils.h                       |   5 +-
 util.c                           |  37 ++-
 util.h                           |   4 +-
 32 files changed, 2056 insertions(+), 519 deletions(-)
 create mode 100644 A1-board-selector-CCD.c
 create mode 100644 A1-board-selector-CCR.c
 create mode 100644 A1-board-selector.h
 create mode 100644 A1-common.h
 delete mode 100644 A1-desk-board-selector-tca9535.c
 create mode 100644 A1-trimpot-mcp4x.c
 create mode 100644 A1-trimpot-mcp4x.h
 create mode 100644 driver-spondoolies.c
 create mode 100644 driver-spondoolies.h
 create mode 100644 mg_proto_parser.c
 create mode 100644 mg_proto_parser.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/cgminer.git



More information about the Pkg-bitcoin-commits mailing list