Code to load a LPC1114 over tx/rx. I have only tested with a 1114 chip but it should work with other LPC uControllers

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
48:99cfe3a929ea
Parent:
47:e7d395119a63
--- a/isp.h	Tue Jan 06 11:05:29 2015 +0000
+++ b/isp.h	Thu Jan 29 10:48:57 2015 +0000
@@ -2,7 +2,7 @@
 #define MBED_ISP__ISP__
 
 
-int     isp_flash_write( char *file_name );
+int     isp_flash_write( const char *file_name );
 void    start_target_in_normal_mode( int baud_rate );
 void    start_success_indicator( void );
 void    toggle_led( char v );