open-tl866 icon indicating copy to clipboard operation
open-tl866 copied to clipboard

Open Programming Firmware for the TL866A Programmer.

Results 31 open-tl866 issues
Sort by recently updated
recently updated
newest added

Explore routes to get general PIC support Pointfree comments: - http://www.eran.io/lpicp-turn-any-board-running-linux-into-a-pic-programmer/ (https://github.com/pavius/lpicp) - http://picpgm.picprojects.net/ - pk2cmd - This little util https://github.com/GBert/misc/tree/master/pickit2/pk2dft has been useful for extracting info about how to...

Right now if you try to flash while booting you can get a message along the lines of "bad interface". So 1) verify you can actually flash during initial power...

The update tool (`tl866 self update`) is unable to reset to the bootloader from stock firmware version 03.2.85 (the latest as of this writing). The reset command that works on...

Various IC families have protocols that identify the specific vendor and model inserted. Some example devices: - EPROM via...the EPROM protocol (does this have a name?) -PIC via ICSP, noting...

I'm directing https://github.com/vdudouyt/minipro with Valentin's blessing because he's busy with other stuff. Please keep that project in the loop with what you're doing. Right now a high-priority task is to...

This is the first device family we'd like to read/write. Likely first implementation will be host based bit bang, and then we'll look at on device options for better performance.

milestone

Use primitives in io.c (potentially expanding on it if necessary), and make some code to handle triggering. Applications can be made with the library for more specific glitch routines for...

milestone

We did a quick PoC using USB CDC serial port with m-stack. But possibly long term we'll want to move to raw USB commands. What should that protocol look like?...

enhancement

High end programmers use an algorithm database that gets compiled to device specific commands. Investigate schemes that are ideally usable for both our project and others Note Open Programmer had...

enhancement

Ideally, the code should compile w/ the `xc8` equivalent of `-Werror`, using `#pragma`s to permit exceptions on a case-by-case basis _and_ with comments explaining why the warning is acceptable. This...

enhancement
good first issue