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: 1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB
Fork of mbed by
TARGET_SEEED_TINY_BLE/core_caInstr.h@94:9ad691361fac, 2015-02-16 (annotated)
- Committer:
- Kojto
- Date:
- Mon Feb 16 16:32:49 2015 +0000
- Revision:
- 94:9ad691361fac
- Parent:
- TARGET_BLE_SMURFS/core_caInstr.h@93:e188a91d3eaa
Release 94 of the mbed library
Main changes:
- LPC11U68 - ARM toolchain addition
- Nordic - IAR toolchain addition
- LPC8xx - I2c Slave functionality addition
- fix for HRM1017 regarding clock init
- new target - MicroNFCBoard
- exit() move to retarget
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Kojto | 93:e188a91d3eaa | 1 | /**************************************************************************//** |
| Kojto | 93:e188a91d3eaa | 2 | * @file core_caInstr.h |
| Kojto | 93:e188a91d3eaa | 3 | * @brief CMSIS Cortex-A9 Core Peripheral Access Layer Header File |
| Kojto | 93:e188a91d3eaa | 4 | * @version |
| Kojto | 93:e188a91d3eaa | 5 | * @date 04. December 2012 |
| Kojto | 93:e188a91d3eaa | 6 | * |
| Kojto | 93:e188a91d3eaa | 7 | * @note |
| Kojto | 93:e188a91d3eaa | 8 | * |
| Kojto | 93:e188a91d3eaa | 9 | ******************************************************************************/ |
| Kojto | 93:e188a91d3eaa | 10 | /* Copyright (c) 2009 - 2012 ARM LIMITED |
| Kojto | 93:e188a91d3eaa | 11 | |
| Kojto | 93:e188a91d3eaa | 12 | All rights reserved. |
| Kojto | 93:e188a91d3eaa | 13 | Redistribution and use in source and binary forms, with or without |
| Kojto | 93:e188a91d3eaa | 14 | modification, are permitted provided that the following conditions are met: |
| Kojto | 93:e188a91d3eaa | 15 | - Redistributions of source code must retain the above copyright |
| Kojto | 93:e188a91d3eaa | 16 | notice, this list of conditions and the following disclaimer. |
| Kojto | 93:e188a91d3eaa | 17 | - Redistributions in binary form must reproduce the above copyright |
| Kojto | 93:e188a91d3eaa | 18 | notice, this list of conditions and the following disclaimer in the |
| Kojto | 93:e188a91d3eaa | 19 | documentation and/or other materials provided with the distribution. |
| Kojto | 93:e188a91d3eaa | 20 | - Neither the name of ARM nor the names of its contributors may be used |
| Kojto | 93:e188a91d3eaa | 21 | to endorse or promote products derived from this software without |
| Kojto | 93:e188a91d3eaa | 22 | specific prior written permission. |
| Kojto | 93:e188a91d3eaa | 23 | * |
| Kojto | 93:e188a91d3eaa | 24 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| Kojto | 93:e188a91d3eaa | 25 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| Kojto | 93:e188a91d3eaa | 26 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| Kojto | 93:e188a91d3eaa | 27 | ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE |
| Kojto | 93:e188a91d3eaa | 28 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| Kojto | 93:e188a91d3eaa | 29 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| Kojto | 93:e188a91d3eaa | 30 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| Kojto | 93:e188a91d3eaa | 31 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| Kojto | 93:e188a91d3eaa | 32 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| Kojto | 93:e188a91d3eaa | 33 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| Kojto | 93:e188a91d3eaa | 34 | POSSIBILITY OF SUCH DAMAGE. |
| Kojto | 93:e188a91d3eaa | 35 | ---------------------------------------------------------------------------*/ |
| Kojto | 93:e188a91d3eaa | 36 | |
| Kojto | 93:e188a91d3eaa | 37 | #ifndef __CORE_CAINSTR_H__ |
| Kojto | 93:e188a91d3eaa | 38 | #define __CORE_CAINSTR_H__ |
| Kojto | 93:e188a91d3eaa | 39 | |
| Kojto | 93:e188a91d3eaa | 40 | #define __CORTEX_M 0x3 |
| Kojto | 93:e188a91d3eaa | 41 | #include "core_cmInstr.h" |
| Kojto | 93:e188a91d3eaa | 42 | #undef __CORTEX_M |
| Kojto | 93:e188a91d3eaa | 43 | |
| Kojto | 93:e188a91d3eaa | 44 | #endif |
| Kojto | 93:e188a91d3eaa | 45 |
