mbed(SerialHalfDuplex入り)
Fork of mbed by
TARGET_LPC2368/cmsis.h@64:e3affc9e7238, 2013-08-05 (annotated)
- Committer:
- bogdanm
- Date:
- Mon Aug 05 12:28:09 2013 +0300
- Revision:
- 64:e3affc9e7238
- Parent:
- LPC2368/cmsis.h@44:24d45a770a51
- Child:
- 66:9c8f0e3462fb
New build system structure, new target (LPC1347), bug fixes (I2C read/write errors, LPC11U24 memory map and others)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
emilmont | 40:976df7c37ad5 | 1 | /* mbed Microcontroller Library - CMSIS |
emilmont | 40:976df7c37ad5 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
emilmont | 40:976df7c37ad5 | 3 | * |
emilmont | 40:976df7c37ad5 | 4 | * A generic CMSIS include header, pulling in LPC2368 specifics |
emilmont | 40:976df7c37ad5 | 5 | */ |
emilmont | 40:976df7c37ad5 | 6 | |
emilmont | 40:976df7c37ad5 | 7 | #ifndef MBED_CMSIS_H |
emilmont | 40:976df7c37ad5 | 8 | #define MBED_CMSIS_H |
emilmont | 40:976df7c37ad5 | 9 | |
emilmont | 40:976df7c37ad5 | 10 | #include "LPC23xx.h" |
emilmont | 40:976df7c37ad5 | 11 | #include "cmsis_nvic.h" |
emilmont | 40:976df7c37ad5 | 12 | |
emilmont | 40:976df7c37ad5 | 13 | #endif |