summaryrefslogtreecommitdiff
path: root/cross/icdprog/DESCR
diff options
context:
space:
mode:
authortsarna <tsarna@pkgsrc.org>2003-05-28 16:10:46 +0000
committertsarna <tsarna@pkgsrc.org>2003-05-28 16:10:46 +0000
commit9fdf29308fea08d248c419b4b3a3d205a4a3d341 (patch)
treedcb789b472f2adf419bc06515fc96391fb17affd /cross/icdprog/DESCR
parent0dd19fe2009aae1248b0da8c584e749efaaf5d75 (diff)
downloadpkgsrc-9fdf29308fea08d248c419b4b3a3d205a4a3d341.tar.gz
ICDPROG is a simple command line programmer for Microchip PIC controllers,
using the Microchip or Olimex ICD (in circuit debugger) as a programmer.
Diffstat (limited to 'cross/icdprog/DESCR')
-rw-r--r--cross/icdprog/DESCR39
1 files changed, 39 insertions, 0 deletions
diff --git a/cross/icdprog/DESCR b/cross/icdprog/DESCR
new file mode 100644
index 00000000000..28092732632
--- /dev/null
+++ b/cross/icdprog/DESCR
@@ -0,0 +1,39 @@
+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.
+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
+ * Auto-detects controller type
+
+run the program with
+
+ ./icdprog <hex file>
+
+or
+
+ ./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