t
Fork of mbed-dev by
targets/TARGET_ublox/mbed_rtx.h@178:c26431f84b0d, 2017-11-09 (annotated)
- Committer:
- amithy
- Date:
- Thu Nov 09 22:14:37 2017 +0000
- Revision:
- 178:c26431f84b0d
- Parent:
- 150:02e0a0aed4ec
- Child:
- 167:e84263d55307
test export
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
<> | 150:02e0a0aed4ec | 1 | /* mbed Microcontroller Library |
<> | 150:02e0a0aed4ec | 2 | * Copyright (c) 2016 u-blox |
<> | 150:02e0a0aed4ec | 3 | * |
<> | 150:02e0a0aed4ec | 4 | * Licensed under the Apache License, Version 2.0 (the "License"); |
<> | 150:02e0a0aed4ec | 5 | * you may not use this file except in compliance with the License. |
<> | 150:02e0a0aed4ec | 6 | * You may obtain a copy of the License at |
<> | 150:02e0a0aed4ec | 7 | * |
<> | 150:02e0a0aed4ec | 8 | * http://www.apache.org/licenses/LICENSE-2.0 |
<> | 150:02e0a0aed4ec | 9 | * |
<> | 150:02e0a0aed4ec | 10 | * Unless required by applicable law or agreed to in writing, software |
<> | 150:02e0a0aed4ec | 11 | * distributed under the License is distributed on an "AS IS" BASIS, |
<> | 150:02e0a0aed4ec | 12 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
<> | 150:02e0a0aed4ec | 13 | * See the License for the specific language governing permissions and |
<> | 150:02e0a0aed4ec | 14 | * limitations under the License. |
<> | 150:02e0a0aed4ec | 15 | */ |
<> | 150:02e0a0aed4ec | 16 | |
<> | 150:02e0a0aed4ec | 17 | #ifndef MBED_MBED_RTX_H |
<> | 150:02e0a0aed4ec | 18 | #define MBED_MBED_RTX_H |
<> | 150:02e0a0aed4ec | 19 | |
<> | 150:02e0a0aed4ec | 20 | #if defined(TARGET_HI2110) |
<> | 150:02e0a0aed4ec | 21 | |
<> | 150:02e0a0aed4ec | 22 | #ifndef INITIAL_SP |
<> | 150:02e0a0aed4ec | 23 | #define INITIAL_SP (0x01000000 + 0x05000 - 256) |
<> | 150:02e0a0aed4ec | 24 | #endif |
<> | 150:02e0a0aed4ec | 25 | |
<> | 150:02e0a0aed4ec | 26 | #ifndef OS_TASKCNT |
<> | 150:02e0a0aed4ec | 27 | #define OS_TASKCNT 6 |
<> | 150:02e0a0aed4ec | 28 | #endif |
<> | 150:02e0a0aed4ec | 29 | #ifndef OS_MAINSTKSIZE |
<> | 150:02e0a0aed4ec | 30 | #define OS_MAINSTKSIZE 128 |
<> | 150:02e0a0aed4ec | 31 | #endif |
<> | 150:02e0a0aed4ec | 32 | #ifndef OS_CLOCK |
<> | 150:02e0a0aed4ec | 33 | #define OS_CLOCK 48000000 |
<> | 150:02e0a0aed4ec | 34 | #endif |
<> | 150:02e0a0aed4ec | 35 | #endif |
<> | 150:02e0a0aed4ec | 36 | |
<> | 150:02e0a0aed4ec | 37 | #endif // MBED_MBED_RTX_H |