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

target_table.h

Committer:
okano
Date:
2013-08-25
Revision:
5:ff30f5b58617
Child:
12:5a33b5d39792

File content as of revision 5:ff30f5b58617:


#define     NOT_FOUND   0


typedef struct  taget_param_st {
    char    *type_name;
    int     id;
    int     ram_size;
    int     flash_size;
}
target_param;

extern target_param    target_table[];

target_param *find_target_param( char *device_id_string );