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.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_WALLBOT_BLE/cmsis.h@92:4fc01daae5a5, 2014-11-27 (annotated)
- Committer:
- bogdanm
- Date:
- Thu Nov 27 13:33:22 2014 +0000
- Revision:
- 92:4fc01daae5a5
- Child:
- 97:433970e64889
Release 92 of the mbed libray
Main changes:
- nRF51822: fixed pin assignment issues
- ST targets moving to the STM32Cube driver
- LPC1439: fixed serial interrupt issue
- first Cortex-A platform supported in mbed (RZ_A1H)
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| bogdanm | 92:4fc01daae5a5 | 1 | /* mbed Microcontroller Library - CMSIS | 
| bogdanm | 92:4fc01daae5a5 | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. | 
| bogdanm | 92:4fc01daae5a5 | 3 | * | 
| bogdanm | 92:4fc01daae5a5 | 4 | * A generic CMSIS include header, pulling in LPC407x_8x specifics | 
| bogdanm | 92:4fc01daae5a5 | 5 | */ | 
| bogdanm | 92:4fc01daae5a5 | 6 | |
| bogdanm | 92:4fc01daae5a5 | 7 | #ifndef MBED_CMSIS_H | 
| bogdanm | 92:4fc01daae5a5 | 8 | #define MBED_CMSIS_H | 
| bogdanm | 92:4fc01daae5a5 | 9 | |
| bogdanm | 92:4fc01daae5a5 | 10 | #include "nrf51822.h" | 
| bogdanm | 92:4fc01daae5a5 | 11 | #include "cmsis_nvic.h" | 
| bogdanm | 92:4fc01daae5a5 | 12 | |
| bogdanm | 92:4fc01daae5a5 | 13 | #endif | 


