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