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.
platform/semihost_api.h@2:0edeaf13dfb2, 2021-02-04 (annotated)
- Committer:
- elijahsj
- Date:
- Thu Feb 04 20:44:34 2021 +0000
- Revision:
- 2:0edeaf13dfb2
- Parent:
- 0:083111ae2a11
modfiied for spine board;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| saloutos | 0:083111ae2a11 | 1 | /* |
| saloutos | 0:083111ae2a11 | 2 | * Copyright (c) 2015-2016, ARM Limited, All Rights Reserved |
| saloutos | 0:083111ae2a11 | 3 | * SPDX-License-Identifier: Apache-2.0 |
| saloutos | 0:083111ae2a11 | 4 | * |
| saloutos | 0:083111ae2a11 | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may |
| saloutos | 0:083111ae2a11 | 6 | * not use this file except in compliance with the License. |
| saloutos | 0:083111ae2a11 | 7 | * You may obtain a copy of the License at |
| saloutos | 0:083111ae2a11 | 8 | * |
| saloutos | 0:083111ae2a11 | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| saloutos | 0:083111ae2a11 | 10 | * |
| saloutos | 0:083111ae2a11 | 11 | * Unless required by applicable law or agreed to in writing, software |
| saloutos | 0:083111ae2a11 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| saloutos | 0:083111ae2a11 | 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| saloutos | 0:083111ae2a11 | 14 | * See the License for the specific language governing permissions and |
| saloutos | 0:083111ae2a11 | 15 | * limitations under the License. |
| saloutos | 0:083111ae2a11 | 16 | */ |
| saloutos | 0:083111ae2a11 | 17 | |
| saloutos | 0:083111ae2a11 | 18 | #ifndef MBED_OLD_SEMIHOST_API_H |
| saloutos | 0:083111ae2a11 | 19 | #define MBED_OLD_SEMIHOST_API_H |
| saloutos | 0:083111ae2a11 | 20 | |
| saloutos | 0:083111ae2a11 | 21 | #warning semihost_api.h has been replaced by mbed_semihost_api.h, please update to mbed_semihost_api.h [since mbed-os-5.3] |
| saloutos | 0:083111ae2a11 | 22 | #include "platform/mbed_semihost_api.h" |
| saloutos | 0:083111ae2a11 | 23 | |
| saloutos | 0:083111ae2a11 | 24 | #endif |