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.
Fork of mbed-dev by
cmsis/RTE_Components.h@188:60408c49b6d4, 2018-09-20 (annotated)
- Committer:
- WaleedElmughrabi
- Date:
- Thu Sep 20 16:11:23 2018 +0000
- Revision:
- 188:60408c49b6d4
- Parent:
- 186:707f6e361f3e
Fork modified for BG96 error
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Anna Bridge |
186:707f6e361f3e | 1 | /* mbed Microcontroller Library |
Anna Bridge |
186:707f6e361f3e | 2 | * Copyright (c) 2018 ARM Limited |
Anna Bridge |
186:707f6e361f3e | 3 | * |
Anna Bridge |
186:707f6e361f3e | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
Anna Bridge |
186:707f6e361f3e | 5 | * you may not use this file except in compliance with the License. |
Anna Bridge |
186:707f6e361f3e | 6 | * You may obtain a copy of the License at |
Anna Bridge |
186:707f6e361f3e | 7 | * |
Anna Bridge |
186:707f6e361f3e | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
Anna Bridge |
186:707f6e361f3e | 9 | * |
Anna Bridge |
186:707f6e361f3e | 10 | * Unless required by applicable law or agreed to in writing, software |
Anna Bridge |
186:707f6e361f3e | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
Anna Bridge |
186:707f6e361f3e | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
Anna Bridge |
186:707f6e361f3e | 13 | * See the License for the specific language governing permissions and |
Anna Bridge |
186:707f6e361f3e | 14 | * limitations under the License. |
Anna Bridge |
186:707f6e361f3e | 15 | */ |
Anna Bridge |
186:707f6e361f3e | 16 | #ifndef RTE_COMPONENTS_H |
Anna Bridge |
186:707f6e361f3e | 17 | #define RTE_COMPONENTS_H |
Anna Bridge |
186:707f6e361f3e | 18 | |
Anna Bridge |
186:707f6e361f3e | 19 | #define CMSIS_device_header <cmsis.h> |
Anna Bridge |
186:707f6e361f3e | 20 | |
Anna Bridge |
186:707f6e361f3e | 21 | #if defined(MBED_CONF_RTOS_PRESENT) |
Anna Bridge |
186:707f6e361f3e | 22 | #include "mbed_rtx_conf.h" |
Anna Bridge |
186:707f6e361f3e | 23 | #endif |
Anna Bridge |
186:707f6e361f3e | 24 | #include "mbed_cmsis_conf.h" |
Anna Bridge |
186:707f6e361f3e | 25 | |
Anna Bridge |
186:707f6e361f3e | 26 | #endif |