-
基于三星44B0芯片的移植操作系统,供参考学习
基于三星44B0芯片的移植操作系统,供参考学习-44B0-based Samsung chip transplant system for reference learning
- 2022-06-18 12:33:30下载
- 积分: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
-
UCOS文件系统开发实例,有兴趣的可以看看
UCOS操作系统的文件系统开发实例,有兴趣的可以-UCOS file system development examples, are interested can see the
- 2023-01-06 15:45:03下载
- 积分:1
-
国内的GBA的最详细资料了,虽然GBA已经被NDS替代,但是GBA仍然是开发的好平台!...
国内的GBA的最详细资料了,虽然GBA已经被NDS替代,但是GBA仍然是开发的好平台!-Domestic the most detailed information on GBA, and NDS although the GBA has been replaced, but the GBA is to develop a good platform!
- 2022-05-15 13:03:06下载
- 积分:1
-
在mini2440上成功移植的ucosii和ucgui程序!希望对大家有帮助!
在mini2440上成功移植的ucosii和ucgui程序!希望对大家有帮助!-The mini2440 successful transplant ucosii and ucgui program! We want to help!
- 2022-07-15 14:23:20下载
- 积分:1
-
ucos
ucos-II的shell开发,指示性代码,主要针对8051单片机,包括相关控件函数(转载)-CENTER-II shell development, indicative code, mainly aimed at 8051, including relevant control function (reproduced)
- 2022-07-18 05:58:35下载
- 积分:1
-
本文将一步完成LwIP ADS1.2开发引导读者一步一步…
本文将指导读者一步步完成 LwIP 在 ADS1.2 开发环境下的移植工作,包括底层驱动的编写。本文使用的硬件平台是 AT91SAM7X256 + RTL8201BL(PHY),至于软件平台,读者从本文标题即可看出。-This article will guide the reader step by step to complete LwIP ADS1.2 development environment in the transplant, including the preparation of the underlying drivers. This hardware platform is AT91SAM7X256+ RTL8201BL (PHY), As for the software platform, readers can see from the article title.
- 2022-12-16 00:25:03下载
- 积分:1
-
diveder19G
用HFSS仿真一个19G一分二功分器,S11,S21都良好(HFSS simulation of a 19G splitters, S11, S21 are good)
- 2012-12-13 15:48:02下载
- 积分:1
-
UCOS 创建任务code
基础性UCOS例程 基于STM32 F103系列MCU 演示创建任务(Basic routine demonstration creation task)
- 2020-06-25 13:20:01下载
- 积分:1
-
uCOS/II下用的图形系统说明
uCOS/II下用的图形系统说明-uCOS/II under the Note graphics system
- 2022-04-10 21:13:52下载
- 积分:1