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