搜索资源列表
s_EOS
- 时间触发式单片机最小系统,一直在用,伪多任务-time-triggered smallest SCM system has been in use, pseudo-multi-tasking
ARM7UCOSII
- 此程序为调试通过的源程序 是ucos的最小系统
UCOS最小系统。能在单片机上闪烁LED
- UCOS最小系统。能在单片机上闪烁LED。支持2个led闪烁。,Minimum System uCOS. Flicker on in the single-chip LED. 2 Supported led blinking.
myucos2010.12.8
- stm32f10x上ucos的移植, 最小系统,非常简单 只有ucos的代码 不包含gui/fs等-stm32f10x ucos transplant on a minimum system, a very simple code that does not contain only ucos gui/fs, etc.
MCBXC167.rar
- 英飞凌XC167最小系统原理图,在扩展模式下,另有详细的接口芯片资料,infineon Evaluation Board
ucos2mc9s08dz60
- ucos在dz60上的最小系统,其中包含经常用到的各个模块-In the dz60 ucos smallest system
ucgui_porter
- uCGUI是一个源代码开放的GUI,可以实现Windows风格的图形界面。微型是其最大的特点,占用很小的系统资源,易于移植,功能强大[1];可以运行在ucos-ii操作系统中;采用了100 的ANSI C编写,可以应用于任何LCD和CPU中;加上其源代码开放的特点,使用起来非常灵活。
s1c33_uCos
- uCos在s1c33上的移植 S1C33 MCU EPSON最新的32位微处理器系列,专用于需要高级数据处理的便捷设备。 CPU性能 核心CPU 精工EPSON32位的RISC CPU,32位内部数据处理 33MHz 105条16位固定长度的指令 16个32位多用途的寄存器 在60MHZ操作下的最小指令执行时间为16.7ns 乘法、除法和MAC指令 内存 0~128K ROM 8K RAM 片内周边电路 晶振电路 32.769K~33MHz 定
AT89C52yizhiUCOS-II
- uc/os-II的最小系统加上几个小的功能移植到ATc51的源代码,测实现速和测位移、电压的功能-uc/os-II system with the minimum number of small functions migrate to ATc51 source code, test and measuring displacement to achieve speed, voltage function
ucosII
- uC/OS-II 实时操作系统最小系统。 Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是
uCOS-II-stm32f107vct
- 基于STM32的最小ucos操作系统,此系统为最干净的,在板子上亲自验证过。-This system is the most clean, based on the STM32 the minimum ucos operating system, proven himself on the board.
uCOS_51
- ucos的最小系统 可以在单片机里面运行 不过对单片机的要求比较高-ucos minimum system microcontroller can run inside but relatively high demand for SCM
UCOSIIIPK60PMDKPLPLD
- ucos ii 移植到freeescale M4的单片机上面的最小系统
STM32uCOS
- 此源代码实现了在STM32F103上移植uCOSII的最小实现系统-This source code to achieve the transplantation uCOSII STM32F103 minimal realization system
STM32F207自带ucos系统
- STM32最小系统程序,已经运行,可以使用。(The minimum system program has been running and can be used.)
UCOSII完整系统代码
- 使用stm32F103芯片,在最小系统上实现了UCOS-II的完成功能,使用keil4编写;功能包括任务调度,消息队列,信号量集和软件定时等。本人亲测可以直接使用,使用的是标准32库函数(Using stm32F103 chip, the completion function of UCOS-II is realized on the smallest system, which is written by keil4. Functions include task scheduling, m