Skip to content

Releases: Gowerlabs/LibFTD2XX.jl

v0.4.0

23 Mar 09:04
1abafc6
Compare
Choose a tag to compare

LibFTD2XX v0.4.0

Diff since v0.3.0

Closed issues:

  • Test on Linux and MacOS with hardware (#34)
  • Fix ARMv7 build support (#50)
  • Register v0.3.0 (#57)

Merged pull requests:

v0.3.0

20 Feb 13:06
44c0d5f
Compare
Choose a tag to compare

LibFTD2XX v0.3.0

Diff since v0.2.0

Closed issues:

  • Fix ARMv7 build support (#50)
  • Tag new release (#52)

Merged pull requests:

v0.2.0

12 Dec 21:19
v0.2.0
Compare
Choose a tag to compare

v0.2.0 (2019-12-12)

Diff since v0.1.1

Closed issues:

  • Tag new release (#49)

Merged pull requests:

v0.1.1

15 Jul 15:08
v0.1.1
2e927e4
Compare
Choose a tag to compare

v0.1.1 (2019-07-13)

Diff since v0.1.0

Closed issues:

  • Migrate to BinaryProvider (#43)
  • Windows 10: Generated build/deps.jl does not use downloaded ftd2xx.DLL (#41)
  • Register v0.1.0 (#39)
  • Tag first release (#7)

Merged pull requests:

v0.1.0

23 Apr 15:48
2b3f156
Compare
Choose a tag to compare
Fix build on AARCH64 (#38)

v0.1.0-beta

26 Mar 15:12
214b9ee
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

Tagged release which adds new D2XXDevice API and splits front and back end.

Changes from v0.0.1-beta

Notes

  • Only exports what is necessary
  • Splits front and back end. Back end is now accessed via submodule LibFTD2XX.Wrapper (resolves #8)
  • Supports much more back-end functionality
  • Massively improves test coverage to cover all functions (resolves #5)
  • Much improved documentation (resolves #9)
  • resolves #16 and generally makes everything much more robust
  • drops 0.6 support
  • updated licence/copyright notices

Issues

  • Only cross-platform (OSX, Linux and Windows) features supported. For example there is no support yet of FTOpenEx with FT_OPEN_BY_LOCATION flag. (#30 )
  • Some cross-platform library functions are not yet supported. (#29 )
  • Needs auto-generated documentation. (#31 )
  • .Wrapper functions which fail throw FT_STATUS_ENUMs instead of exceptions. This should be replaced with a suitable exception type. (#32 )
  • timeouts = 0 are allowed but their behaviour is currently undefined. This needs investigation. (#33 )
  • Untested on linux and macos with hardware (#34 )
  • CI fails on linux but works on local linux machines. (#35 )

v0.0.1-beta

12 Dec 15:30
Compare
Choose a tag to compare
v0.0.1-beta Pre-release
Pre-release

Tagged working early pre-release with documented linux support.

v0.0.1-alpha

18 Oct 13:24
f609e48
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

Tagged working early pre-release.