VSF Documented
rtos.h
Go to the documentation of this file.
1/*****************************************************************************
2 * Copyright(C)2009-2022 by VSF Team *
3 * *
4 * Licensed under the Apache License, Version 2.0 (the "License"); *
5 * you may not use this file except in compliance with the License. *
6 * You may obtain a copy of the License at *
7 * *
8 * http://www.apache.org/licenses/LICENSE-2.0 *
9 * *
10 * Unless required by applicable law or agreed to in writing, software *
11 * distributed under the License is distributed on an "AS IS" BASIS, *
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. *
13 * See the License for the specific language governing permissions and *
14 * limitations under the License. *
15 * *
16 ****************************************************************************/
17
18#ifndef __AIC_AIC8800_RTOS_H__
19#define __AIC_AIC8800_RTOS_H__
20
21/*============================ INCLUDES ======================================*/
22
23#include "rtos_al.h"
24
25#if VSF_USE_KERNEL == ENABLED && VSF_KERNEL_CFG_SUPPORT_THREAD == ENABLED
26
27#ifdef __cplusplus
28extern "C" {
29#endif
30
31/*============================ MACROS ========================================*/
32
33#ifndef AIC8800_OSAL_CFG_PRIORITY_BASE
34# define AIC8800_OSAL_CFG_PRIORITY_BASE vsf_prio_1
35#endif
36
37/*============================ MACROFIED FUNCTIONS ===========================*/
38/*============================ TYPES =========================================*/
39
40enum {
58};
59
61enum {
79};
80
81/*============================ GLOBAL VARIABLES ==============================*/
82/*============================ PROTOTYPES ====================================*/
83
84#ifdef __cplusplus
85}
86#endif
87
88#endif
89#endif
90/* EOF */
@ TASK_STACK_SIZE_AUDIO
Definition rtos.h:66
@ TASK_STACK_SIZE_BLE_TASK_ONLY
Definition rtos.h:67
@ TASK_STACK_SIZE_WIFI_TG_SEND
Definition rtos.h:75
@ TASK_STACK_SIZE_WIFI_CNTRL
Definition rtos.h:72
@ TASK_STACK_SIZE_WIFI_IPERF
Definition rtos.h:77
@ TASK_STACK_SIZE_CONSOLE
Definition rtos.h:62
@ TASK_STACK_SIZE_WIFI_WPA
Definition rtos.h:74
@ TASK_STACK_SIZE_WIFI_IPC
Definition rtos.h:73
@ TASK_STACK_SIZE_WIFI_PING_SEND
Definition rtos.h:76
@ TASK_STACK_SIZE_BT_BLE_TASK
Definition rtos.h:68
@ TASK_STACK_SIZE_DSP
Definition rtos.h:69
@ TASK_STACK_SIZE_WIFI_VOICE
Definition rtos.h:70
@ TASK_STACK_SIZE_ASIO
Definition rtos.h:65
@ TASK_STACK_SIZE_WIFI_SMARTCONF
Definition rtos.h:78
@ TASK_STACK_SIZE_BT_TASK
Definition rtos.h:64
@ TASK_STACK_SIZE_WIFI_TCPIP
Definition rtos.h:71
@ TASK_STACK_SIZE_TEST
Definition rtos.h:63
@ TASK_PRIORITY_WIFI_CNTRL
Definition rtos.h:50
@ TASK_PRIORITY_AUDIO
Definition rtos.h:46
@ TASK_PRIORITY_WIFI_IPC
Definition rtos.h:51
@ TASK_PRIORITY_DSP
Definition rtos.h:47
@ TASK_PRIORITY_WIFI_VOICE
Definition rtos.h:48
@ TASK_PRIORITY_WIFI_IPERF
Definition rtos.h:55
@ TASK_PRIORITY_CONSOLE
Definition rtos.h:41
@ TASK_PRIORITY_BT_TASK
Definition rtos.h:43
@ TASK_PRIORITY_TEST
Definition rtos.h:42
@ TASK_PRIORITY_WIFI_WPA
Definition rtos.h:52
@ TASK_PRIORITY_WIFI_TG_SEND
Definition rtos.h:53
@ TASK_PRIORITY_WIFI_TCPIP
Definition rtos.h:49
@ TASK_PRIORITY_WIFI_PING_SEND
Definition rtos.h:54
@ TASK_PRIORITY_WIFI_SMARTCONF
Definition rtos.h:56
@ TASK_PRIORITY_ASIO
Definition rtos.h:45
@ TASK_PRIORITY_MAX
Definition rtos.h:57
@ TASK_PRIORITY_INTERSYS_TASK
Definition rtos.h:44
#define RTOS_TASK_PRIORITY(__PRIO)
Definition rtos_al.h:41