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

Committer:
ChrisABailey
Date:
Sun Jul 26 14:46:23 2015 +0000
Revision:
52:afd15e54142f
Parent:
47:e7d395119a63
Use MBED to load LPC1114.  Modified to also load LPExpresso 1114 board

Who changed what in which revision?

UserRevisionLine numberNew contents of line
okano 24:9830b4f1207b 1 #include "target_table.h"
okano 24:9830b4f1207b 2
okano 24:9830b4f1207b 3
okano 47:e7d395119a63 4 int verify_flash( FILE *fp, target_param *tpp, int *transferred_size_p, int file_size );
okano 26:a63e73885b21 5