libmpsse icon indicating copy to clipboard operation
libmpsse copied to clipboard

Open source library for SPI/I2C control via FTDI chips

Results 36 libmpsse issues
Sort by recently updated
recently updated
newest added

FTDI announced the release of LibMPSSE 1.0.3 August 16, 2022; see this thread: [](http://www.ftdicommunity.com/index.php?topic=644.msg2311#msg2311) Is this github repository still under development? How does it relate to the latest release from...

Feel free to send your PR's to https://github.com/l29ah/libmpsse/

Fixed compilation due to multiple defined symbol fast_rw_buf. Added .gitignore which suits my needs and maybe from others as well.

I am unable to configure and build this library. The ./configure script complains that the libftdi1 library is missing but ldconfig reports the loaded library. I built and installed the...

Hello, I'm having a bit of trouble setting the clock frequency. For example if I create the I2C object using a 2 MHz frequency (TWO_MHZ parameter), the real observed frequency...

Greetings libmpsse developers and contributors, We’re reaching out because your project is an important part of the open source ecosystem, and we’d like to invite you to integrate with our...

Hello, I am working with SPI NAND flash : http://pro0fc108.hkpic1.websiteonline.cn/upload/PN26Q01AWSIUG.pdf After make example-code, I successfully obtained following : bitbang ds1305.c gpio.c i2ceeprom.py spiflash.c test.bin bitbang.c ds1305.py gpio.py Makefile spiflashfast bitbang.py...

Build examples with libftdi1, for disable - change in Makefile `LIBFTDI1=1` to `LIBFTDI1=0`

Minor improvements and fixes. Please consider.