mbed-os
Fork of mbed-os by
targets/TARGET_ONSEMI/mbed_rtx.h@1:3deb71413561, 2017-07-20 (annotated)
- Committer:
- xuaner
- Date:
- Thu Jul 20 14:26:57 2017 +0000
- Revision:
- 1:3deb71413561
- Parent:
- 0:f269e3021894
mbed_os
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
elessair | 0:f269e3021894 | 1 | /* mbed Microcontroller Library |
elessair | 0:f269e3021894 | 2 | * Copyright (c) 2016 ARM Limited |
elessair | 0:f269e3021894 | 3 | * |
elessair | 0:f269e3021894 | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
elessair | 0:f269e3021894 | 5 | * you may not use this file except in compliance with the License. |
elessair | 0:f269e3021894 | 6 | * You may obtain a copy of the License at |
elessair | 0:f269e3021894 | 7 | * |
elessair | 0:f269e3021894 | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
elessair | 0:f269e3021894 | 9 | * |
elessair | 0:f269e3021894 | 10 | * Unless required by applicable law or agreed to in writing, software |
elessair | 0:f269e3021894 | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
elessair | 0:f269e3021894 | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
elessair | 0:f269e3021894 | 13 | * See the License for the specific language governing permissions and |
elessair | 0:f269e3021894 | 14 | * limitations under the License. |
elessair | 0:f269e3021894 | 15 | */ |
elessair | 0:f269e3021894 | 16 | |
elessair | 0:f269e3021894 | 17 | #ifndef MBED_MBED_RTX_H |
elessair | 0:f269e3021894 | 18 | #define MBED_MBED_RTX_H |
elessair | 0:f269e3021894 | 19 | |
elessair | 0:f269e3021894 | 20 | #if defined(TARGET_NCS36510) |
elessair | 0:f269e3021894 | 21 | |
elessair | 0:f269e3021894 | 22 | #ifndef INITIAL_SP |
elessair | 0:f269e3021894 | 23 | #define INITIAL_SP (0x40000000UL) |
elessair | 0:f269e3021894 | 24 | #endif |
elessair | 0:f269e3021894 | 25 | #ifndef OS_TASKCNT |
elessair | 0:f269e3021894 | 26 | #define OS_TASKCNT 14 |
elessair | 0:f269e3021894 | 27 | #endif |
elessair | 0:f269e3021894 | 28 | #ifndef OS_MAINSTKSIZE |
elessair | 0:f269e3021894 | 29 | #define OS_MAINSTKSIZE 256 |
elessair | 0:f269e3021894 | 30 | #endif |
elessair | 0:f269e3021894 | 31 | #ifndef OS_CLOCK |
elessair | 0:f269e3021894 | 32 | #define OS_CLOCK 32000000 |
elessair | 0:f269e3021894 | 33 | #endif |
elessair | 0:f269e3021894 | 34 | |
elessair | 0:f269e3021894 | 35 | #endif |
elessair | 0:f269e3021894 | 36 | |
elessair | 0:f269e3021894 | 37 | #endif // MBED_MBED_RTX_H |