Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
33:ce9fff4cbf09
Parent:
29:96e28bc1bd99
Child:
34:eaca33d3e632
--- a/_user_settings.h	Tue Sep 24 21:35:25 2013 +0000
+++ b/_user_settings.h	Wed Sep 25 04:00:04 2013 +0000
@@ -7,15 +7,25 @@
 //  "ISP_BAUD_RATE" is baud rate for ISP operation
 #define     ISP_BAUD_RATE       115200
 
+
 //  "TARGET_OPERATION_BAUD_RATE" is baud rate for USB-serial bridge operation after 
 //  ISP completion. 
 //  if the target application uses serial(UART) and you use the bridge feature, 
 //  please set this value correctly. 
 #define     TARGET_OPERATION_BAUD_RATE  9600
 
+
 //  enable "AUTO_PROGRAM_START" to let target starts the program after flash writing complete
 #define     AUTO_PROGRAM_START
 
 
+//  enable "ENABLE_VERIFYING" to let perform verification by comparing "bin" file and flash read data.
+#define     ENABLE_VERIFYING
 
-#endif  //  MBED_ISP___USER_SETTINGS__
\ No newline at end of file
+
+//  enable "CHECK_CRP_CODE" to check the CRP (Code Read Protection). The ISP writing will be ignored if "bin" file has CRP code. 
+#define     CHECK_CRP_CODE
+
+
+#endif  //  MBED_ISP___USER_SETTINGS__
+