Kano
|
a344deb6ac
|
rename device_api -> device_drv and all related api -> drv and add a device_drv->drv enum for identifying which driver each is
|
12 years ago |
Kano
|
fc14b2ee07
|
MMQ new initialisation (that works) and clocking control
|
12 years ago |
Con Kolivas
|
fefdb71534
|
Fix unused warnings on ming build.
|
12 years ago |
Kano
|
ad7aa2b382
|
FPGA - allow long or short device names in detect code + style police
|
12 years ago |
Con Kolivas
|
b688d911ea
|
0 is a valid return value for read so only break out if read returns -1.
|
12 years ago |
Con Kolivas
|
035ccdf158
|
0 is a valid return value for read so only break out if read returns -1.
|
12 years ago |
Kano
|
5cb3d2dc86
|
fpga serial I/O extra debug (disabled by default)
|
12 years ago |
Con Kolivas
|
0a79de9375
|
Convert the serial autodetect functions to use int instead of char to enumerate devices.
|
12 years ago |
Zefir Kurtisi
|
e8fb2bc1ba
|
fpgautils: add support for 57.6 kBd serial
|
12 years ago |
Kano
|
c55830502a
|
BFL force all code to timeout to avoid hanging
|
12 years ago |
Phraust
|
1445708f0f
|
Use standard cfsetispeed/cfsetospeed to set baud rate on *nix
|
13 years ago |
Kano
|
c8fcf5ac65
|
fpgautils.c include a debug message for all unknown open errors
|
13 years ago |
Luke Dashjr
|
f8774ff611
|
Log a specific error when serial opens fail due to lack of user permissions
|
13 years ago |
Kano
|
c540cd9126
|
fpgautils.c - set BAUD rate according to termio spec
|
13 years ago |
Kano
|
cb1634debf
|
fpgautils.c - linux ordering back to the correct way
|
13 years ago |
Con Kolivas
|
5cf4b7c432
|
Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
|
13 years ago |
Kano
|
4dee0d049c
|
FPGA - allow device detect override without an open failure
|
13 years ago |
Luke Dashjr
|
c629cc5d79
|
Bugfix: Fix warnings when built without libudev support
|
13 years ago |
Luke Dashjr
|
6d092e9262
|
Bugfix: Honour forceauto parameter in serial_detect functions
|
13 years ago |
Luke Dashjr
|
d3fa59d76f
|
Abstract generally useful FPGA code into fpgautils.c
|
13 years ago |