mbed library
Fork of mbed by
TARGET_LPC1549/cmsis.h@79:0c05e21ae27e, 2014-02-21 (annotated)
- Committer:
- emilmont
- Date:
- Fri Feb 21 10:26:12 2014 +0000
- Revision:
- 79:0c05e21ae27e
Add LPC1549 Target
Change "us_ticker" implementation to 32-bit timer for NUCLEO_L152RE and NUCLEO_F401RE
Update KL05Z CMSIS-CORE
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
emilmont | 79:0c05e21ae27e | 1 | /* mbed Microcontroller Library - CMSIS |
emilmont | 79:0c05e21ae27e | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
emilmont | 79:0c05e21ae27e | 3 | * |
emilmont | 79:0c05e21ae27e | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics |
emilmont | 79:0c05e21ae27e | 5 | */ |
emilmont | 79:0c05e21ae27e | 6 | |
emilmont | 79:0c05e21ae27e | 7 | #ifndef MBED_CMSIS_H |
emilmont | 79:0c05e21ae27e | 8 | #define MBED_CMSIS_H |
emilmont | 79:0c05e21ae27e | 9 | |
emilmont | 79:0c05e21ae27e | 10 | #include "LPC15xx.h" |
emilmont | 79:0c05e21ae27e | 11 | #include "cmsis_nvic.h" |
emilmont | 79:0c05e21ae27e | 12 | |
emilmont | 79:0c05e21ae27e | 13 | #endif |