Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
LPC812/cmsis.h@62:7e6c9f46b3bd, 2013-04-17 (annotated)
- Committer:
- emilmont
- Date:
- Wed Apr 17 15:30:58 2013 +0100
- Revision:
- 62:7e6c9f46b3bd
Add NXP LPC812
[KL25Z] Use channel 0 as a prescaler for channel 1
[CodeSourcery] Fix standard library retargeting removing duplicate "_isatty"
Move parse_pins in RPC module
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| emilmont | 62:7e6c9f46b3bd | 1 | /* mbed Microcontroller Library - CMSIS |
| emilmont | 62:7e6c9f46b3bd | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
| emilmont | 62:7e6c9f46b3bd | 3 | * |
| emilmont | 62:7e6c9f46b3bd | 4 | * A generic CMSIS include header, pulling in LPC8xx specifics |
| emilmont | 62:7e6c9f46b3bd | 5 | */ |
| emilmont | 62:7e6c9f46b3bd | 6 | |
| emilmont | 62:7e6c9f46b3bd | 7 | #ifndef MBED_CMSIS_H |
| emilmont | 62:7e6c9f46b3bd | 8 | #define MBED_CMSIS_H |
| emilmont | 62:7e6c9f46b3bd | 9 | |
| emilmont | 62:7e6c9f46b3bd | 10 | #include "LPC8xx.h" |
| emilmont | 62:7e6c9f46b3bd | 11 | #include "cmsis_nvic.h" |
| emilmont | 62:7e6c9f46b3bd | 12 | |
| emilmont | 62:7e6c9f46b3bd | 13 | #endif |
