qtl866 icon indicating copy to clipboard operation
qtl866 copied to clipboard

GUI driver for minipro software found at https://github.com/vdudouyt/minipro

Results 5 qtl866 issues
Sort by recently updated
recently updated
newest added

It should be better than hardcoded list as there're different versions of hardware with their own lists. Closes #13

With `minipro version 0.4`, chips that admit package variation such as: ``` W25Q64FV(OTP)@SOIC16 W25Q64FV(OTP)@SOIC8 W25Q64FV(OTP)@WSON8 ``` will not work (but `W25Q64FV(OTP)` does), with `Device not found` error (indicative of unknown...

minipro version 0.4dev List made from output of minipro -l

Hello! Trying to build the executable with QtCreator on a Ubuntu amd64 produces the following messages: ``` mainwindow.cpp: In function 'QString getColoredText(QString, QString)': mainwindow.cpp:37:63: error: 'QStringLiteral' was not declared in...

The GUI works very well on my x86-64 Linux box, but it never successfully calls minipro in Raspbian Linux on a Raspberry Pi. We just fall off the end of...