frmwrk.h
来自「mips cpu 君正4730 4740的 ucosii 源码 包括系统 摄像」· C头文件 代码 · 共 47 行
H
47 行
/* * frmwrk.h * * Board global macros definition. * * Author: Seeger Chin * e-mail: seeger.chin@gmail.com * * Copyright (C) 2006 Ingenic Semiconductor Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * */#ifndef __FRMWRK_H__#define __FRMWRK_H__#include "sysdefs.h"/* ********************************************************************* *//* Module configuration */#ifndef _SYS_STKSIZE#define _SYS_STKSIZE 20*1024#endif#ifndef _EXC_STKSIZ#define _EXC_STKSIZE 20*1024#endif/* ********************************************************************* *//* Interface macro & data definition */#define C_abRTMem/* ********************************************************************* */#ifdef __cplusplus}#endif#endif /*__FRMWRK_H__*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?