Files
cosyos/System/CosyOS.H
T
零中断延迟的RTOS ee45b70cc2 update 内核文件.
Signed-off-by: 零中断延迟的RTOS <cosyos@139.com>
2026-06-20 02:48:47 +00:00

31 lines
726 B
C++

/**************************************************************************//**
* @item CosyOS-III Kernel
* @file CosyOS.H
* @brief 系统链接头文件
* @details 用户的各个c文件中应包含此文件。
* @author 迟凯峰
* @version V2.3.9
* @date 2026.06.20
******************************************************************************/
#ifndef __COSYOS_H
#define __COSYOS_H
#define COSYOS3_VERSION "v2.3.9"
#include "os_var.h"
#include "os_api.h"
#include "sv_com.h"
#include "sv_create.h"
#include "sv_int_fifo.h"
#include "sv_int_loc.h"
#include "sv_pend.h"
#include "sv_task.h"
#include "sv_tick.h"
#include "ur_api.h"
#include "ur_eapi.h"
#endif