mbed library sources. Supersedes mbed-src. Add PORTG support for STM32L476JG (SensorTile kit)
Fork of mbed-dev by
targets/cmsis/TARGET_NXP/TARGET_LPC2460/cmsis.h@0:9b334a45a8ff, 2015-10-01 (annotated)
- Committer:
- bogdanm
- Date:
- Thu Oct 01 15:25:22 2015 +0300
- Revision:
- 0:9b334a45a8ff
- Child:
- 144:ef7eb2e8f9f7
Initial commit on mbed-dev
Replaces mbed-src (now inactive)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 0:9b334a45a8ff | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 0:9b334a45a8ff | 2 | * Copyright (C) 2009-2015 ARM Limited. All rights reserved. |
bogdanm | 0:9b334a45a8ff | 3 | * |
bogdanm | 0:9b334a45a8ff | 4 | * A generic CMSIS include header, pulling in LPC2368 specifics |
bogdanm | 0:9b334a45a8ff | 5 | */ |
bogdanm | 0:9b334a45a8ff | 6 | |
bogdanm | 0:9b334a45a8ff | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 0:9b334a45a8ff | 8 | #define MBED_CMSIS_H |
bogdanm | 0:9b334a45a8ff | 9 | |
bogdanm | 0:9b334a45a8ff | 10 | #include "LPC24xx.h" |
bogdanm | 0:9b334a45a8ff | 11 | #include "cmsis_nvic.h" |
bogdanm | 0:9b334a45a8ff | 12 | |
bogdanm | 0:9b334a45a8ff | 13 | #endif |