Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Files at this revision

API Documentation at this revision

Comitter:
okano
Date:
Wed Dec 10 09:38:19 2014 +0000
Parent:
44:568799eac6df
Child:
46:fe8ca451abcb
Commit message:
test has been done on LPC1114FN28, LPC810, LPC824 and LPC1769

Changed in this revision

_user_settings.h Show annotated file Show diff for this revision Revisions of this file
isp.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/_user_settings.h	Wed Dec 10 09:24:00 2014 +0000
+++ b/_user_settings.h	Wed Dec 10 09:38:19 2014 +0000
@@ -19,7 +19,7 @@
 
 //  suppress "command and result" monitoring output to terminal
 //  the "command and result" monitoring feature is made for debugging. 
-//#define     SUPPRESS_COMMAND_RESULT_MESSAGE
+#define     SUPPRESS_COMMAND_RESULT_MESSAGE
 
 
 //  enable "AUTO_PROGRAM_START" to let target starts the program after flash writing complete
--- a/isp.cpp	Wed Dec 10 09:24:00 2014 +0000
+++ b/isp.cpp	Wed Dec 10 09:38:19 2014 +0000
@@ -51,10 +51,6 @@
     if ( !data_size )
         return ( ERROR_DATA_SIZE_ZERO );
 
-    for ( int i = 0; i < 32768; i += 4096 )
-        printf( "%10d : %2d\r\n", i, find_sector( i, tpp ) );
-        
-
 //  last_sector = (data_size - 1) / tpp->sector_size;
     last_sector = find_sector( data_size - 1, tpp );