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: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
cmsis/BUILD/mbed/TARGET_DISCO_F769NI/TOOLCHAIN_ARM_STD/cmsis.h@189:f392fc9709a3, 2019-02-20 (annotated)
- Committer:
- AnnaBridge
- Date:
- Wed Feb 20 22:31:08 2019 +0000
- Revision:
- 189:f392fc9709a3
mbed library release version 165
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| AnnaBridge | 189:f392fc9709a3 | 1 | /* mbed Microcontroller Library |
| AnnaBridge | 189:f392fc9709a3 | 2 | * A generic CMSIS include header |
| AnnaBridge | 189:f392fc9709a3 | 3 | ******************************************************************************* |
| AnnaBridge | 189:f392fc9709a3 | 4 | * Copyright (c) 2016, STMicroelectronics |
| AnnaBridge | 189:f392fc9709a3 | 5 | * All rights reserved. |
| AnnaBridge | 189:f392fc9709a3 | 6 | * |
| AnnaBridge | 189:f392fc9709a3 | 7 | * Redistribution and use in source and binary forms, with or without |
| AnnaBridge | 189:f392fc9709a3 | 8 | * modification, are permitted provided that the following conditions are met: |
| AnnaBridge | 189:f392fc9709a3 | 9 | * |
| AnnaBridge | 189:f392fc9709a3 | 10 | * 1. Redistributions of source code must retain the above copyright notice, |
| AnnaBridge | 189:f392fc9709a3 | 11 | * this list of conditions and the following disclaimer. |
| AnnaBridge | 189:f392fc9709a3 | 12 | * 2. Redistributions in binary form must reproduce the above copyright notice, |
| AnnaBridge | 189:f392fc9709a3 | 13 | * this list of conditions and the following disclaimer in the documentation |
| AnnaBridge | 189:f392fc9709a3 | 14 | * and/or other materials provided with the distribution. |
| AnnaBridge | 189:f392fc9709a3 | 15 | * 3. Neither the name of STMicroelectronics nor the names of its contributors |
| AnnaBridge | 189:f392fc9709a3 | 16 | * may be used to endorse or promote products derived from this software |
| AnnaBridge | 189:f392fc9709a3 | 17 | * without specific prior written permission. |
| AnnaBridge | 189:f392fc9709a3 | 18 | * |
| AnnaBridge | 189:f392fc9709a3 | 19 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| AnnaBridge | 189:f392fc9709a3 | 20 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| AnnaBridge | 189:f392fc9709a3 | 21 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| AnnaBridge | 189:f392fc9709a3 | 22 | * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| AnnaBridge | 189:f392fc9709a3 | 23 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| AnnaBridge | 189:f392fc9709a3 | 24 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| AnnaBridge | 189:f392fc9709a3 | 25 | * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| AnnaBridge | 189:f392fc9709a3 | 26 | * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| AnnaBridge | 189:f392fc9709a3 | 27 | * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| AnnaBridge | 189:f392fc9709a3 | 28 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| AnnaBridge | 189:f392fc9709a3 | 29 | ******************************************************************************* |
| AnnaBridge | 189:f392fc9709a3 | 30 | */ |
| AnnaBridge | 189:f392fc9709a3 | 31 | |
| AnnaBridge | 189:f392fc9709a3 | 32 | #ifndef MBED_CMSIS_H |
| AnnaBridge | 189:f392fc9709a3 | 33 | #define MBED_CMSIS_H |
| AnnaBridge | 189:f392fc9709a3 | 34 | |
| AnnaBridge | 189:f392fc9709a3 | 35 | #include "stm32f7xx.h" |
| AnnaBridge | 189:f392fc9709a3 | 36 | #include "cmsis_nvic.h" |
| AnnaBridge | 189:f392fc9709a3 | 37 | |
| AnnaBridge | 189:f392fc9709a3 | 38 | #endif |


