📄 os.h
字号:
/******************************************************************************
Copyright (c) 2006 by RockOS.
All rights reserved.
This software is supported by Rock Software Workroom.
Any bugs please contact the author with e-mail or QQ:
E-mail : baobaoba520@yahoo.com.cn
QQ : 59681888
*******************************************************************************
File name : os.h
Description : the common header file for all os code.
:
Auther : sunxinqiu
History :
2006-3-15 first release.
******************************************************************************/
#ifndef __OS_H__
#define __OS_H__
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "oscfg.h"
#include "typedef.h"
#include "os_type.h"
#include "os_check.h"
#include "os_const.h"
#include "bsp.h"
#include "root.h"
#include "mem.h"
#include "fsm.h"
#include "queue.h"
#include "msg.h"
#include "msgq.h"
#include "sem.h"
#include "misc.h"
#include "core.h"
#include "task.h"
#include "appmsg.h"
#if MAX_SHELL_CMD > 0
#include "shell.h"
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -