leo hendrickson / Mbed OS example-Ethernet-mbed-Cloud-connect
Committer:
leothedragon
Date:
Tue May 04 08:55:12 2021 +0000
Revision:
0:8f0bb79ddd48
nmn

Who changed what in which revision?

UserRevisionLine numberNew contents of line
leothedragon 0:8f0bb79ddd48 1 /* mbed Microcontroller Library
leothedragon 0:8f0bb79ddd48 2 * A generic CMSIS include header
leothedragon 0:8f0bb79ddd48 3 *******************************************************************************
leothedragon 0:8f0bb79ddd48 4 * Copyright (c) 2017, STMicroelectronics
leothedragon 0:8f0bb79ddd48 5 * All rights reserved.
leothedragon 0:8f0bb79ddd48 6 *
leothedragon 0:8f0bb79ddd48 7 * Redistribution and use in source and binary forms, with or without
leothedragon 0:8f0bb79ddd48 8 * modification, are permitted provided that the following conditions are met:
leothedragon 0:8f0bb79ddd48 9 *
leothedragon 0:8f0bb79ddd48 10 * 1. Redistributions of source code must retain the above copyright notice,
leothedragon 0:8f0bb79ddd48 11 * this list of conditions and the following disclaimer.
leothedragon 0:8f0bb79ddd48 12 * 2. Redistributions in binary form must reproduce the above copyright notice,
leothedragon 0:8f0bb79ddd48 13 * this list of conditions and the following disclaimer in the documentation
leothedragon 0:8f0bb79ddd48 14 * and/or other materials provided with the distribution.
leothedragon 0:8f0bb79ddd48 15 * 3. Neither the name of STMicroelectronics nor the names of its contributors
leothedragon 0:8f0bb79ddd48 16 * may be used to endorse or promote products derived from this software
leothedragon 0:8f0bb79ddd48 17 * without specific prior written permission.
leothedragon 0:8f0bb79ddd48 18 *
leothedragon 0:8f0bb79ddd48 19 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
leothedragon 0:8f0bb79ddd48 20 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
leothedragon 0:8f0bb79ddd48 21 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
leothedragon 0:8f0bb79ddd48 22 * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
leothedragon 0:8f0bb79ddd48 23 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
leothedragon 0:8f0bb79ddd48 24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
leothedragon 0:8f0bb79ddd48 25 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
leothedragon 0:8f0bb79ddd48 26 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
leothedragon 0:8f0bb79ddd48 27 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
leothedragon 0:8f0bb79ddd48 28 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
leothedragon 0:8f0bb79ddd48 29 *******************************************************************************
leothedragon 0:8f0bb79ddd48 30 */
leothedragon 0:8f0bb79ddd48 31
leothedragon 0:8f0bb79ddd48 32 #ifndef MBED_CMSIS_H
leothedragon 0:8f0bb79ddd48 33 #define MBED_CMSIS_H
leothedragon 0:8f0bb79ddd48 34
leothedragon 0:8f0bb79ddd48 35 #include "stm32l4xx.h"
leothedragon 0:8f0bb79ddd48 36 #include "cmsis_nvic.h"
leothedragon 0:8f0bb79ddd48 37
leothedragon 0:8f0bb79ddd48 38 #endif