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
TARGET_GHI_MBUINO/cmsis.h@88:9327015d4013, 2014-08-15 (annotated)
- Committer:
- bogdanm
- Date:
- Fri Aug 15 15:28:31 2014 +0100
- Revision:
- 88:9327015d4013
Release 88 of the mbed library
Main changes:
- changed "error.h" to "mbed_error.h" to avoid conflicts with 3rd party code
- LPC1549 SPI driver fixes
- K64F Ethernet TX buffer reclaim mechanism fix
- STDIO initialization fix
- NUCLEO_F334R8 I2C clock fix
- various other fixes
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 88:9327015d4013 | 1 | /* mbed Microcontroller Library - CMSIS |
bogdanm | 88:9327015d4013 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. |
bogdanm | 88:9327015d4013 | 3 | * |
bogdanm | 88:9327015d4013 | 4 | * A generic CMSIS include header, pulling in LPC11U24 specifics |
bogdanm | 88:9327015d4013 | 5 | */ |
bogdanm | 88:9327015d4013 | 6 | |
bogdanm | 88:9327015d4013 | 7 | #ifndef MBED_CMSIS_H |
bogdanm | 88:9327015d4013 | 8 | #define MBED_CMSIS_H |
bogdanm | 88:9327015d4013 | 9 | |
bogdanm | 88:9327015d4013 | 10 | #include "LPC11Uxx.h" |
bogdanm | 88:9327015d4013 | 11 | #include "cmsis_nvic.h" |
bogdanm | 88:9327015d4013 | 12 | |
bogdanm | 88:9327015d4013 | 13 | #endif |