搜索资源列表
44b0xbiosandfiles
- ucos+44B0的启动代码源程序以及所有的相关资料(非常全),对diy的朋友很有帮助-CENTER 44B0 start source code and all relevant information (very full), right DIY helpful friends
ArmEmulate
- S3C4510模拟器及实例源码 安装ADS1.2之后,再安装模拟器。模拟器安装路径必须选择到ADS的bin目录,所以必须先安装ADS。安装模拟器时请仔细阅读提示文字。 模拟器安装完成后,会在桌面建立快捷图标S3C4510B_Board,运行这个快捷图标可以看到开发板的图形,在AXD启动后将可以在S3C4510B_Board上面看到效果。 模拟器安装完成后,还会建立文件夹 C:\\ArmEmulate,桌面快捷图标S3C4510B_Board 就是指向这里。这个文件夹下有5个子文件夹,
S3C4510Bstartup
- 移植的S3C4510b的ucos-ii中的启动源代码-transplant S3C4510b the OUT-ii start of the source code
RTOSICCAVR
- UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This
ucos2.8-run-mips
- UCOS在我的MIPS CPU上的移植 1. 这是UCOS在我的MIPS CPU上的移植代码, 编译工具使用标准的MIPS GCC. 2. 所有CPU相关的代码全在start.S中,相关函数说明如下:
TI-MSP430-FOR-uCOS-II-V252.ZIP
- IAR project for MSP430 and uC/OS. All configured to start filling with tasks.
uCOS-IIforArm.rar
- UCOS-II移植ARM的例子,可以帮助快速入门,UCOS-II portable ARM example, can help Quick Start
uCOS
- UCOS工程,采用keil开发工具开发,程序中基于stm32v100处理器. 在uC/OS-II中建立3个任务Taskled、Tasktep、Taskadc和三个中断。 Taskled初始化时,LED 依次点亮,当按下 Key 键时产生中断。 中断服务子程序内容:灯全部熄灭,2 秒钟后发光二极管全部点亮,再过 1 秒钟后中断返回。 Tasktep用来实时检测温度传感器u4的温度。STM32通过IIC接口获取温度传感器的温度。 Task
ucos-mega16
- uC/OS-II 在 AVR 上的移植 如果安装了WinAVR20050214,则直接运行start.bat,输入make all即可开始编译。 如果需要在AVRStudio仿真,运行make extcoff后即可生成调试所需的cof文件。-uC/OS-II in the AVR if the transplant is installed WinAVR20050214, running directly start.bat, enter the beginning of the com
uCOS2
- ucos2 精华快速掌握。快速入门ucos-ucos2 quickly grasp the essence. Quick Start ucos
uCOS-ARM
- 一个uCOS-ARM系统的完整代码,基于44B0的,6个文件夹. SRC源码文件夹:exio,main UCOS-II文件夹 STARTUP文件夹-UCOS-ARM system a complete code, based on the 44B0, 6 folders. SRC source folder: exio, main UCOS-II folder STARTUP folder
uCOS-II
- 快速启动的bootloader 能够让开发板快速的启动-Quick Start' s bootloader to allow rapid start-up development board
UCOS
- 在OK2440板上的,UC/OS的移植,UCGUI的移植!自己编写的启动代码,在NOR中启动运行!3.5寸的TFT屏!-In OK2440 board, UC/OS transplant, UCGUI transplant! Write your own startup code, start running in the NOR! 3.5-inch TFT screen!
mini2440PUCOSPUCGUI
- 友善之臂MINI2440启动代码+W35触摸屏驱动+UCOS+UCGUI-A friendly arm MINI2440 start code+ W35 touch screen driver+ UCOS+ UCGUI
Twenty-UCOS-II-transplantation
- 本工程共6个任务: 任务名 优先级 功能 AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED AppTaskKbd() "Keyboard" 4 读取按键和Joystick的状态,并传递给任务AppTaskUserIF() AppTaskUserIF()"User I/F" 5 更新LCD "uC/OS-II Tmr" 29 管理定时器 "uC/OS-II Stat" 30 堆栈使用率统计 "uC/OS-II Idle" 3
UCOS-II----IAR4.42-
- 开发环境:EWARM mcu:STM32 UCOS-II移植(IAR4.42版本) 本工程的代码存放在FLASH中(0x08000000~0x0801ffff,共128KB),堆栈和数据放在RAM中(0x20000000~0x20004fff,共20KB)。 本工程共6个任务: 任务名 优先级 功能 AppTaskStart()"Start Task" 3 初始化uC/TCP-IP,触发LED AppTaskKbd() "Keyboard" 4 读取按键和J
uCOS-II
- ucos在arm9上的移植源码,包括lcd启动显示(有图像),串口通讯等-ucos transplant on arm9 source, including lcd start (image), and serial communication
port-ucos-from-scrach
- 从0开始移植ucos的教程,入门者用,pdf格式-Transplantation ucos start from 0 tutorial, beginners, pdf format
uCOS-IIsorcelearning
- uC/OS-II源码分析(总体思路 一) 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main() { OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用TaskCreate创建几个进程/Task,最后调用OSStart,操作系统就开始运行了。-uC/OS-II source code analysis (general idea of a) F
uCOS-III-User-Manual
- 本教程开始带领大家学习μCOS-III的源码分析和使用,在讲这个前需要做几期嵌入式实时操作系统基础知识和基于时间触发的嵌入式系统使用方法。这么做主要是方面没有OS基础的同学也可以直接学习μCOS-III,本期教程就从嵌入式实时操作系统基本概念开始 -This tutorial source code analysis began to lead everyone to learn and use μCOS-III, and in talking about this before the n
