Driver: Add FTD3XX

This commit is contained in:
Kyle Schwarz
2023-04-20 20:42:36 +00:00
parent b3bbf91e8c
commit 6b0c588a46
9 changed files with 399 additions and 21 deletions
+6
View File
@@ -111,6 +111,12 @@ icsneo_closeDevice(myDevice);
```
## Building from Source
### FTD3XX
Some devices require FTD3XX for USB communication:
1. Download the archive for the target platform from [FTDI's website](https://ftdichip.com/drivers/d3xx-drivers/)
- Windows users should download the "Application Library (DLL)" package
2. Extract the archive
3. Configure libicsneo with the CMake option `FTD3XX_ROOT` set to the path containing `f3d3xx.h` (`-DFTD3XX_ROOT=<path to directory containing ftd3xx.h>`)
### Windows
Building will require MSVC 2017 version 15.7 or newer and CMake to be installed.
### macOS