thodg/cgminer/fpgautils.c

Branch :


Log

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