搜索资源列表
ucosII源码分析
- ucosII源码分析,从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。首先从main函数开始,下面是uC/OS-II main函数的大致流程: ,ucosII源码分析,从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。首先从main函数开始,下面是uC
LPC22xx_uCOS_dm9000_LWIP_moban
- 全套的 ucosII 还有DM9000 芯片驱动 加LWIP 的移植代码 CPU采用的是LPC22xx系列 只要稍作修改即可使用-A full set of drivers ucosII also increase DM9000 chip code LWIP transplant CPU is used with some slight modifications LPC22xx series can be used as long as
51system
- 实时系统的正确性不仅依耐系统计算的逻辑结果,还依赖于产生这个结果的时间。实时系统能够在指定或者确定的时间内完成系统功能和外部或内部、同步或异步时间做出响应的系统。-Real-Time Systems (Real-time operating system, RTOS) the correctness of resistance not only in accordance with the logic system to calculate the results, but also produ
uCOS-II_Source_Analyse
- uC/OS-II源码分析 在这里我不想分模块来慢慢分析这个OS的行为,我们从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。 首先从main函数开始,下面是uC/OS-II main函数的大致流程: main(){ OSInit() TaskCreate(...) OSStart() } 首先是调用OSInit进行初始化,然后使用T
ucos
- 此代码主要讲述Ucos的事件的用法,让初学者了解UCOS的消息事件机制。-This code is the main usage of the events described Ucos, so that beginners understand the UCOS news event mechanism.
Micrium-1138-mutex-event
- UCOS 在ZLG开发板1138上的mutex(互斥信号)应用。可以跟踪理解ucos的mutex机制。环境:IAR -UCOS in 1138 on the development board ZLG mutex (mutex) applications. Ucos can track the mutex mechanism to understand. Environment: IAR
Micrium-1138-sem-event
- UCOS 在ZLG开发板1138上的SEM(信号量)应用。可以跟踪理解ucos的信号量机制。环境:IAR -UCOS ZLG development board in 1138 on the Q (message queue) applications. Ucos can understand the message queue tracking mechanism. Environment: IAR
ucos_event_flag
- uocs测试事件响应时间代码,基于GCC工具链,在lpc24xx上的测试-uocs test event response time code
interrupt-and-event
- 这是基于IAS开发环境的ucos系统的一个实例:中断和事件的配置和应用-This is an instance-based the ucos system of the IAS development environment: interrupt and event configuration and application
ucosIIinVC
- 这是一个在VC++下移植的UCOSII案例,是一份良好的教学案例,含有任务管理消息邮箱队列内存管理,事件管理的例程,对于UCosII初学者具有良好的参考作用,是卢有亮先先生UCOSII教学实验代码。-This is a transplant under VC++ UCOSII case is a good teaching case containing the the task management message mailbox queue memory management, event
Test6
- ucos-ii基于s3c2440事件标志组的使用实验-ucos-ii s3c2440 based on the use of experimental event flag group
ucos2
- uC/OS-II源码分析 在这里我不想分模块来慢慢分析这个OS的行为,我们从CPU的执行顺序来看吧,这样也许清晰一些,并且我们暂时抛弃那些Event/MailBox、信号量等元素,还是先看看作为一个OS核心的Task Schedule部分内容吧。-uC/OS-II source code analysis, and here I do not want to analyze this sub-module and slowly OS behavior, we run from the CPU
Test5
- 演示事件标准组(信号量集)的应用--多个任务同步一个任务:五子登科(多个)--》人生幸福(单个任务)-Demonstrate the application of event flags(semaphore set)- multiple tasks synchronizate a task
STM32-led-blinjk-for-ucos
- STM32 开发板基于 uCosII 2.86 的 LED灯闪烁实验 开发板上电后,LED1-3 会按照默认的 500ms 间隔,明暗闪烁,此时可以通过 串口助手 SSCOM3.2 发出指令,设置 LED1,LED2,LED3 的闪烁间隔时间。间隔范围是 1-65535ms。可以设置任意一个 LED 得闪烁间隔时间, 通过这个实验,可以学习 ucosII 的 任务建立,及任务调度, 事件同步等内容。-STM32 development board based uCosII
SUN
- 基于UC/OS-II的温度实时监测系统, 控制CPU自带温度传感器,并将温度显示在数码管或LCD上;当温度大于设定值时报警;报警驱动蜂鸣器并通过串口上传到PC;PC给出消除报警指令后则取消报警;报警的重新启动由按键通过中断送入;合理安排UC/OS-II实时任务,合理利用UC/OS-II各类事件机制(信号量、消息邮箱、消息队列、事件标志组等)。-Based on UC/OS-II real-time temperature monitoring system, the control CPU co