-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Bence Cs edited this page Jan 20, 2019
·
4 revisions
This project aims to create a Linux/cross-platform driver to the LOGSYS development cable.
This is a full driver implementation. You can find it on the legacy
branch.
- Reading device status
- Setting VCC, RESET, CLK pins
- Hotplugging event registration
- Configuring the FPGA using SVF, XSVF, BIT (needs XILINX) or JED (needs XILINX; untested) files
- Crude USART support (no
tty
!) - BitBang I/O using the MISO & MOSI pins
- No SPI/I2C/PIC support
On this Wiki, or just read the tests' source code and the comments in the headers
This will be a mere wrapper of LibUSB functionality, to be used by LogsysGUI.
Once started, this will be on master
(but for now, master
tracks legacy
).