Subversion Repositories DashDisplay

Rev

Rev 49 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 49 Rev 50
Line 22... Line 22...
22
 *    Control functions for short timeouts in microsecond resolution:
22
 *    Control functions for short timeouts in microsecond resolution:
23
 *    Added: osKernelSysTick, osKernelSysTickFrequency, osKernelSysTickMicroSec
23
 *    Added: osKernelSysTick, osKernelSysTickFrequency, osKernelSysTickMicroSec
24
 *    Removed: osSignalGet
24
 *    Removed: osSignalGet
25
 *----------------------------------------------------------------------------
25
 *----------------------------------------------------------------------------
26
 *
26
 *
27
 * Copyright (c) 2013 ARM LIMITED
27
 * Copyright (c) 2013-2017 ARM LIMITED
28
 * All rights reserved.
-
 
29
 * Redistribution and use in source and binary forms, with or without
-
 
30
 * modification, are permitted provided that the following conditions are met:
-
 
31
 *  - Redistributions of source code must retain the above copyright
-
 
32
 *    notice, this list of conditions and the following disclaimer.
-
 
33
 *  - Redistributions in binary form must reproduce the above copyright
-
 
34
 *    notice, this list of conditions and the following disclaimer in the
-
 
35
 *    documentation and/or other materials provided with the distribution.
-
 
36
 *  - Neither the name of ARM  nor the names of its contributors may be used
-
 
37
 *    to endorse or promote products derived from this software without
-
 
38
 *    specific prior written permission.
-
 
39
 *
28
 *
40
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
29
 * SPDX-License-Identifier: Apache-2.0
-
 
30
 *
41
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
31
 * Licensed under the Apache License, Version 2.0 (the License); you may
42
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
32
 * not use this file except in compliance with the License.
43
 * ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
33
 * You may obtain a copy of the License at
-
 
34
 *
44
 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
35
 * www.apache.org/licenses/LICENSE-2.0
45
 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-
 
-
 
36
 *
46
 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
37
 * Unless required by applicable law or agreed to in writing, software
47
 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
38
 * distributed under the License is distributed on an AS IS BASIS, WITHOUT
48
 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
39
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
49
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
40
 * See the License for the specific language governing permissions and
50
 * POSSIBILITY OF SUCH DAMAGE.
41
 * limitations under the License.
51
 *---------------------------------------------------------------------------*/
42
 *---------------------------------------------------------------------------*/
52
 
43
 
53
 
44
 
54
#ifndef _CMSIS_OS_H
45
#ifndef _CMSIS_OS_H
55
#define _CMSIS_OS_H
46
#define _CMSIS_OS_H