Skip to content

Commit

Permalink
Merge pull request #9 from REVrobotics/reduce-package-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Andrews authored Apr 28, 2023
2 parents 3e10213 + 0c71f55 commit 066f187
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ lib
test
.idea
tsconfig.json

# Ensure we don't accidentally include tarballs produced by npm pack
rev-robotics-expansion-hub-ftdi-*.tgz
8 changes: 0 additions & 8 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@
'dependencies': ["<!(node -p \"require('node-addon-api').gyp\")"],
'link_settings': {
"conditions": [
["target_arch=='ia32'",
{
'libraries':
[
'-l<(module_root_dir)/d2xx/i386/ftd2xx.lib'
]
}
],
["target_arch=='x64'", {
'libraries': [
'-l<(module_root_dir)/d2xx/amd64/ftd2xx.lib'
Expand Down
2 changes: 1 addition & 1 deletion d2xx/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is version 2.12.28 of the FTDI D2XX drivers for Windows, downloaded from https://www.ftdichip.com/Drivers/D2XX.htm
The actual Windows Drivers have been removed, leaving only the libraries.
The actual Windows Drivers have been removed, leaving only the d2xx .lib and .dll files.

The following license is found in ftd2xx.h:

Expand Down
Binary file removed d2xx/amd64/ftbusui.dll
Binary file not shown.
Binary file removed d2xx/amd64/ftcserco.dll
Binary file not shown.
Binary file removed d2xx/amd64/ftdibus.sys
Binary file not shown.
Binary file removed d2xx/amd64/ftlang.dll
Binary file not shown.
Binary file removed d2xx/amd64/ftser2k.sys
Binary file not shown.
Binary file removed d2xx/amd64/ftserui2.dll
Binary file not shown.

0 comments on commit 066f187

Please sign in to comment.