⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmwrk.h

📁 mips cpu 君正4730 4740的 ucosii 源码 包括系统 摄像头 网络 文件系统等等测试
💻 H
字号:
/* * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -