From ba6d56ab46122e3066d2bbc93f2a25f1df2c85c7 Mon Sep 17 00:00:00 2001 From: cjep Date: Sat, 7 Jun 2003 14:50:50 +0000 Subject: Truncate to 24 lines --- cross/icdprog/DESCR | 32 +++++--------------------------- 1 file changed, 5 insertions(+), 27 deletions(-) (limited to 'cross') diff --git a/cross/icdprog/DESCR b/cross/icdprog/DESCR index 28092732632..c3848605969 100644 --- a/cross/icdprog/DESCR +++ b/cross/icdprog/DESCR @@ -1,39 +1,17 @@ -icdprog - a programmer for Microchip PIC controllers. - ICDPROG is a simple command line programmer for Microchip PIC controllers, using the Microchip or Olimex ICD (in circuit debugger) as a programmer. +It was written by Geir Thomassen. + The program is written for command line usage. FEATURES * Works with PIC16F87x, x = [0,1,2,3,4,6,7] (3,7 is well tested ... ) - * Reads intel hex format + * Reads Intel hex format * Auto-detects controller type run the program with - - ./icdprog + icdprog or - - ./icdprog -p /dev/tty01 - + icdprog -p /dev/tty01 if you connect the ICD to serial port #2 - -TODO -* Better documentation, and web page -* Add EEPROM programming support -* Add verify mode (but it verifies during programming) -* Better error checking -* Set the fuse bits from the command line -* Windows port (I need this for our production environment) -* Check sum calculation -* gdb support :-) /* sorry, I am dreaming again ... */ - -MICROCHIP -If you have any problems with this software, please don't bug Microchip -with them. This software was written without any help from them -(it would have been much easier if they had released the specification -of the ICD..). Use the sourceforge forum instead. - -CREDITS -Geir Thomassen, geirt@powertech.no -- cgit v1.2.3