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: mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more
features/frameworks/utest/utest/utest_serial.h@0:f782d9c66c49, 2018-02-02 (annotated)
- Committer:
- dkato
- Date:
- Fri Feb 02 05:42:23 2018 +0000
- Revision:
- 0:f782d9c66c49
mbed-os for GR-LYCHEE
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dkato | 0:f782d9c66c49 | 1 | |
dkato | 0:f782d9c66c49 | 2 | /** \addtogroup frameworks */ |
dkato | 0:f782d9c66c49 | 3 | /** @{*/ |
dkato | 0:f782d9c66c49 | 4 | /**************************************************************************** |
dkato | 0:f782d9c66c49 | 5 | * Copyright (c) 2016, ARM Limited, All Rights Reserved |
dkato | 0:f782d9c66c49 | 6 | * SPDX-License-Identifier: Apache-2.0 |
dkato | 0:f782d9c66c49 | 7 | * |
dkato | 0:f782d9c66c49 | 8 | * Licensed under the Apache License, Version 2.0 (the "License"); you may |
dkato | 0:f782d9c66c49 | 9 | * not use this file except in compliance with the License. |
dkato | 0:f782d9c66c49 | 10 | * You may obtain a copy of the License at |
dkato | 0:f782d9c66c49 | 11 | * |
dkato | 0:f782d9c66c49 | 12 | * http://www.apache.org/licenses/LICENSE-2.0 |
dkato | 0:f782d9c66c49 | 13 | * |
dkato | 0:f782d9c66c49 | 14 | * Unless required by applicable law or agreed to in writing, software |
dkato | 0:f782d9c66c49 | 15 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
dkato | 0:f782d9c66c49 | 16 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
dkato | 0:f782d9c66c49 | 17 | * See the License for the specific language governing permissions and |
dkato | 0:f782d9c66c49 | 18 | * limitations under the License. |
dkato | 0:f782d9c66c49 | 19 | **************************************************************************** |
dkato | 0:f782d9c66c49 | 20 | */ |
dkato | 0:f782d9c66c49 | 21 | |
dkato | 0:f782d9c66c49 | 22 | #ifndef UTEST_SERIAL_H |
dkato | 0:f782d9c66c49 | 23 | #define UTEST_SERIAL_H |
dkato | 0:f782d9c66c49 | 24 | |
dkato | 0:f782d9c66c49 | 25 | #include "greentea-client/greentea_serial.h" |
dkato | 0:f782d9c66c49 | 26 | |
dkato | 0:f782d9c66c49 | 27 | #define utest_printf(...) greentea_serial->printf(__VA_ARGS__) |
dkato | 0:f782d9c66c49 | 28 | |
dkato | 0:f782d9c66c49 | 29 | #endif // UTEST_SERIAL_H |
dkato | 0:f782d9c66c49 | 30 | |
dkato | 0:f782d9c66c49 | 31 | /** @}*/ |