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: hello SerialTestv11 SerialTestv12 Sierpinski ... more
TARGET_ARCH_GPRS/TOOLCHAIN_ARM_MICRO/RTE_Components.h@172:65be27845400, 2019-02-20 (annotated)
- Committer:
- AnnaBridge
- Date:
- Wed Feb 20 20:53:29 2019 +0000
- Revision:
- 172:65be27845400
- Parent:
- 171:3a7713b1edbc
mbed library release version 165
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Anna Bridge |
169:a7c7b631e539 | 1 | /* mbed Microcontroller Library |
| Anna Bridge |
169:a7c7b631e539 | 2 | * Copyright (c) 2018 ARM Limited |
| Anna Bridge |
169:a7c7b631e539 | 3 | * |
| Anna Bridge |
169:a7c7b631e539 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| Anna Bridge |
169:a7c7b631e539 | 5 | * you may not use this file except in compliance with the License. |
| Anna Bridge |
169:a7c7b631e539 | 6 | * You may obtain a copy of the License at |
| Anna Bridge |
169:a7c7b631e539 | 7 | * |
| Anna Bridge |
169:a7c7b631e539 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| Anna Bridge |
169:a7c7b631e539 | 9 | * |
| Anna Bridge |
169:a7c7b631e539 | 10 | * Unless required by applicable law or agreed to in writing, software |
| Anna Bridge |
169:a7c7b631e539 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| Anna Bridge |
169:a7c7b631e539 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| Anna Bridge |
169:a7c7b631e539 | 13 | * See the License for the specific language governing permissions and |
| Anna Bridge |
169:a7c7b631e539 | 14 | * limitations under the License. |
| Anna Bridge |
169:a7c7b631e539 | 15 | */ |
| Anna Bridge |
169:a7c7b631e539 | 16 | #ifndef RTE_COMPONENTS_H |
| Anna Bridge |
169:a7c7b631e539 | 17 | #define RTE_COMPONENTS_H |
| Anna Bridge |
169:a7c7b631e539 | 18 | |
| Anna Bridge |
169:a7c7b631e539 | 19 | #define CMSIS_device_header <cmsis.h> |
| Anna Bridge |
169:a7c7b631e539 | 20 | |
| Anna Bridge |
169:a7c7b631e539 | 21 | #if defined(MBED_CONF_RTOS_PRESENT) |
| Anna Bridge |
169:a7c7b631e539 | 22 | #include "mbed_rtx_conf.h" |
| Anna Bridge |
169:a7c7b631e539 | 23 | #endif |
| Anna Bridge |
169:a7c7b631e539 | 24 | #include "mbed_cmsis_conf.h" |
| Anna Bridge |
169:a7c7b631e539 | 25 | |
| Anna Bridge |
169:a7c7b631e539 | 26 | #endif |


