Skip to content

Commit

Permalink
Updated to build in Windows properly, with binary pipe capability
Browse files Browse the repository at this point in the history
These changes should NOT affect other (non-Windows) targets

I used https://github.com/jj1bdx/infnoise-windows as a reference point
for getting this working (and for the idea to not directly include
FTDI source files here but instead direct the user to install them).
  • Loading branch information
MartyMacGyver committed Jul 7, 2019
1 parent b5c1b44 commit 8db6b9b
Show file tree
Hide file tree
Showing 28 changed files with 341 additions and 1,614 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
*.kicad_pcb-bak
/software/VisualStudio/build
/software/VisualStudio/.vs
/software/VisualStudio/ftdi
!/software/VisualStudio/ftdi/README.md
Binary file removed software/VisualStudio/Release/infnoise.exe
Binary file not shown.
Binary file removed software/VisualStudio/Release/infnoise.iobj
Binary file not shown.
Binary file removed software/VisualStudio/Release/infnoise.ipdb
Binary file not shown.
Binary file removed software/VisualStudio/Release/infnoise.pdb
Binary file not shown.
16 changes: 16 additions & 0 deletions software/VisualStudio/ftdi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# FTDI driver required

Download FTDI Windows Drivers from [FTDI D2XX Drivers page](http://www.ftdichip.com/Drivers/D2XX.htm).

Using the latest `CDM v2.12.28 WHQL Certified.zip` driver archive, extract it to the `ftdi` folder:

The directory structure should be as follows:
```
ftdi
+--- README.md (existing)
+--- amd64
+--- i386
+--- Static
+--- amd64
+--- i386
```
Binary file removed software/VisualStudio/ftdi/ftbusui.dll
Binary file not shown.
Binary file removed software/VisualStudio/ftdi/ftcserco.dll
Binary file not shown.
Binary file removed software/VisualStudio/ftdi/ftd2xx.dll
Binary file not shown.
Loading

0 comments on commit 8db6b9b

Please sign in to comment.