搜索资源列表
ucos_ex1
- ADS下的44B0 UCOS实验例程序,可实现创建3个任务-ADS under the 44B0 UCOS experimental cases, which enables the creation of three task
CPU模拟
- 本软件实现了模拟cpu的基本工作原理和工作过程,可以实现机器指令级和微指令级的操作,同时又可在编辑窗口内自行变编辑指令,对于初学者学习CPU的结构和工作原理是很有帮助的-the software simulation cpu the basic working principle and the process, the machine can achieve the task of instruction-level and the operational level, but also wi
ucos_Test1
- 采用LPC2104CPU,在嵌入式操作系统UCOS下利用多任务实现的SPI通信-LPC2104CPU used, UCOS embedded in the operating system using the multi-task to achieve SPI Communication
ARM_Image_for_uCOSII(2_71)_for_lpc2131
- ucosii2.71版在LPC213X系列ARM7上的ADS工程模板,直接添加用户任务即可-ucosii2.71 version of the ARM7 LPC213X series on the ADS project templates, add users to directly task can be
software5307anducos
- transplant uc/os2 on coldfire5307 编译通过,并且还有验证程序,2个task :循环点led,和串口print字符串-transplant uc/os2 on coldfire5307 compiler, and there are verification procedures, two task : recycling points led, and serial print string
uCOS+GUI
- 44B0+UCOS+UCGUI,!多任务移植!!不错的参考!难得!-44B0 UCOS UCGUI,! Multi-task transplant! ! A good reference! Rare!
ruanjiandingshiqi
- 本软定时器模快所通过一个唯一的索引(即序号)来表识每一个软定时器,这个序号从0到MAX_SOFT_TIMER-1 ,最多为255个。要使用软定时器模块,首先需要让软定时器管理任务运行起来。软定时器管理任务的函数名称为SoftTimer,所以只需要Small RTOS的要求在Config.h的数组TaskFuction加上SoftTimer项即可。因为软定时器执行的任务时间等因素不确定,所以一般把这个任务优先级定得比较低。-the soft-timer module adopted by only
arm_inst
- arm 指令集的详细解析 对于adi平台的嵌入式芯片内部有微指令集的芯片,这个文档是很有价值的-arm instruction set for the detailed analysis of Patrick platform chip embedded within the task of the chip sets, this document is of great value
ARMSYS
- 杭州利宇泰公司的基于44B0的ARMSys开发板上的大量源代码,包括ADC、ARP、彩色LCD、外部中断、以太网底层函数、FAT16文件系统、Flash ROM、GUI软件包、Helloworld程序、IIC接口、扫描键盘、Ping程序、44B0内置RTC示例、SDRAM接口、定时器示例、触摸屏示例、UART示例和uC/OS-II的移植、应用(包括多任务、任务间通信、中断服务程序)、UDP数据传输、USB固件编写等程序代码和工程。一次性共享给大家使用。可以作为其他samsung44B0开发板上应
ARM7-7x256
- 基于ARM7 7x256芯片的网络接口程序IAR- A task is created called "uIP". This executes the uIP stack and small WEB server sample. All the other tasks are from the set of standard demo tasks. The WEB documentation provides more details of the standard d
Nucleus-OMAP-1610
- nucleus plus实时任务抢占式操作系统在omap1610开发板上的成功移植,可实现跨越平台的开发和二次应用层开发-nucleus plus real-time task preemptive operating system in the success of transplantation omap1610 development board can be cross-platform development and realization of the second applicat
ucos-III-STM32-lib_v3.5
- STM32 下的UCOSS III工程,开发环境MDK,工程建立了一个任务,可根据自己需要添加任务-Works the STM32 under UCOSS III, MDK, development environment works established a task can add tasks according to their needs! !
S3C2410ucosii
- ucosii在S3C2410上的移植及运行。演示了LED流水灯任务和串口任务的创建及切换。-ucosii transplant on the S3C2410 and running. Demonstrate the water LED lights task and serial task creation and switching.
ucostask
- lpc2103做的μcosII间任务间通讯原理实验,任务间通过信号量相互通信-lpc2103 do μcosII principle of inter-task communication experiments between tasks communicate with each other through the traffic signal
Task-Scheduling-Algorithms-for-Heterogeneous-Proc
- Thesis : Task Scheduling Algorithms for Heterogeneous Processors
ucosII-stm32-4-task
- 这是STM32上移植操作系统的实例,创建了四个任务同时运行,带有详细的中文注释,都是我自己的理解 希望对初学者有帮助 欢迎大家指正!-This is the STM32 the Portable Operating System instance, created four task to run at the same time, with detailed notes in Chinese, and my own understanding for beginners welcome to
RAW-task-
- 这是一个很有意思的debug 函数, 能够遍历block 住的任务,遍历的时候可以调用相应的debug_function 函数把任务的具体参数全部打印出来。 Opt =1 的意思是遍历的时候全部唤醒所有block 住的任务,opt=0 则不影响。-This is a very interesting debug function, can traverse the task of block live, when you can call the corresponding debug_fu
UCOSII-1-Task-Scheduling
- STM32 ucos任务调度例程,包含STM32F4xxx中文手册,不错例程,适合初学者-STM32 ucos task scheduling routines, including STM32F4xxx Chinese manual, good routines, suitable for beginners
51-simple-task---9.25
- /// /// /// /// /// /// 嵌入式系统中 简单的“任务调度、管理”实现 Kernel.c中包含 任务开启:TASK_On 任务关闭:TASK_Off 任务运行:TASK_Run task.c中包含任务具体执行函数 任务开启关闭思路参考RiveraWaves 2016-9-25 ///////////////////////////////// /-Kernel.c TASK_On TASK_Off TAS
UCOSIII-task-creation-and-deletion
- 创建任务就是将任务控制块、任务堆栈、任务代码等联系在一起,并且初始化任务控制块的相应字段,当一个任务不需要运行的话,我们就可以将其删除掉-The task is to associate the task control block, the task stack, the task code, etc., and initialize the corresponding field of the task control block. When a task does not need to