libftdi with ftdi_eeprom configs for usage with usbavrprog (aka my frser-atmega644 tree)
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSE
GPL-2.0
COPYING.GPL
Unknown
COPYING.LIB
Unknown
COPYING-CMAKE-SCRIPTS
urjaman/libftdi-usbavrprog
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
-------------------------------------------------------------------- libftdi version 1.0 -------------------------------------------------------------------- libftdi - A library (using libusb) to talk to FTDI's UART/FIFO chips including the popular bitbang mode. The following chips are supported: - FT4232H / FT2232H - FT232R / FT245R - FT2232L / FT2232D / FT2232C - FT232BM / FT245BM (and the BL/BQ variants) - FT8U232AM / FT8U245AM libftdi requires libusb 1.x. The AUTHORS file contains a list of all the people that made libftdi possible what it is today. Changes ------- * Ported to libusb 1.x (initial work by Jie Zhang) * Many eeprom handling improvements (Uwe Bonnes, Anders Larsen) * Renamed pkconfig, library .so etc. files to "libftdi1" (Intra2net) * ftdi_eeprom is part of libftdi now (Intra2net) * New baudrate calculation code + unit tests (Uwe Bonnes and Intra2net) * Improved python bindings including python3 support (Michel Zou) * Switched completely to cmake build system (Intra2net) * cmake: Easy libftdi discovery via find_package() (Michel Zou) * eeprom handling now done via get()/set() functions (Uwe Bonnes) * C++ wrapper: Fixed use-after-free in List::find_all() (Intra2net) * Documentation updates (Xiaofan Chen) * See the git history for more changes and fixes You'll find the newest version of libftdi at: http://www.intra2net.com/en/developer/libftdi Quick start ----------- mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX="/usr" ../ make make install More verbose build instructions are in "README.build" -------------------------------------------------------------------- www.intra2net.com 2003-2013 Intra2net AG --------------------------------------------------------------------
About
libftdi with ftdi_eeprom configs for usage with usbavrprog (aka my frser-atmega644 tree)
Resources
License
Unknown and 3 other licenses found
Licenses found
Unknown
LICENSE
GPL-2.0
COPYING.GPL
Unknown
COPYING.LIB
Unknown
COPYING-CMAKE-SCRIPTS
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published