Kano
|
5b7e435f60
usbutils check all memory allocation
|
13 years ago |
Luke Dashjr
|
6e3ed2ea6b
Group stale shares in with rejects (but still distinctly counted) and make the percentage be (reject+stale)/total
|
13 years ago |
Luke Dashjr
|
15bb0640b0
Include rejected shares as a percentage
|
13 years ago |
Luke Dashjr
|
c8ef7dbab2
Merge commit 'e90df29' into bfgminer
|
13 years ago |
Luke Dashjr
|
e90df29fb6
README: Update links
|
13 years ago |
Luke Dashjr
|
cbaa33a6e8
Move Utility and Best Share to status line
|
13 years ago |
Luke Dashjr
|
63b256534a
Remove LW from status line, since it is basically useless
|
13 years ago |
Kano
|
2f94ec8025
usb separate thread for resource locking and modified windows locking code
|
13 years ago |
Kano
|
64b6b7cbef
Icarus report data direction with comms errors
|
13 years ago |
Con Kolivas
|
7ef11e2b3d
Set the read and write threads for avalon to not cancel within libusb functions and wait for the threads to pthread_join on shutdown.
|
13 years ago |
Con Kolivas
|
7506e499b9
Offset needs to be incremented after avalon reads.
|
13 years ago |
Con Kolivas
|
7748c46943
Make the avalon_read function parse the ftdi responses appopriately.
|
13 years ago |
Con Kolivas
|
2a222ecffa
Use the avalon read timeout to completion if no data has been read.
|
13 years ago |
Con Kolivas
|
e255f74763
wait_avalon_ready should only be used before writes.
|
13 years ago |
Con Kolivas
|
51a44fa779
Ask for the correct amount to read in avalon get results.
|
13 years ago |
Con Kolivas
|
0316592b95
Spawn the avalon read thread first with info->reset set to discard any data till work is adequately queued.
|
13 years ago |
Con Kolivas
|
6ce6cd547e
Use direct usb read commands to avoid ftdi data being automatically cut off in avalon reads.
|
13 years ago |
Con Kolivas
|
b73ab48814
Do a simple usb_read_once for the avalon result from a reset command.
|
13 years ago |
Con Kolivas
|
f1ffe9860b
Make sure avalon is ready to receive more usb commands before sending them.
|
13 years ago |
Con Kolivas
|
a32e521d0a
Implement avalon_ready and avalon_wait_ready functions for when usb is ready to receive commands.
|
13 years ago |
Con Kolivas
|
7ad8af19b9
avalon_read should not loop but just return whatever it has succeeded in reading.
|
13 years ago |
Con Kolivas
|
2c633fdbe4
Set avalon_info to device data void struct.
|
13 years ago |
Con Kolivas
|
c478b302ce
Specify avalon in avalon_reset.
|
13 years ago |
Con Kolivas
|
269a8de977
First pass rewriting serialdev into direct usb dev for avalon driver.
|
13 years ago |
Con Kolivas
|
8fea60f384
Define a cts equivalent for direct usb and use it for avalon driver full.
|
13 years ago |
Con Kolivas
|
9650bfd6a3
Compile usbutils into avalon driver.
|
13 years ago |
Con Kolivas
|
2d4a1db57e
Merge branch 'icarus-dev' into avalon-usbdev
|
13 years ago |
Con Kolivas
|
8595f3bd74
Check results come in at least at 2/3 the rate they should be on avalon and if not, reset it.
|
13 years ago |
Con Kolivas
|
91edf84c60
Give a warning but don't reset if the avalon buffer is full early.
|
13 years ago |
Con Kolivas
|
abfaf36112
Discard any reads obtained from the avalon get results thread during a reset.
|
13 years ago |