We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d0716 commit e44dc3bCopy full SHA for e44dc3b
.travis.yml
@@ -0,0 +1,17 @@
1
+dist: bionic
2
+language: c
3
+
4
+compiler:
5
+ - gcc
6
7
+os:
8
+ - linux
9
10
+addons:
11
+ apt:
12
+ packages:
13
+ - libusb-dev
14
+ - libftdi-dev
15
16
+script:
17
+ - make
README.md
@@ -198,6 +198,10 @@ GPL v2
198
199
Bug reports and pull requests welcome!
200
201
+This project is passively maintained, so there may be no changes for a long
202
+time. PRs are more likely to get merged if they are well explained, well
203
+commented and match the style of the surrounding code.
204
205
## Credits
206
207
Modified for the FT-X series by Richard Meadows 2012
0 commit comments