libztex.h


Log

Author Commit Date CI Message
Denis Ahrens f553c50b 2012-12-22T01:22:42 ztex: if we had only errors in one round we do not count the errors to detect a totally non working fpga we only do that if the last round had some valid nonces. if we would count the errors the automatic megahertz adaption would drop and never recover.
Denis Ahrens 9b1d0c9d 2012-12-09T11:39:56 libztex: removed an unused struct member (ztex->valid)
Denis Ahrens 44c0f72a 2012-12-08T12:55:26 libztex: silenced another warning
Peter Stuge 318ef85a 2012-11-16T00:13:56 Require pkg-config to find libusb-1.0, and fix libusb.h #includes
Con Kolivas 8bc60506 2012-11-25T09:47:26 Revert "Find libusb-1.0 with pkg-config except on mingw, and fix #include path" This reverts commit ce72dbea7d7405ed37456c89c8b0516188f57fc7.
Peter Stuge ce72dbea 2012-11-16T00:13:56 Find libusb-1.0 with pkg-config except on mingw, and fix #include path
Con Kolivas e55ef04d 2012-11-18T23:41:21 Revert "Find libusb-1.0 using pkg-config and correct the libusb.h #include path" This reverts commit 171c3d0c72e749bc9d82a6742955119decf7b09c. Rollback breakage.
Peter Stuge 171c3d0c 2012-11-16T00:13:56 Find libusb-1.0 using pkg-config and correct the libusb.h #include path
nelisky ed60e33a 2012-05-04T08:33:13 Some tweaks to reporting and logging. - Adding fpga number to the ztex string representation - Removing usb details from the ztex string representation - First frequency set no longer reports a bogus old freq
nelisky 57a72d51 2012-05-02T07:26:52 Blind implementation of multi-fpga board 1.15y.
Con Kolivas d90e36d9 2012-04-27T09:42:37 Export missing function from libztex.
nelisky b29edd11 2012-04-25T01:55:56 Using less heap space as my TP-Link seems to not handle this much
nelisky 5f5e1063 2012-04-22T08:14:54 Firmware 15d4 support Not yet using suspend and while we have fpga counting implemented it isn't being used yet, thus only the groundwork for quad board support is done, not actually working yet.
nelisky c280dd0d 2012-04-17T01:51:53 Moving space indentation to tabs For consistency with cgminer sources
nelisky 381c2948 2012-04-02T22:22:19 had freqM1 as int when it is a double.
nelisky 3197ca54 2012-03-18T22:35:10 Better cleanup and error handling
nelisky c3bda2b7 2012-03-14T10:34:29 adding path to libusb include
nelisky dc6e2f4e 2012-03-13T16:19:55 Reading actual bitfilename
nelisky 5bbce4c4 2012-03-12T00:55:38 nonce check and error driven freq scaling Following BTCMiner's algorithm.
nelisky 0902f21a 2012-03-11T16:58:50 add license headers and some cleanup
nelisky 99a188f9 2012-03-11T00:49:25 initial commit with some support for ztex 1.15x board. This version is just a rough draft, but it does alredy mine. Conflicts: cgminer.c configure.ac