mbed(SerialHalfDuplex入り)
Fork of mbed by
TARGET_LPC1347/cmsis.h@64:e3affc9e7238, 2013-08-05 (annotated)
- Committer:
- bogdanm
- Date:
- Mon Aug 05 12:28:09 2013 +0300
- Revision:
- 64:e3affc9e7238
- 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 |
---|---|---|---|
bogdanm | 64:e3affc9e7238 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 64:e3affc9e7238 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 64:e3affc9e7238 | 3 | * |
bogdanm | 64:e3affc9e7238 | 4 | * A generic CMSIS include header, pulling in LPC13XX specifics |
bogdanm | 64:e3affc9e7238 | 5 | */ |
bogdanm | 64:e3affc9e7238 | 6 | |
bogdanm | 64:e3affc9e7238 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 64:e3affc9e7238 | 8 | #define MBED_CMSIS_H |
bogdanm | 64:e3affc9e7238 | 9 | |
bogdanm | 64:e3affc9e7238 | 10 | #include "LPC13Uxx.h" |
bogdanm | 64:e3affc9e7238 | 11 | #include "cmsis_nvic.h" |
bogdanm | 64:e3affc9e7238 | 12 | |
bogdanm | 64:e3affc9e7238 | 13 | #endif |