Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
48:99cfe3a929ea
Parent:
47:e7d395119a63
--- a/_user_settings.h	Tue Jan 06 11:05:29 2015 +0000
+++ b/_user_settings.h	Thu Jan 29 10:48:57 2015 +0000
@@ -4,6 +4,7 @@
 ///  file name for the binary data
 //  edit here if you need to use different file name or storage media
 #define     SOURCE_FILE         "/local/bin"
+#define     SUFFIX_FILTER_STR   "*"
 
 
 //  "ISP_BAUD_RATE" is baud rate for ISP operation
@@ -42,6 +43,10 @@
 #define     CHECK_CRP_CODE
 
 
+//  enable "ENABLE_VERIFYING" to let perform verification by comparing "bin" file and flash read data.
+#define     ENABLE_FILE_SELECTOR
+
+
 #endif  //  MBED_ISP___USER_SETTINGS__