pymcuprog icon indicating copy to clipboard operation
pymcuprog copied to clipboard

Feature request: PIC18

Open demetriopitasi opened this issue 2 years ago • 1 comments

Do you plan to support also PIC18 family?

demetriopitasi avatar Apr 21 '23 15:04 demetriopitasi

@demetriopitasi Pymcuprog supports all AVR devices with UPDI interface, and all PIC devices for which a Curiosity Nano exists. So there are some PIC18 devices already: https://github.com/microchip-pic-avr-tools/pymcuprog/tree/main/pymcuprog/deviceinfo/devices Background: PIC devices need a DFP containing programming scripts to be passed in using -p so unfortunately support does not come "for free" like it does with AVR.

xedbg avatar Apr 24 '23 10:04 xedbg