搜索资源列表
uCOSIIinLPC210X
- 关于 uC/OS-II 在 LPC210X 上移植的说明 1. 全部代码在 ADS1.2 中编译调试. 2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行. 5. 全部代码采用 ARM 指令. 6. uC/OS-II 版本为 V2.52. 7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意 8. Vectors.S 文件中的 startup 段为程序入口. 9. 编译时下面的警告不必理会.
2005ucos
- This function checks the mailbox to see if a message is available. Unlike OSMboxPend(), OSMboxAccept() does not suspend the calling task if a message is not available.-This function checks the mailbox to see if a message is available. Unlike OSMbox
task_manage
- 本程序主要在于演示uc/os-ii 任务管理函数的基本功能,即如何创建、挂起、恢复及删除任务,以及完成这些操作对任务状态及属性的改变情况。使用Mircosoft Visual C++6.0编译,学习uc/os-ii 2.80版RTOS的范例。-This procedure is to demonstrate the main uc/os-ii task management function of the basic functions, namely, how to create, suspe
avr.tar
- ucos rtos task for led blinking by each task using suspend and resume method
ucos_TaksManager
- uC/OS任务管理演示.这个程序演示基本的任务管理。程序启动具有两个不同优先级的任务,完成任务的挂起和被唤醒的系列动作。-uC/OS Task Manager shows. This program demonstrates the basic task management. Program starts with two different priority task, the completion of the task suspend and wake up a series of ac
UCOSIII-task-suspend-and-resume
- 实现ucosIII操作系统的任务挂起和恢复功能,c语言实现-Implement ucosIII task suspend and restore function of the operating system, c language implementation
STM32ucosii
- 用Keil4编写的STM32的基于uCOS-II的操作系统的程序,可实现任务的创建、删除、挂起、恢复,亲测可用-Based on uCOS-II operating system, which enables the tasks created with Keil4 prepared STM32, delete, suspend, resume, pro-test available
UCOSIII-Task-suspend-and-resume
- UCOSIII 任务挂起和恢复 介绍了操作系统任务挂起和恢复的条件,操作,配有详细解释- UCOSIII task suspend and resume describes operating system tasks suspend and resume conditions, and comes with a detailed explanation
ucos 任务调度
- 硬件平台是STM32 实现了ucos 的任务调度 ,任务有初始化,就绪,挂起,删除状态(The hardware platform is STM32, which implements the task scheduling of UCOS, the tasks have initialization, ready, suspend, delete state)
