Sign in
chromium
/
chromiumos
/
third_party
/
libftdi
/
HEAD
b920e19
Fix typo in release documentation
by Thomas Jarosch
· 12 years ago
master
80101c7
Prepare changelog for release
by Thomas Jarosch
· 12 years ago
latest_release
v1.0
8ace186
Fix usleep unit conversion
by Thomas Jarosch
· 12 years ago
f690061
MinGW support: Change sleep() to usleep()
by Xiaofan Chen
· 12 years ago
99b80bf
Prepare third release candidate
by Thomas Jarosch
· 12 years ago
v1.0rc3
62cfa2e
Adapt to new cmake config files path
by Thomas Jarosch
· 12 years ago
74cdff9
Add C++ wrapper config vars.
by Michel Zou
· 12 years ago
c729b24
Renamed LibFTDIConfig.cmake. Cosmetic changes to CMakeLists.
by Michel Zou
· 12 years ago
9de7efa
Adapt rpm specfile to changed doxygen output path
by Thomas Jarosch
· 12 years ago
8db5eb1
Include generated cmake config files in devel rpm package
by Thomas Jarosch
· 12 years ago
419133b
Fixed cmake script installation dir on rpm distro.
by Michel Zou
· 12 years ago
4af77d3
Change default build type to optimized build with debug symbols (RelWithDebInfo)
by Thomas Jarosch
· 12 years ago
317cf52
Fixed python wrapper being rebuilt every time.
by Michel Zou
· 12 years ago
39042f1
Added cmake config file
by Michel Zou
· 12 years ago
66f3167
Prepare for 1.0rc2
by Thomas Jarosch
· 12 years ago
v1.0rc2
648d71f
Add verbose build instructions
by Xiaofan Chen
· 12 years ago
47e24d7
Fixed doxygen docstring generation.
by Michel Zou
· 12 years ago
e8706a3
Fixed doxygen warnings.
by Michel Zou
· 12 years ago
74bea5a
Fixed python3 bindings generation.
by Michel Zou
· 12 years ago
3b96824
Fixed convert string function in python wrapper.
by Michel Zou
· 12 years ago
fec5566
Don't #include <libusb.h> from ftdi.h
by Anders Larsen
· 12 years ago
1383a2c
fix mem leaks in examples ftdi_deinit -> ftdi_free
by Matthias Janke
· 12 years ago
161206c
Update README.mingw to reflect current Windows libusb situation
by Xiaofan Chen
· 12 years ago
96d277c
Mark release candidate status
by Thomas Jarosch
· 12 years ago
v1.0rc1
aa86fbf
Quick start guide how to build libftdi
by Thomas Jarosch
· 12 years ago
1c4ff64
Update ChangeLog
by Thomas Jarosch
· 12 years ago
86391c5
Update AUTHORS
by Thomas Jarosch
· 12 years ago
1065052
Update README and TODO
by Thomas Jarosch
· 12 years ago
b25d916
Increase copyright year (final release will be in 2013)
by Thomas Jarosch
· 12 years ago
1c9c026
Grab changelog from libftdi 0.20
by Thomas Jarosch
· 12 years ago
b953c0e
Fix rpm dependency
by Thomas Jarosch
· 12 years ago
1f4fecf
rpm .spec file: Package the python wrapper
by Thomas Jarosch
· 12 years ago
af7a35f
Install ftdi_eeprom
by Thomas Jarosch
· 12 years ago
024705c
First shot at fixing the .spec file
by Thomas Jarosch
· 12 years ago
7c21bec
C++ wrapper: Fix use-after-free issue in List::find_all()
by Thomas Jarosch
· 12 years ago
a67c3be
Tweak doxy2swig.py output to include Returns header
by Dan White
· 12 years ago
f9e62be
Extract doxygen from ftdi.c to python docstrings
by Dan White
· 12 years ago
148bdc8
Enable separate doxygen XML output
by Dan White
· 12 years ago
ccbd6cf
Fix build on FreeBSD (cmake file typo)
by Uffe Jakobsen
· 13 years ago
31fba51
Updated python wrapper: Fixes for python3 + documentation
by Michel Zou
· 13 years ago
c3d4027
Fix python lib linking on MacOS X
by Michel Zou
· 13 years ago
0baeef0
Improve cpack packaging
by Michel Zou
· 13 years ago
5f70b4c
Fix doxygen doc generation if C++ wrapper is not built
by Michel Zou
· 13 years ago
abc3a51
python bindings: python3 support
by Michel Zou
· 13 years ago
94053d9
Remove ftdi_async_complete() left over from libftdi 0.x
by Thomas Jarosch
· 13 years ago
1f38932
Avoid to link python libs on debian
by Michel Zou
· 13 years ago
f37a152
Fix wrong array access in set_ft232h_cbus()
by Thomas Jarosch
· 13 years ago
33e27ed
Merge branch 'renames-for-release'
by Thomas Jarosch
· 13 years ago
3918b86
Python stuff is solved now
by Thomas Jarosch
· 13 years ago
c1cf60a
fixed NULL-pointer dereference in the ftdi_error_return(code, str) macro that occures when it is called because of a ftdi == NULL check
by Peter Schneider
· 13 years ago
b0a5045
fixed NULL-pointer dereference in the ftdi_error_return(code, str) macro that occures when it is called because of a ftdi == NULL check
by Peter Schneider
· 13 years ago
7aec58f
Remove old async mode ignore lines
by Thomas Jarosch
· 13 years ago
bcf4a08
Rename python wrapper to ftdi1. Adapt examples with minimal code changes
by Thomas Jarosch
· 13 years ago
a182572
ftdi_eeprom: reset the device after flashing the eeprom
by Anders Larsen
· 13 years ago
f78723a
Document the FT245R EEPROM weirdness
by Anders Larsen
· 13 years ago
d5696b2
ftdi_eeprom: Added config value "eeprom_type"
by Anders Larsen
· 13 years ago
2e48e9f
ftdi_eeprom: reset the device after flashing the eeprom
by Anders Larsen
· 13 years ago
ad7ced1
Document the FT245R EEPROM weirdness
by Anders Larsen
· 13 years ago
faa8577
ftdi_eeprom: Added config value "eeprom_type"
by Anders Larsen
· 13 years ago
e0f7801
Another TODO entry gone
by Thomas Jarosch
· 13 years ago
0444972
cmake already places the header in /usr/include/libftdi1/ftdi.h, just needed to adapt the .spec file
by Thomas Jarosch
· 13 years ago
364d746
Don't rename python wrapper for now
by Thomas Jarosch
· 13 years ago
6dc7bd3
Try to adapt debian build rules
by Thomas Jarosch
· 13 years ago
42ece76
Rename library from libftdi to libftdi1
by Thomas Jarosch
· 13 years ago
1199c9b
Rename and adapt pkgconfig files for libftdi1
by Thomas Jarosch
· 13 years ago
4945da5
We decided to skip this API change for now
by Thomas Jarosch
· 13 years ago
d954c1e
Actually configure libftdi1.spec
by Thomas Jarosch
· 13 years ago
9ff7af6
Rename libftdi.spec.in to libftdi1.spec.in. Adapt package requirements to libusb1
by Thomas Jarosch
· 13 years ago
7a07197
Rename libftdi-config to libftdi1-config
by Thomas Jarosch
· 13 years ago
ac5790a
pkgconfig file: Depend on libusb-1.0
by Thomas Jarosch
· 13 years ago
e18b700
Fix libftdi.pc file generation when building with -DDOCUMENTATION=OFF
by Maciej Grela
· 13 years ago
06c863d
Add Xiaofan Chen to AUTHORS. This was long overdue
by Thomas Jarosch
· 13 years ago
c143448
Add Jared Boone to AUTHORS
by Thomas Jarosch
· 13 years ago
11bc93d
Patch for building examples on MacOS X Lion
by Jared Boone
· 13 years ago
a7c32c5
EEPROM max_power build/decode inconsistency
by Daniel Kirkham
· 13 years ago
6bb2e0a
Add 'Anders Larsen' to AUTHORS
by Thomas Jarosch
· 13 years ago
c9a460e
Bump the library version number to 2.0.0
by Anders Larsen
· 13 years ago
be4bae3
Completed the support for the FT4232H chip
by Anders Larsen
· 13 years ago
243f5f6
ftdi_eeprom: Fix segmentation fault after --flash_eeprom
by Anders Larsen
· 13 years ago
6162087
ftdi_eeprom: remove redundant debug output
by Anders Larsen
· 13 years ago
4b35b81
Fix _sleep warning on MinGW
by Xiaofan Chen
· 13 years ago
1ec530d
Fix header, API change ftdi_write_data_async has been replaced by ftdi_write_data_submit
by Youness Alaoui
· 13 years ago
50d77f8
Python wrapper update
by Michel Zou
· 13 years ago
9330b12
C++ wrapper: Reset internal USB device pointer on Context::close()
by Thomas Jarosch
· 13 years ago
025db2c
Example code: Fix compile warnings about unused variables
by Thomas Jarosch
· 13 years ago
d3af9b2
cpp-wrapper: when using get-string-and-reopen method without having set up the usb-device the currently opened usb-device is retreived from the usb-device-handle used in the ftdi context. this fixes the open methods of the cpp wrapper that do not get an usb-device by parameter.
by Peter Schneider
· 13 years ago
ca50957
Remove duplicated udev rule.
by Thomas Jarosch
· 13 years ago
08dc003
Fix build on Mac OS X
by Michel Zou
· 13 years ago
5a7acb0
Add missing malloc in ftdi_eeprom
by Andreas Helmcke
· 13 years ago
24644c0
Fix boost include directory in unit test
by Xiaofan Chen
· 13 years ago
af04b0d
Update udev rule syntax for newer kernels
by Thomas Jarosch
· 13 years ago
6219bae
udev rules: Support all FTDI chip types
by Lucian Langa
· 13 years ago
50280d4
Python wrapper update
by Michel Zou
· 14 years ago
b3f439b
Drop 64bit lib suffix on debian systems
by Michel Zou
· 14 years ago
4c5afeb
Enhance python wrapper
by Michel Zou
· 14 years ago
e93b348
Fix installaton of python wrapper
by Michel Zou
· 14 years ago
720c7d2
Increase ftdi_eeprom->cbus_function array again
by Thomas Jarosch
· 14 years ago
19382a2
Remove errorneous ; after if
by Thomas Jarosch
· 14 years ago
1c5fa36
Interface can not be changed on an already open device
by Thomas Jarosch
· 14 years ago
cd2ead2
Use ftdi_new and not ftdi_init in the examples
by Uwe Bonnes
· 14 years ago
Next »