From: Nathael Pajani Date: Fri, 1 Mar 2013 13:48:40 +0000 (+0100) Subject: Changing files header comments to remove mentions of LPC1114 X-Git-Tag: v1.0~2 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=99432ff8ca3b6ae0d0e0f708e118d863d85623de;p=soft%2Ftools%2Flpctools Changing files header comments to remove mentions of LPC1114 --- diff --git a/isp_commands.c b/isp_commands.c index 7ee167a..c468b1c 100644 --- a/isp_commands.c +++ b/isp_commands.c @@ -1,6 +1,6 @@ /********************************************************************* * - * LPC1114 ISP Commands + * LPC ISP Commands * * * Written by Nathael Pajani diff --git a/isp_commands.h b/isp_commands.h index 6f149ee..74a8ebe 100644 --- a/isp_commands.h +++ b/isp_commands.h @@ -1,6 +1,6 @@ /********************************************************************* * - * LPC1114 ISP Commands + * LPC ISP Commands * * * Written by Nathael Pajani diff --git a/isp_utils.c b/isp_utils.c index 4bd075d..8f844ed 100644 --- a/isp_utils.c +++ b/isp_utils.c @@ -1,6 +1,6 @@ /********************************************************************* * - * LPC1114 ISP - Utility functions + * LPC ISP - Utility functions * * * Written by Nathael Pajani diff --git a/isp_utils.h b/isp_utils.h index 521ae69..155c63d 100644 --- a/isp_utils.h +++ b/isp_utils.h @@ -1,6 +1,6 @@ /********************************************************************* * - * LPC1114 ISP - Utility functions + * LPC ISP - Utility functions * * * Written by Nathael Pajani diff --git a/isp_wrapper.c b/isp_wrapper.c index e916652..0cfcedd 100644 --- a/isp_wrapper.c +++ b/isp_wrapper.c @@ -1,6 +1,6 @@ /********************************************************************* * - * LPC1114 ISP Commands + * LPC ISP Commands * * * Written by Nathael Pajani diff --git a/lpcisp.c b/lpcisp.c index 4a27b23..cdedc6c 100644 --- 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 * diff --git a/lpcprog.c b/lpcprog.c index 240841b..6f7b384 100644 --- 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 diff --git a/prog_commands.c b/prog_commands.c index dfa007c..7b7f748 100644 --- a/prog_commands.c +++ b/prog_commands.c @@ -1,6 +1,6 @@ /********************************************************************* * - * LPC1114 ISP Commands for flash tool + * LPC ISP Commands for flash tool * * * Written by Nathael Pajani diff --git a/prog_commands.h b/prog_commands.h index de158e7..f611aee 100644 --- a/prog_commands.h +++ b/prog_commands.h @@ -1,6 +1,6 @@ /********************************************************************* * - * LPC1114 ISP Commands for flash tool + * LPC ISP Commands for flash tool * * * Written by Nathael Pajani