1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Jul 30, 2024 — Jul 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Code clean up and add FT2232D as a supported device More... over 14 years ago
Fix up JTAG typos and update code to use the latest BitSequence API Create a new unit test for JTAG, for now only read out the IDCODE More... over 14 years ago
Update documentation (current status and supported Python versions) Rework set_frequency to differentiate low-speed from high-speed devices Fix up a bug when no device is detected More... over 14 years ago
Move SPI flash test into a dedicate file and use unittest module More... over 14 years ago
Drop use of struct and replace it with array module, to match pyusb internals. Write a proper test to validate long-run read/write SPI sessions More... over 14 years ago
Use typical/max AC characteristic values for timeout management Fix up timeout management for generic 25 flash devices Fix up erase command for S25FL flash devices More... over 14 years ago
Tell the FTDI device to return read data as soon as possible More... over 14 years ago
Fix up S25FL `can_erase` implementation More... over 14 years ago
Try to implement a more robust read function. More... over 14 years ago
Start implementation erase feature for S25FL Spansion flash device More... over 14 years ago
Fix up an inversion between read and write SPI packet size. More... over 14 years ago
Fix up two issues: * invalid READ opcode for SPI high-speed read command * need to flush all pipes after the SPI bus frequency is changed More... over 14 years ago
Start debugging session for SPI support using serialflash driver More... over 14 years ago
Import SST25 flash device code from C driver More... over 14 years ago
Update SPI flash device API and clean up code More... over 14 years ago
Start writing a generic driver for SPI flash device More... over 14 years ago
Remove trailing spaces More... over 14 years ago
Fix up a lot of missing features in SPI and JTAG Add a unit test for SPI (SST25 flash device reader) More... over 14 years ago
Add initial SPI implementation Start removing deprecated logger implementation from JTAG Code clean up More... over 14 years ago
Add auto-detection of FTDI devices Support multiple FTDI devices (selection by serial number or index) Document basic installation instructions Add support for low-speed UART devices More... over 14 years ago
Bump up the version number and update `pyusb` dependencies More... over 14 years ago
Align pyftdi with original code More... over 14 years ago
Merge branch 'master' of github.com:eblot/pyftdi More... over 14 years ago
Fix up invalid module names and clean up the modem_status() functions More... over 14 years ago
Update email address More... over 14 years ago
Add a copyright notice to jtag.py and remove trailing spaces More... over 14 years ago
Merge branch 'jtag' More... over 14 years ago
Simplify test files More... over 14 years ago
Move test file More... over 14 years ago
Fix up line width with new license headers More... over 14 years ago