-
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
-
ucos_ii在S3C2410上的移植,针对UART编程
ucos_ii在S3C2410上的移植,针对UART编程-S3C2410 on ucos_ii in transplantation, for UART Programming
- 2022-11-27 02:40:03下载
- 积分:1
-
一个uCOS
一个uCOS-II下的tcpip协议栈实现源码-uCOS-II tcpip .zip uCOS-II tcpip code
- 2022-02-15 08:28:52下载
- 积分:1
-
ucos
uCOS-II在S3C2410上的整套移植代码.用ADS1.2编译工程,已测试可以正常工作.内附详细操作步奏.-uCOS-II in S3C2410 transplant code on the package. ADS1.2 compiler works with, have been tested to work properly. containing detailed step-by-step operation played.
- 2023-06-22 18:20:02下载
- 积分:1
-
uCOS在Cortex
uCOS在Cortex-M3芯片上的移植,使用IAR EWARM-uCOS in the Cortex-M3 chips transplantation, the use of IAR EWARM
- 2022-01-25 15:47:55下载
- 积分:1
-
SFE_Example
Example for SFE with C source codes a files.
- 2012-08-01 10:07:56下载
- 积分:1
-
uCOS_51
说明: ucos ii 移植到51上;仅供学习;无实际应用价值。(ucos ii run on mcs51;no value ;just for study.)
- 2019-11-16 18:09:14下载
- 积分:1
-
SendStr
ucos2.83在LPC2148上的例子,使用ADS1.2makefile的编译方式,完整可用的例子。包含多个外设的应用,完全原创(ucos2.83 in LPC2148 examples, the use of compiler ADS1.2makefile way, complete examples available. The application includes a number of peripherals, completely original)
- 2008-01-15 13:03:10下载
- 积分:1
-
ADS环境下将UCOSII框架移植到S3C44B0X,其中包含了tcp监控任务,以太网物理层监控任,触摸屏任务,键盘任务,lcd刷新任务,系统任务...
ADS环境下将UCOSII框架移植到S3C44B0X,其中包含了tcp监控任务,以太网物理层监控任,触摸屏任务,键盘任务,lcd刷新任务,系统任务-ADS environment, the framework will be UCOSII transplanted to S3C44B0X, which contains a tcp monitoring tasks, the Ethernet physical layer monitoring task, touch-screen tasks, the keyboard task, lcd refresh task, the system task
- 2022-03-23 01:45:35下载
- 积分:1
-
An experimental AT91SAM7X256 USART driver, hardware environment at91sam7x
一个AT91SAM7X256 USART驱动实验,硬件环境为at91sam7x-ek开发板,开发环境为iar。-An experimental AT91SAM7X256 USART driver, hardware environment at91sam7x-ek development board, development environment for iar.
- 2022-03-10 04:45:34下载
- 积分:1