2 Star 1 Fork 1

guangjieMVP / OSAL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
osal.h 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
guangjieMVP 提交于 2022-06-02 11:22 . first version
#ifndef __OSAL_H__
#define __OSAL_H__
#include "osal_cfg.h"
#include "osal_delay.h"
#include "osal_thread.h"
#include "osal_hook.h"
#include "osal_irq.h"
#include "osal_sem.h"
#include "osal_timer.h"
#include "osal_tick.h"
#include "osal_mutex.h"
#include "osal_mq.h"
#define OSAL_WAITTING_FOREVER (-1)
#endif /* __OSAL_H__ */
C
1
https://gitee.com/guangjieMVP/osal.git
git@gitee.com:guangjieMVP/osal.git
guangjieMVP
osal
OSAL
master

搜索帮助