-
基于 Philips 公司的 ARM
基于 Philips 公司的 ARM-7 使用之 uC/OS-II 作业系统,此例程是移植于 LPC-2138 上的应用,不同于一般的 Porting 其最主要是加入了支援 OS_View 观察器功能,于 IAR EWARM V4.41A 工程编译,而 uC/OS 版本为 2.83-Based on the Philips company
- 2022-08-14 00:55:33下载
- 积分:1
-
布渣叶磁盘内容的补充
MicroCOS-II书后附带的软盘内容 希望大家喜欢-Content of supplementary diskette of the MicroCOS-II book ,I hope everybody likes it
- 2023-06-03 09:05:03下载
- 积分:1
-
基于开源的uC/OS
基于开源的uC/OS-II 内核没有设备管理功能的缺点,本项目根据uC/OS-II 自身的结构特点,设计一个设备管理框架,将不同设备驱动程序通过统一的内核接口进行管理。同时,该设备管理框架对用户屏蔽底层设备驱动,可进一步加强uC/OS-II 易于移植、裁剪的特点。-Owing to the bustling of the daily loading operation of methanol, artificial loading has some disadvantages such as low efficiency, great loss, as well as damage to the health of on-site loading operators caused by the volatilization of methanol when filling and other issues. Even sometimes negligence arising from manual operation will lead to tank overflow accidents. Moreover, static grounding may not be rigid, or operators forget to access anti-static clamps and so on. There is static aggregation security risk at any time in the filling process .In order to overcome the penalties caused by manual operation and management, reduce environmental pollution, improve the efficiency of storage and transportation management operations and overall effectiveness of chemical companies, meet the needs of economic development, there is an urgent demand for a stora
- 2022-03-22 10:58:31下载
- 积分:1
-
LCD_0
UCGUI源代码 windows可用的UCGUI源代码 windows可用的(UCGUI windows source code available UCGUI windows source code available)
- 2007-06-26 13:51:24下载
- 积分:1
-
UCOSII工程模板
ucos基本模板,比较适合初学者使用,省去了搭建和移植的过程。希望能给大家提供帮助。(OSTaskCreate((OS_TCB *)&AppTaskStartTCB, /* Create the start task */
(CPU_CHAR *)"App Task Start",
(OS_TASK_PTR )AppTaskStart,
(void *)0,
(OS_PRIO )APP_CFG_TASK_START_PRIO,
(CPU_STK *)&AppTaskStartStk[0],
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE / 10,
(CPU_STK_SIZE )APP_CFG_TASK_START_STK_SIZE,
(OS_MSG_QTY )0,
(OS_TICK )0,
(void *)0,
(OS_OPT )(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
(OS_ERR *)&err);)
- 2018-03-29 21:31:38下载
- 积分:1
-
在中心移植LwIP
lwip在ucos上的移植-lwip in the transplant CENTER
- 2022-04-20 22:11:02下载
- 积分:1
-
arm7(uCOSII)打印机控制及驱动软件
arm7(uCOSII)打印机控制及驱动软件-arm7 (uCOSII) Printer Control and driver software
- 2022-02-06 14:36:17下载
- 积分:1
-
实现LCD的控制显示等功能,主要运行平台ADS1.2
实现LCD的控制显示等功能,主要运行平台ADS1.2-Realize the control of LCD display and other functions, the main operating platform ADS1.2
- 2022-02-05 10:39:10下载
- 积分:1
-
lcd
ucos ii小系统的lcd驱动,framebuffer的分配,dma传输数据,前景0,前景1的设置()
- 2011-11-08 22:10:51下载
- 积分:1
-
os_cfg_r
完成移植UCOS-II到ARM7的功能的一部分代码,希望对大家有所帮助!
- 2009-03-06 16:47:58下载
- 积分:1