summaryrefslogtreecommitdiff
path: root/cross/icdprog
diff options
context:
space:
mode:
authorcjep <cjep>2003-06-07 14:50:50 +0000
committercjep <cjep>2003-06-07 14:50:50 +0000
commitaed260dca148ebfeeedabb1a3124dbd492ab10b2 (patch)
tree80584f6f0c64af3fa82fb33efccbf96326ea9c2f /cross/icdprog
parent3128c0e00147a78ea845a55fafdbaa4488fdabb9 (diff)
downloadpkgsrc-aed260dca148ebfeeedabb1a3124dbd492ab10b2.tar.gz
Truncate to 24 lines
Diffstat (limited to 'cross/icdprog')
-rw-r--r--cross/icdprog/DESCR32
1 files changed, 5 insertions, 27 deletions
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 <hex file>
+ icdprog <hex file>
or
-
- ./icdprog -p /dev/tty01 <hex file>
-
+ icdprog -p /dev/tty01 <hex file>
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