-
基于ucos嵌入式操作系统的tcp/ip设计实现
基于ucos嵌入式操作系统的tcp/ip设计实现-UCOS-based embedded operating system tcp/ip design implementation
- 2022-07-21 12:58:28下载
- 积分:1
-
说,在移植at91m408000码跟踪II进行了测试
内容为ucos II 在AT91M408000上的移植代码,已测试通过-says TRACK II in the transplant AT91M408000 code has been tested
- 2022-11-05 11:35:03下载
- 积分: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
-
This a example for UCos2,and it is usefull,
This a example for UCos2,and it is usefull,
- 2022-03-20 05:22:06下载
- 积分:1
-
基于LPC2132的ZLG的IP协议包,包括SOCKET,UDP以及TCP协议等
基于LPC2132的ZLG的IP协议包,包括SOCKET,UDP以及TCP协议等-ZLG on the LPC2132 the IP protocol packet, including SOCKET, UDP and TCP protocol, etc.
- 2023-02-24 00:35:03下载
- 积分:1
-
DM9000 ARM的UCOS
DM9000 ARM的UCOS-II 驱动程序。-DM9000 ARM UCOS-II driver.
- 2022-02-06 18:13:09下载
- 积分:1
-
uCOS
uCOS-II在 S3C44B0x 系统上的移置-uCOS-II S3C44B0x system in the home shift
- 2022-07-15 10:37:12下载
- 积分:1
-
ucOSII嵌入式编程,可以借鉴,呵呵^_^
ucOSII嵌入式编程,可以借鉴,呵呵^_^-ucOSII embedded programming, can learn from,呵呵^ _ ^
- 2022-05-06 14:02:51下载
- 积分:1
-
AVR单片机的中心的新版本(atmege128)移植,需要调整ucos2.81版本…
新版AVR中心(ATmege128)移植,需要调整ucos2.81版本使用(ICC适用)
- 2022-04-24 21:03:22下载
- 积分: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