|
56907db2
|
2012-02-12T18:21:30
|
|
Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W.
|
|
11123848
|
2012-02-12T17:53:50
|
|
Fix missing field initialisers warnings.
|
|
543265d6
|
2012-01-24T14:34:17
|
|
Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
|
|
5be4bf70
|
2012-02-10T21:33:26
|
|
Bugfix: BitFORCE index needs to be static to count correctly
|
|
060ff719
|
2012-02-03T15:43:07
|
|
Merge pull request #102 from luke-jr/bugfix_bitforce_linux_rw
Bugfix: Need to open BitForce tty for read-write
|
|
6eee0e38
|
2012-02-04T10:34:37
|
|
Fix warnings in bitforce.c
|
|
2f903b5d
|
2012-02-03T18:21:50
|
|
Bugfix: Need to open BitForce tty for read-write
|
|
80650dd9
|
2012-01-28T16:13:49
|
|
Define O_CLOEXEC for older headers that don't have it.
|
|
d485261e
|
2012-01-24T20:26:33
|
|
Fix broken non-win32 build with bitforce enabled.
|
|
4ae7baf0
|
2012-01-24T01:23:31
|
|
BitForce: Need to use CreateFile and low-level (descriptor-based) C APIs on Windows, since fopen doesn't work with serial ports
|
|
10378f87
|
2012-01-22T11:44:43
|
|
Fix windows build of bitforce blindly. Hopefully it works.
|
|
5dfc8b69
|
2012-01-08T19:56:15
|
|
BitForce FPGA support
cgminer will scan for and mine BitForce FPGAs on USB ports by providing the
new --scan-serial <device> option, or autodetect them by searching
/dev/serial/by-id for *BitFORCE_SHA256*
|