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: Seeed_Barometer_Sensor_Example
Fork of mbed-src by
targets/cmsis/TARGET_STM/TARGET_STM32F4XX/cmsis.h@385:29cfbec5cd8b, 2014-11-04 (annotated)
- Committer:
 - grassel
 - Date:
 - Tue Nov 04 18:57:50 2014 +0000
 - Revision:
 - 385:29cfbec5cd8b
 - Parent:
 - 20:4263a77256ae
 
working, thanks to the fix provided by Yihui Xiong at https://developer.mbed.org/questions/5107/Arch-BLE-I2C-working/#answer5390
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| bogdanm | 20:4263a77256ae | 1 | /* mbed Microcontroller Library - CMSIS | 
| bogdanm | 20:4263a77256ae | 2 | * Copyright (C) 2009-2011 ARM Limited. All rights reserved. | 
| bogdanm | 20:4263a77256ae | 3 | * | 
| bogdanm | 20:4263a77256ae | 4 | * A generic CMSIS include header, pulling in STM32F407 specifics | 
| bogdanm | 20:4263a77256ae | 5 | */ | 
| bogdanm | 20:4263a77256ae | 6 | |
| bogdanm | 20:4263a77256ae | 7 | #ifndef MBED_CMSIS_H | 
| bogdanm | 20:4263a77256ae | 8 | #define MBED_CMSIS_H | 
| bogdanm | 20:4263a77256ae | 9 | |
| bogdanm | 20:4263a77256ae | 10 | #include "stm32f4xx.h" | 
| bogdanm | 20:4263a77256ae | 11 | #include "cmsis_nvic.h" | 
| bogdanm | 20:4263a77256ae | 12 | |
| bogdanm | 20:4263a77256ae | 13 | #endif | 
| bogdanm | 20:4263a77256ae | 14 | 
