icarus.c


Log

Author Commit Date CI Message
Luke Dashjr 73127595 2012-04-06T10:35:41 Workaround Icarus UART failures by reopening the tty every scanhash ngzhang says the USB-UART chip isn't stable on some computers, and I'm experiencing some weirdness myself. This workaround seems to fix it (tested for over 48 hours, whereas failure is usually in well under 5 hours).
Con Kolivas 2beb3500 2012-03-28T04:24:41 Merge pull request #153 from kanoi/master Add API support for Icarus and Bitforce + Icarus fixes ++
Kano caa02f81 2012-03-04T14:37:38 icarus.c modify (regular) timeout warning to only be debug
Kano 0fdf31dc 2012-03-04T14:05:39 icarus.c set the windows TODO timeout
Luke Dashjr 8bafc8d2 2012-03-03T21:45:02 Allow specifying a specific driver for --scan-serial For example: --scan-serial bitforce:/dev/ttyUSB0
Xiangfu e8d4003e 2012-02-25T22:09:47 fix the name to 3 chars, fix the multi-icarus support
Con Kolivas 8c387ef6 2012-02-22T08:06:28 Fix minor warning.
Con Kolivas 0a7d6222 2012-02-22T08:06:00 Merge branch 'master' of github.com:ckolivas/cgminer
Xiangfu 36318291 2012-02-21T20:10:30 fix icarus.c compile warning
Con Kolivas d1cddf8b 2012-02-21T22:23:07 Update licensing to GPL V3.
Xiangfu 706c4de1 2012-02-19T21:31:58 add shutdown function
Xiangfu 340b923e 2012-02-13T16:04:34 add icarus.c, base on bitforce.c