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
platform/toolchain.h@172:65be27845400, 2019-02-20 (annotated)
- Committer:
- AnnaBridge
- Date:
- Wed Feb 20 20:53:29 2019 +0000
- Revision:
- 172:65be27845400
- Parent:
- 156:ff21514d8981
mbed library release version 165
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| AnnaBridge | 156:ff21514d8981 | 1 | |
| AnnaBridge | 156:ff21514d8981 | 2 | /** \addtogroup platform */ |
| AnnaBridge | 156:ff21514d8981 | 3 | /** @{*/ |
| AnnaBridge | 156:ff21514d8981 | 4 | /* mbed Microcontroller Library |
| AnnaBridge | 156:ff21514d8981 | 5 | * Copyright (c) 2006-2013 ARM Limited |
| AnnaBridge | 172:65be27845400 | 6 | * SPDX-License-Identifier: Apache-2.0 |
| AnnaBridge | 156:ff21514d8981 | 7 | * |
| AnnaBridge | 156:ff21514d8981 | 8 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| AnnaBridge | 156:ff21514d8981 | 9 | * you may not use this file except in compliance with the License. |
| AnnaBridge | 156:ff21514d8981 | 10 | * You may obtain a copy of the License at |
| AnnaBridge | 156:ff21514d8981 | 11 | * |
| AnnaBridge | 156:ff21514d8981 | 12 | * http://www.apache.org/licenses/LICENSE-2.0 |
| AnnaBridge | 156:ff21514d8981 | 13 | * |
| AnnaBridge | 156:ff21514d8981 | 14 | * Unless required by applicable law or agreed to in writing, software |
| AnnaBridge | 156:ff21514d8981 | 15 | * distributed under the License is distributed on an "AS IS" BASIS, |
| AnnaBridge | 156:ff21514d8981 | 16 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| AnnaBridge | 156:ff21514d8981 | 17 | * See the License for the specific language governing permissions and |
| AnnaBridge | 156:ff21514d8981 | 18 | * limitations under the License. |
| AnnaBridge | 156:ff21514d8981 | 19 | */ |
| AnnaBridge | 156:ff21514d8981 | 20 | |
| AnnaBridge | 156:ff21514d8981 | 21 | #ifndef MBED_OLD_TOOLCHAIN_H |
| AnnaBridge | 156:ff21514d8981 | 22 | #define MBED_OLD_TOOLCHAIN_H |
| AnnaBridge | 156:ff21514d8981 | 23 | |
| AnnaBridge | 156:ff21514d8981 | 24 | #warning toolchain.h has been replaced by mbed_toolchain.h, please update to mbed_toolchain.h [since mbed-os-5.3] |
| AnnaBridge | 156:ff21514d8981 | 25 | #include "platform/mbed_toolchain.h" |
| AnnaBridge | 156:ff21514d8981 | 26 | |
| AnnaBridge | 156:ff21514d8981 | 27 | #endif |
| AnnaBridge | 156:ff21514d8981 | 28 | |
| AnnaBridge | 156:ff21514d8981 | 29 | /** @}*/ |


