summary refs log tree commit diff
path: root/pkgs/development/libraries/libftdi
Commit message (Collapse)AuthorAge
* treewide: configureFlags is a flat listRobin Gloster2019-12-31
|
* libftdi1: build with python3 supportJörg Thalheim2019-11-28
|
* libftdi: extend platforms and fix on DarwinEmily2019-08-23
|
* confuse: remove and replace with libconfusec0bw3b2018-11-25
| | | | | | - confuse is a duplicate of libconfuse - upstream name is libconfuse so keep this one - replace confuse with libconfuse in packages depending on it
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* libftdi1: fix build when docs are enabledMichael Raskin2018-05-27
|
* libftdi1: add darwin platformAndrew Childs2018-03-23
|
* libftdi: mark linux onlyDaiderd Jordan2018-03-20
|
* libftdi: enable async modeAustin Seipp2018-03-02
| | | | | | | | | | | | | | | | | | Apparently, async mode for libftdi 0.20 is allegedly disabled when using libusb-compat wrappers, as libftdi does not really support libftdi 1.x. Because we only ship libusb-compat, this would normally make async mode completely unavailable. Except distributions like Ubuntu just disable this check completely! See this patch from Launchpad: https://bazaar.launchpad.net/~ubuntu-branches/ubuntu/trusty/libftdi/trusty/view/head:/debian/patches/04_async_mode.diff In the spirit of good competition (and feature parity for software that *doesn't* support the synchronous mode, thanks to Ubuntu silently ensuring their async-only paths work) we enable this just the same. Signed-off-by: Austin Seipp <aseipp@pobox.com>
* libftdi1: 1.3 -> 1.4Christian Kögler2017-11-25
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* libftdi1: 1.2 -> 1.3Franz Pletz2017-06-20
|
* treewide: fixup packages with RPATH problemsVladimír Čunát2017-05-16
|
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* libftdi: 1.1 -> 1.2William A. Kennington III2015-03-29
|
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* libftdi1: new packageBjørn Forsman2014-05-31
| | | | | | | This is the 1.x version of libftdi, as opposed to our existing libftdi 0.20 package. (AVRDUDE is an (optional) dependee of libftdi1.)
* libftdi: bump to version 0.20Bjørn Forsman2013-05-10
| | | | | | | | Needed for openocd 0.7.0 (added in the next commit). NOTE: There is also a libftdi 1.0 version, but openocd only needs 0.20 so I didn't bother. (libftdi 1.0 uses CMake build system and has lots of changes.)
* Updating openocd and libftdi (for the sheevaplug jtag)Lluís Batlle i Rossell2010-04-17
| | | | svn path=/nixpkgs/trunk/; revision=21139
* Made openocd work with ft2232 jtag chipset, that of the Sheevaplug.Lluís Batlle i Rossell2009-09-24
svn path=/nixpkgs/trunk/; revision=17407