Ika Shouyu Poppoyaki - LPC82x supported

Dependencies:   MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
41:74b9ff21098f
Parent:
39:f68f9fa1e88e
Child:
42:2b40666d8177
--- a/_user_settings.h	Sun Sep 29 03:57:02 2013 +0000
+++ b/_user_settings.h	Tue Nov 19 23:53:20 2013 +0000
@@ -1,18 +1,15 @@
 #ifndef MBED_ISP___USER_SETTINGS__
 #define MBED_ISP___USER_SETTINGS__
 
+//  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     SOURCE_FILE         "/local/bin"
 
 //  "ISP_BAUD_RATE" is baud rate for ISP operation
 #define     ISP_BAUD_RATE       115200
 
 
-//  suppress "command and result" monitoring output to terminal
-//  the "command and result" monitoring feature is made for debugging. 
-#define     SUPPRESS_COMMAND_RESULT_MESSAGE
-
-
 //  "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, 
@@ -20,6 +17,11 @@
 #define     TARGET_OPERATION_BAUD_RATE  9600
 
 
+//  suppress "command and result" monitoring output to terminal
+//  the "command and result" monitoring feature is made for debugging. 
+#define     SUPPRESS_COMMAND_RESULT_MESSAGE
+
+
 //  enable "AUTO_PROGRAM_START" to let target starts the program after flash writing complete
 #define     AUTO_PROGRAM_START