Add to 11U68 11E68
Dependencies: DirectoryList MODSERIAL mbed
Fork of ika_shouyu_poppoyaki by
target_handling.h@50:57ad8e04f063, 2015-07-04 (annotated)
- Committer:
- Hapi_Tech
- Date:
- Sat Jul 04 05:29:32 2015 +0000
- Revision:
- 50:57ad8e04f063
- Parent:
- 44:568799eac6df
Adding LPC11U68,11E68.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
okano | 23:017f306cf3ca | 1 | |
okano | 23:017f306cf3ca | 2 | #include "target_table.h" |
okano | 23:017f306cf3ca | 3 | |
okano | 23:017f306cf3ca | 4 | |
okano | 23:017f306cf3ca | 5 | #define ENTER_TO_ISP_MODE 0 |
okano | 23:017f306cf3ca | 6 | #define NO_ISP_MODE 1 |
okano | 23:017f306cf3ca | 7 | |
okano | 44:568799eac6df | 8 | #define SECTOR_SIZE_VALIABLE4Kx16_AND_32KxN 1 |
Hapi_Tech | 50:57ad8e04f063 | 9 | #define SECTOR_SIZE_VALIABLE4Kx24_AND_32KxN 2 |
okano | 23:017f306cf3ca | 10 | |
okano | 23:017f306cf3ca | 11 | target_param *open_target( int baud_date ); |
okano | 23:017f306cf3ca | 12 | void reset_target( int isp_pin_state ); |
okano | 26:a63e73885b21 | 13 |