rweather / ardpicprog

Arduino-based solution for programming PIC microcontrollers.
GNU General Public License v3.0
71 stars 38 forks source link

How to add devices? #8

Open TheFax opened 5 years ago

TheFax commented 5 years ago

It seems that this project, despite being the best, is no longer under development.

I would like to ask you, if you can explain us how to add a new device. For example I'm interested in: 16f84a 16f876a 16f877a

Thank you in advance.

RusB commented 5 years ago

Read the DeviceDoc. Add info about a device in the "struct deviceInfo const devices[]" Already in the "devices[]": const char s_pic16f84[] PROGMEM = "pic16f84"; const char s_pic16f84a[] PROGMEM = "pic16f84a"; const char s_pic16f87[] PROGMEM = "pic16f87"; const char s_pic16f88[] PROGMEM = "pic16f88";