Changing files header comments to remove mentions of LPC1114
authorNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 1 Mar 2013 13:48:40 +0000 (14:48 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Fri, 1 Mar 2013 13:48:40 +0000 (14:48 +0100)
isp_commands.c
isp_commands.h
isp_utils.c
isp_utils.h
isp_wrapper.c
lpcisp.c
lpcprog.c
prog_commands.c
prog_commands.h

index 7ee167a..c468b1c 100644 (file)
@@ -1,6 +1,6 @@
 /*********************************************************************
  *
- *   LPC1114 ISP Commands
+ *   LPC ISP Commands
  *
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>
index 6f149ee..74a8ebe 100644 (file)
@@ -1,6 +1,6 @@
 /*********************************************************************
  *
- *   LPC1114 ISP Commands
+ *   LPC ISP Commands
  *
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>
index 4bd075d..8f844ed 100644 (file)
@@ -1,6 +1,6 @@
 /*********************************************************************
  *
- *   LPC1114 ISP - Utility functions
+ *   LPC ISP - Utility functions
  *
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>
index 521ae69..155c63d 100644 (file)
@@ -1,6 +1,6 @@
 /*********************************************************************
  *
- *   LPC1114 ISP - Utility functions
+ *   LPC ISP - Utility functions
  *
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>
index e916652..0cfcedd 100644 (file)
@@ -1,6 +1,6 @@
 /*********************************************************************
  *
- *   LPC1114 ISP Commands
+ *   LPC ISP Commands
  *
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>
index 4a27b23..cdedc6c 100644 (file)
--- a/lpcisp.c
+++ b/lpcisp.c
@@ -1,7 +1,9 @@
 /*********************************************************************
  *
- *   LPC1114 ISP
+ *   ISP (In-System Programming) tool for NXP LPC Microcontrollers
  *
+ * This tool gives access to each of the usefull isp commands on LPC
+ * devices. It does not provide wrappers for flashing a device.
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>
  *
index 240841b..6f7b384 100644 (file)
--- a/lpcprog.c
+++ b/lpcprog.c
@@ -1,6 +1,9 @@
 /*********************************************************************
  *
- *   LPC1114 ISP
+ *   ISP (In-System Programming) tool for NXP LPC Microcontrollers
+ *
+ * This tool does not give access to each isp command, instead it
+ * provides wrappers for flashing a device.
  *
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>
index dfa007c..7b7f748 100644 (file)
@@ -1,6 +1,6 @@
 /*********************************************************************
  *
- *   LPC1114 ISP Commands for flash tool
+ *   LPC ISP Commands for flash tool
  *
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>
index de158e7..f611aee 100644 (file)
@@ -1,6 +1,6 @@
 /*********************************************************************
  *
- *   LPC1114 ISP Commands for flash tool
+ *   LPC ISP Commands for flash tool
  *
  *
  * Written by Nathael Pajani <nathael.pajani@nathael.net>