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