openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
L
libnifalcon
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
13 days
ago. based on code collected
14 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 14 of 15
Search / Filter on:
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.
Kyle Machulis
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
Kyle Machulis
More...
almost 17 years ago
Added WAY more validation steps to the firmware loading function on libftdi.
Kyle Machulis
More...
almost 17 years ago
Added validity checking in firmware sends, now warns about possible hub issues Changed read/write error codes in ftd2xx
Kyle Machulis
More...
almost 17 years ago
Added autoclose to libftdi open function, otherwise double opens cause crashes
Kyle Machulis
More...
almost 17 years ago
Added preprocessor defines to require specification of ftd2xx or libftdi
Kyle Machulis
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
Kyle Machulis
More...
almost 17 years ago
Added correct -DLIBFTDI cflags to cmake projects. Cannot believe this thing even worked thus far.
Kyle Machulis
More...
almost 17 years ago
Added read/write errors to read to falcon struct in libftdi
Kyle Machulis
More...
almost 17 years ago
Updated changelog to reflect 0.2 release
Kyle Machulis
More...
almost 17 years ago
Added/Cleaned up header comments Changed error enums to fit naming scheme
Kyle Machulis
More...
almost 17 years ago
Added new libftdi vs ftd2xx section to readme file to explain development issues.
Kyle Machulis
More...
almost 17 years ago
Fixed return value error in libftdi count function Changed VID/PID constant name
Kyle Machulis
More...
almost 17 years ago
Added more error checking and initialization steps to ftd2xx library
Kyle Machulis
More...
almost 17 years ago
Added error code check to falcon closing function
Kyle Machulis
More...
almost 17 years ago
Fixed cmake LIBFTDI define issue for windows builds
Kyle Machulis
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: )
Kyle Machulis
More...
almost 17 years ago
Fixed error messages for ftd2xx drivers Added more messages to findfalcons example
Kyle Machulis
More...
almost 17 years ago
Fixed error message comparison for get_error_string in libftdi library
Kyle Machulis
More...
almost 17 years ago
Added more error messages and completed error messaging return functionality
Kyle Machulis
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
Kyle Machulis
More...
almost 17 years ago
Added some extra linux tips to the README file
Kyle Machulis
More...
almost 17 years ago
Fixed FTD2XX bootloader class to work with multiple falcons on windows Other small fixes around FTD2XX drivers on windows.
Kyle Machulis
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
Kyle Machulis
More...
almost 17 years ago
Added compilation directions to project
Kyle Machulis
More...
almost 17 years ago
Added bypasses for library finding on windows, since we don't know where the library might be stored
Kyle Machulis
More...
almost 17 years ago
Fixed source inclusion error in CMakeLists that caused libftdi to miss a define on compilation
Kyle Machulis
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
Kyle Machulis
More...
almost 17 years ago
Fixed byte order in nifalcon_test_fw_format_input(...)
Jared Allen
More...
almost 17 years ago
Added extern wrappers for C++ name compatibility
Kyle Machulis
More...
almost 17 years ago
←
1
2
…
7
8
9
10
11
12
13
14
15
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree