This fork captures the mbed lib v125 for ease of integration into older projects.

Fork of mbed-dev by mbed official

Committer:
apluscw
Date:
Fri Jul 20 21:24:42 2018 +0000
Revision:
187:92cbb9eec47b
Mbed library with source code from mbed lib v125. Posted to ease integration with some older projects.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
apluscw 187:92cbb9eec47b 1 /**************************************************************************//**
apluscw 187:92cbb9eec47b 2 * @file core_caInstr.h
apluscw 187:92cbb9eec47b 3 * @brief CMSIS Cortex-A9 Core Peripheral Access Layer Header File
apluscw 187:92cbb9eec47b 4 * @version
apluscw 187:92cbb9eec47b 5 * @date 04. December 2012
apluscw 187:92cbb9eec47b 6 *
apluscw 187:92cbb9eec47b 7 * @note
apluscw 187:92cbb9eec47b 8 *
apluscw 187:92cbb9eec47b 9 ******************************************************************************/
apluscw 187:92cbb9eec47b 10 /* Copyright (c) 2009 - 2012 ARM LIMITED
apluscw 187:92cbb9eec47b 11
apluscw 187:92cbb9eec47b 12 All rights reserved.
apluscw 187:92cbb9eec47b 13 Redistribution and use in source and binary forms, with or without
apluscw 187:92cbb9eec47b 14 modification, are permitted provided that the following conditions are met:
apluscw 187:92cbb9eec47b 15 - Redistributions of source code must retain the above copyright
apluscw 187:92cbb9eec47b 16 notice, this list of conditions and the following disclaimer.
apluscw 187:92cbb9eec47b 17 - Redistributions in binary form must reproduce the above copyright
apluscw 187:92cbb9eec47b 18 notice, this list of conditions and the following disclaimer in the
apluscw 187:92cbb9eec47b 19 documentation and/or other materials provided with the distribution.
apluscw 187:92cbb9eec47b 20 - Neither the name of ARM nor the names of its contributors may be used
apluscw 187:92cbb9eec47b 21 to endorse or promote products derived from this software without
apluscw 187:92cbb9eec47b 22 specific prior written permission.
apluscw 187:92cbb9eec47b 23 *
apluscw 187:92cbb9eec47b 24 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
apluscw 187:92cbb9eec47b 25 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
apluscw 187:92cbb9eec47b 26 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
apluscw 187:92cbb9eec47b 27 ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
apluscw 187:92cbb9eec47b 28 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
apluscw 187:92cbb9eec47b 29 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
apluscw 187:92cbb9eec47b 30 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
apluscw 187:92cbb9eec47b 31 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
apluscw 187:92cbb9eec47b 32 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
apluscw 187:92cbb9eec47b 33 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
apluscw 187:92cbb9eec47b 34 POSSIBILITY OF SUCH DAMAGE.
apluscw 187:92cbb9eec47b 35 ---------------------------------------------------------------------------*/
apluscw 187:92cbb9eec47b 36
apluscw 187:92cbb9eec47b 37 #ifndef __CORE_CAINSTR_H__
apluscw 187:92cbb9eec47b 38 #define __CORE_CAINSTR_H__
apluscw 187:92cbb9eec47b 39
apluscw 187:92cbb9eec47b 40 #define __CORTEX_M 0x3
apluscw 187:92cbb9eec47b 41 #include "core_cmInstr.h"
apluscw 187:92cbb9eec47b 42 #undef __CORTEX_M
apluscw 187:92cbb9eec47b 43
apluscw 187:92cbb9eec47b 44 #endif
apluscw 187:92cbb9eec47b 45