Add LPC1768
Dependencies: mbed-rtos mbed Xbus
Fork of MTi-1_example by
Revision 60:ab9dad3560d3, committed 2015-06-12
- Comitter:
- Alex Young
- Date:
- Fri Jun 12 11:59:16 2015 +0200
- Parent:
- 59:f9166c19451f
- Child:
- 61:b9d3e7e5ba0c
- Commit message:
- Add support for EA LPC4088 QuickStart Board
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Jun 12 11:36:37 2015 +0200 +++ b/main.cpp Fri Jun 12 11:59:16 2015 +0200 @@ -77,6 +77,12 @@ #define MT_TX PTE0 #define MT_RX PTE1 #define MT_NRESET PTD3 +#elif defined(TARGET_LPC4088) +#define PC_TX USBTX +#define PC_RX USBRX +#define MT_TX P0_25 +#define MT_RX P0_26 +#define MT_NRESET P1_30 #else #error "Support for selected mbed platform has not been added." #endif
David Khosravi
