The official mbed C/C SDK provides the software platform and libraries to build your applications.
Fork of mbed by
TARGET_LPC11U68/cmsis.h@99:7f6c6de930c0, 2015-05-03 (annotated)
- Committer:
- Mikchel
- Date:
- Sun May 03 16:04:42 2015 +0000
- Revision:
- 99:7f6c6de930c0
- Parent:
- 84:0b3ab51c8877
12
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 84:0b3ab51c8877 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 84:0b3ab51c8877 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 84:0b3ab51c8877 | 3 | * |
bogdanm | 84:0b3ab51c8877 | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics |
bogdanm | 84:0b3ab51c8877 | 5 | */ |
bogdanm | 84:0b3ab51c8877 | 6 | |
bogdanm | 84:0b3ab51c8877 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 84:0b3ab51c8877 | 8 | #define MBED_CMSIS_H |
bogdanm | 84:0b3ab51c8877 | 9 | |
bogdanm | 84:0b3ab51c8877 | 10 | #include "LPC11U6x.h" |
bogdanm | 84:0b3ab51c8877 | 11 | #include "cmsis_nvic.h" |
bogdanm | 84:0b3ab51c8877 | 12 | |
bogdanm | 84:0b3ab51c8877 | 13 | #endif |