搜索资源列表
uCOS-II应用举例
- uCOS-II应用举例 关于与OS有关的FAT文件管理系统软件包USB驱动软件包CF卡及其IDE接口软件包 TCP/IP软件包GUI软件包我们已经通过各种途径提供了十分详细的开发资料源码与出 版物我们不再针对这些软件包提供任何免费的技术支持因为我们披露的信息没有任何 保留的成份已经足够帮助用户使用与开发如果您是初学者的话这完全需要您自己下功 夫钻研相关的技术细节因为要想掌握以上任何一个软件包的技术细节都不是一朝一夕就能 够做到的事情-uCOS-II application
ucos252-src
- 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
uCOS-IIandeg
- UC/OSⅡ全部源码和几个关于内存管理的小程序-UC / OS II all-source and several of the small memory management procedures
uCOS-II
- 各个实例显示嵌入式实时操作系统μC/OS-Ⅱ内核的任务管理和调度、系统时钟和节拍服务、时间管理、中断、任务的通信和同步、内存的简单管理原理,适合初学者入门-All examples of embedded real-time operating system μC/OS- Ⅱ core task management and scheduling, the system clock and the tempo of service, time management, interruption,
ucos2_mem
- uc/os II 内存管理算法的改进算法。改进后的算法很好的解决了内存溢出的问题。-uc/os II memory management algorithm to improve the algorithm. Improved algorithm to solve a very good memory overflow problem.
LPC2470_ucosii
- 实现最新的uc/os嵌入式操作系统在LPC2470系列上面的移植(添加了定时器的管理代码);-The latest achievement of uc/os in the LPC2470 family of embedded operating systems above the graft (to add a timer management code)
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
time
- UC/OS-II上调用时间管理函数实现时间管理的使用-UC/OS-II on the use of time management to achieve
UCOStime
- UC/OS-II上调用时间管理函数实现时间管理的使用-UC/OS-II on the use of time management to achieve
OS_TASK
- UCOS TASK MANAGEMENT-UCOS OS TASK MANAGEMENT
53607890DriveM
- 基于开源的uC/OS-II 内核没有设备管理功能的缺点,本项目根据uC/OS-II 自身的结构特点,设计一个设备管理框架,将不同设备驱动程序通过统一的内核接口进行管理。同时,该设备管理框架对用户屏蔽底层设备驱动,可进一步加强uC/OS-II 易于移植、裁剪的特点。-Owing to the bustling of the daily loading operation of methanol, artificial loading has some disadvantages such as l
1
- 理解任务管理的基本原理,了解任务的各个基本状态及其变迁过程 掌握µ C/OS-II中任务管理的基本方法(创建、启动、挂起、解挂任务) 熟练使用µ C/OS-II任务管理的基本系统调用-Understanding the basic principles of task management to understand the tasks and changes all the basic state of the process Master μC/OS-II
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
BeiHanguCOS
- 嵌入式系统设计导论 —基于32位微处理器与实时操作系统 1、uC/OS-II概述 2、任务管理 3、中断和时间管理 4、任务之间的通信与同步 5、存储管理-Introduction to Embedded System Design- Based on 32-bit microprocessor and real-time operating system, 1, uC/OS-II Overview 2, 3, task management, interrupt and t
ucos-CHS
- 说明如何使用 µ C/OS-II,介绍实时系统概念、内核结构、任务管理、时间管理、任务之间的通讯与同步、内存管理、移植µ C/OS-Ⅱ等-How to use μC/OS-II, introduced the concept of real-time systems, the kernel structure, task management, time management, communication between tasks and synchronization, me
task
- 熟练使用µ C/OS-II任务管理的基本系统调用。-Skilled use of μC/OS-II task management basic system calls.
ucosPlesson
- μC/OS-2标准教程》分析硬件平台相关代码,逐步介绍移植过程。内核基本原理(包括任务及任务调度、系统启动与实始化、任务间通信与同步、内存管理),分析源代码及应用案例,并介绍在ARM9内核处理器移植。-μ C/OS-2 standard tutorial "analysis relevant code hardware platform, and gradually introduce transplant process. The kernel basic principle (includi
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
xx3
- μC/OS-II 2.0版以上的内核都具有可抢占的实时多任务调度功能,另外它还提供了许多系统服务,例如信号量、消息队列、邮箱、内存管理、时间函数等,这些功能可以根据不同的需求进行裁减。可以说,μC/OS-II是一个具备现代操作系统特点的RTOS,同时它结构清晰、注解详尽,具有良好的可扩展性和可移植性,被广泛地应用于各种架构的微处理器上。 -μC/OS-II version 2.0 kernel over a preemptive real-time multi-task scheduling f
cos2
- 通过范例介绍µ C/OS-II的安装、内核结构、时间管理、任务管理、在x86上移植等等。-Case Study μC/OS-II installation, kernel structure, time management, task management, and transplantation on x86