Describes predefine macros for mbed online compiler (armcc)

Committer:
MACRUM
Date:
Thu Mar 16 21:58:09 2017 +0900
Revision:
6:40e873bbc5f7
Add licence header info

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MACRUM 6:40e873bbc5f7 1 /*
MACRUM 6:40e873bbc5f7 2 * Copyright (c) 2015-2016, ARM Limited, All Rights Reserved
MACRUM 6:40e873bbc5f7 3 * SPDX-License-Identifier: Apache-2.0
MACRUM 6:40e873bbc5f7 4 *
MACRUM 6:40e873bbc5f7 5 * Licensed under the Apache License, Version 2.0 (the "License"); you may
MACRUM 6:40e873bbc5f7 6 * not use this file except in compliance with the License.
MACRUM 6:40e873bbc5f7 7 * You may obtain a copy of the License at
MACRUM 6:40e873bbc5f7 8 *
MACRUM 6:40e873bbc5f7 9 * http://www.apache.org/licenses/LICENSE-2.0
MACRUM 6:40e873bbc5f7 10 *
MACRUM 6:40e873bbc5f7 11 * Unless required by applicable law or agreed to in writing, software
MACRUM 6:40e873bbc5f7 12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
MACRUM 6:40e873bbc5f7 13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
MACRUM 6:40e873bbc5f7 14 * See the License for the specific language governing permissions and
MACRUM 6:40e873bbc5f7 15 * limitations under the License.
MACRUM 6:40e873bbc5f7 16 */
MACRUM 6:40e873bbc5f7 17
MACRUM 6:40e873bbc5f7 18 #ifndef MBED_OLD_SEMIHOST_API_H
MACRUM 6:40e873bbc5f7 19 #define MBED_OLD_SEMIHOST_API_H
MACRUM 6:40e873bbc5f7 20
MACRUM 6:40e873bbc5f7 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]
MACRUM 6:40e873bbc5f7 22 #include "platform/mbed_semihost_api.h"
MACRUM 6:40e873bbc5f7 23
MACRUM 6:40e873bbc5f7 24 #endif