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.
targets/TARGET_RENESAS/mbed_rtx.h@125:66949d9d57c1, 2017-07-04 (annotated)
- Committer:
- Kojto
- Date:
- Tue Jul 04 13:17:18 2017 +0100
- Revision:
- 125:66949d9d57c1
rtos targets configuration addition
mbed_rtx header file for all targets
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Kojto | 125:66949d9d57c1 | 1 | /* mbed Microcontroller Library |
| Kojto | 125:66949d9d57c1 | 2 | * Copyright (c) 2016 ARM Limited |
| Kojto | 125:66949d9d57c1 | 3 | * |
| Kojto | 125:66949d9d57c1 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| Kojto | 125:66949d9d57c1 | 5 | * you may not use this file except in compliance with the License. |
| Kojto | 125:66949d9d57c1 | 6 | * You may obtain a copy of the License at |
| Kojto | 125:66949d9d57c1 | 7 | * |
| Kojto | 125:66949d9d57c1 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
| Kojto | 125:66949d9d57c1 | 9 | * |
| Kojto | 125:66949d9d57c1 | 10 | * Unless required by applicable law or agreed to in writing, software |
| Kojto | 125:66949d9d57c1 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
| Kojto | 125:66949d9d57c1 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| Kojto | 125:66949d9d57c1 | 13 | * See the License for the specific language governing permissions and |
| Kojto | 125:66949d9d57c1 | 14 | * limitations under the License. |
| Kojto | 125:66949d9d57c1 | 15 | */ |
| Kojto | 125:66949d9d57c1 | 16 | #ifndef MBED_MBED_RTX_H |
| Kojto | 125:66949d9d57c1 | 17 | #define MBED_MBED_RTX_H |
| Kojto | 125:66949d9d57c1 | 18 | |
| Kojto | 125:66949d9d57c1 | 19 | #if defined(TARGET_RZ_A1H) || defined(TARGET_VK_RZ_A1H) |
| Kojto | 125:66949d9d57c1 | 20 | #ifndef OS_CLOCK |
| Kojto | 125:66949d9d57c1 | 21 | #define OS_CLOCK 12000000 |
| Kojto | 125:66949d9d57c1 | 22 | #endif |
| Kojto | 125:66949d9d57c1 | 23 | #endif |
| Kojto | 125:66949d9d57c1 | 24 | |
| Kojto | 125:66949d9d57c1 | 25 | #endif // MBED_MBED_RTX_H |
