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:
44:568799eac6df
Parent:
29:96e28bc1bd99
--- a/target_table.h	Sat Oct 18 09:44:43 2014 +0000
+++ b/target_table.h	Wed Dec 10 09:24:00 2014 +0000
@@ -21,7 +21,8 @@
 
 extern target_param    target_table[];
 
-target_param *find_target_param( char *device_id_string );
+target_param    *find_target_param( char *device_id_string );
+int             find_sector( int data_size, target_param *tpp );
 
 
 #endif  //  MBED_ISP__TARGET_TABLE__