|
ef3b0657
|
2013-05-10T18:24:04
|
|
Fix the problem of seting up termio of ttyUSB0 for icarus. the CSIZE
is the mask of CS2/4/8
From: navyxliu <navy.xliu@gmail.com>
|
|
17ee0eb4
|
2013-04-21T19:09:29
|
|
Use cgtime instead of gettimeofday in fpgautils.c
|
|
50cf2594
|
2013-04-19T08:54:36
|
|
compile avalon driver on win32 and win64
|
|
71bae003
|
2013-04-05T14:52:07
|
|
First draft of port of avalon driver to new cgminer queued infrastructure.
|
|
c9ae7150
|
2013-04-04T22:59:10
|
|
Compile CPU mining for win32 and win64
|
|
a344deb6
|
2013-01-05T23:47:26
|
|
rename device_api -> device_drv and all related api -> drv and add a device_drv->drv enum for identifying which driver each is
|
|
fc14b2ee
|
2012-10-17T09:56:42
|
|
MMQ new initialisation (that works) and clocking control
|
|
fefdb715
|
2012-10-07T10:26:42
|
|
Fix unused warnings on ming build.
|
|
ad7aa2b3
|
2012-09-16T11:42:51
|
|
FPGA - allow long or short device names in detect code + style police
|
|
127b6382
|
2012-08-17T19:02:13
|
|
Merge pull request #297 from kanoi/icarus
fpga serial I/O extra debug (disabled by default)
|
|
b688d911
|
2012-08-17T16:48:02
|
|
0 is a valid return value for read so only break out if read returns -1.
|
|
035ccdf1
|
2012-08-17T16:48:02
|
|
0 is a valid return value for read so only break out if read returns -1.
|
|
5cb3d2dc
|
2012-08-16T10:01:04
|
|
fpga serial I/O extra debug (disabled by default)
|
|
0a79de93
|
2012-08-07T20:55:55
|
|
Convert the serial autodetect functions to use int instead of char to enumerate devices.
|
|
e8fb2bc1
|
2012-07-26T22:54:39
|
|
fpgautils: add support for 57.6 kBd serial
|
|
c5583050
|
2012-07-24T02:19:23
|
|
BFL force all code to timeout to avoid hanging
|
|
1445708f
|
2012-07-08T02:35:43
|
|
Use standard cfsetispeed/cfsetospeed to set baud rate on *nix
|
|
c8fcf5ac
|
2012-06-26T20:45:59
|
|
fpgautils.c include a debug message for all unknown open errors
|
|
028597d3
|
2012-06-25T23:07:23
|
|
Merge pull request #237 from luke-jr/serial_open_failerr
Log a specific error when serial opens fail due to lack of user permissions
|
|
f8774ff6
|
2012-06-26T04:14:57
|
|
Log a specific error when serial opens fail due to lack of user permissions
|
|
c540cd91
|
2012-06-26T02:34:44
|
|
fpgautils.c - set BAUD rate according to termio spec
|
|
cb1634de
|
2012-06-25T22:35:16
|
|
fpgautils.c - linux ordering back to the correct way
|
|
5cf4b7c4
|
2012-06-25T16:59:29
|
|
Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
|
|
4dee0d04
|
2012-06-05T13:30:40
|
|
FPGA - allow device detect override without an open failure
|
|
c629cc5d
|
2012-06-13T16:58:38
|
|
Bugfix: Fix warnings when built without libudev support
|
|
6d092e92
|
2012-06-13T16:47:47
|
|
Bugfix: Honour forceauto parameter in serial_detect functions
|
|
d3fa59d7
|
2012-06-05T02:17:09
|
|
Abstract generally useful FPGA code into fpgautils.c
|