2
I Use This!
Inactive

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Commented out SIGQUIT in findfalcons since it doesn't exist on windows. Commented out sleep in findfalcons since it shouldn't be needed anyways. More... almost 17 years ago
Added manual timeout to libftdi since libusb's doesn't seem to work on OS X Changed name of error_code/error_str to status_code/status_str since I'm saving read/write status in there too More... almost 17 years ago
Added WAY more validation steps to the firmware loading function on libftdi. More... almost 17 years ago
Added validity checking in firmware sends, now warns about possible hub issues Changed read/write error codes in ftd2xx More... almost 17 years ago
Added autoclose to libftdi open function, otherwise double opens cause crashes More... almost 17 years ago
Added preprocessor defines to require specification of ftd2xx or libftdi More... almost 17 years ago
Added signal handling to findfalcons to stop bogus closes Changed libftdi struct pointer to struct in order to kill weird memory errors (fixes sudo issues on OS X) Added initialization status to struct More... almost 17 years ago
Added correct -DLIBFTDI cflags to cmake projects. Cannot believe this thing even worked thus far. More... almost 17 years ago
Added read/write errors to read to falcon struct in libftdi More... almost 17 years ago
Updated changelog to reflect 0.2 release More... almost 17 years ago
Added/Cleaned up header comments Changed error enums to fit naming scheme More... almost 17 years ago
Added new libftdi vs ftd2xx section to readme file to explain development issues. More... almost 17 years ago
Fixed return value error in libftdi count function Changed VID/PID constant name More... almost 17 years ago
Added more error checking and initialization steps to ftd2xx library More... almost 17 years ago
Added error code check to falcon closing function More... almost 17 years ago
Fixed cmake LIBFTDI define issue for windows builds More... almost 17 years ago
Added more default values for falcon struct (init is now basically a constructor) Fixed permissions error fallthrough bug in opener (caused double free on linux! D: ) More... almost 17 years ago
Fixed error messages for ftd2xx drivers Added more messages to findfalcons example More... almost 17 years ago
Fixed error message comparison for get_error_string in libftdi library More... almost 17 years ago
Added more error messages and completed error messaging return functionality More... almost 17 years ago
Added is_open status variable to struct Added lots of open checks so we stop crashing on trying things on non-opened devices More... almost 17 years ago
Added some extra linux tips to the README file More... almost 17 years ago
Fixed FTD2XX bootloader class to work with multiple falcons on windows Other small fixes around FTD2XX drivers on windows. More... almost 17 years ago
Moved falcon_device to being a struct Removed all printf's from library code Set up new error code return system (still needs to be finished) Changed some function names just to break everyone's code Updated doxygen comments for new function definitions More... almost 17 years ago
Added compilation directions to project More... almost 17 years ago
Added bypasses for library finding on windows, since we don't know where the library might be stored More... almost 17 years ago
Fixed source inclusion error in CMakeLists that caused libftdi to miss a define on compilation More... almost 17 years ago
Updated AUTHORS with new project developer info Updated ChangeLog to reflect 0.2 changes Updated README with libftdi instructions and more Platform Specific Notes Added count check to libftdi library version to avert segfault More... almost 17 years ago
Fixed byte order in nifalcon_test_fw_format_input(...) More... almost 17 years ago
Added extern wrappers for C++ name compatibility More... almost 17 years ago