forked from Frans-Willem/CsrSpiDrivers
-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squash! Enable FT230X support, set hwspi pinout for it
Mention whole FT-X family. Also allow to change default pinout based on chip type
- Loading branch information
Showing
5 changed files
with
26 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ LIBUSB ?= ./libusb | |
CPPFLAGS += -DSPI_STATS | ||
# Enable LEDs | ||
CPPFLAGS += -DENABLE_LEDS | ||
# FT230X support is available since libftdi-1.1 | ||
CPPFLAGS += -DENABLE_FT230X | ||
# Support for FT-X family chips is available since libftdi-1.1 | ||
CPPFLAGS += -DENABLE_FT_X | ||
|
||
# Fixes compilation on Debian/Ubuntu with mingw-w64 < 3.0. | ||
# See: http://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/thread/[email protected]/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.3-a3 | ||
0.5.3-a4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters