搜索资源列表
uCOS-II在51上的移植源码V1.1
- uCOS-II在51上的移植源码V1.1-uCOS-II at 51 on the transplant source V1.1
UCOS2在51上的移植源码V1.1
- UCOS2在51上的移植源码V1.1。学习UCOS的代码-UCOS2 51 on the transplant source V1.1. UCOS learning code
UCOS_v280_S3C2410_FS(RAM)
- Porting UCOS-II v2.0 to S3C2410 with File System v1.34 and RAM driver
ucosii4skyeye-v1.8.3
- lwip在ucos上的移植源码,包括测试例子程序。-lwip OUT on the transplant source, including testing procedures example.
uCGUI_LPC214x_For_Keil
- 一个 uC/OS + GUI 驱动 98x67 LCD 的例程 使用 Keil MDK 编译工程,uCOS-II 为 V2.52 版,GUI 为 ZLG 的 V1.0 版,LCD 使用 NOKIA 3510I 的 LCD 模组,模组上的控制器型号为 Epson S1D15G14.
ucos-ii_51_1.1
- ucos-ii在51上的移植源码v1.1。推荐下载
MANUAL
- Small RTOS(51) v1.20.0 ucos 开发 操作系统- Small RTOS(51) v1.20.0 ucos
old-ucos-v1.11
- old-ucos-v1.11.zip ucos1.1版本,看看老版本的代码和现在自己用的代码,通过了解历史可能在改进ucos功能和健壮性上有启发。-old-ucos-v1.11.zipucos1.1 version, look at the old version of the code and now using their own code, through an understanding of history may improve the functionality and rob
ucos_src_hhtech-v1.2
- ucos operation system
stm8s_atom_rtos
- 支持STM8和AVR的轻量级RTOS Atomthreads v1.2,可替代UCOS快速的完成工程开发,原网站为http://atomthreads.com/,本模板为IARforSTM8下的工程,由PanHao制作生成。-AVR support STM8 and lightweight RTOS Atomthreads v1.2, alternative UCOS rapid development of construction, the original site for the htt
uCOS-II-LPC2378-IAR-V1.0
- 这是将uCOS在IAR下移置到LPC2378上的源代码,已经通过实验,可直接进行开发,uCOS版本为V2.85,IAR版本低的话,自己再重新新建一个工程就可以了。-this is the uCOS II for LPC2378 on the IAR EWARM. We take some text for it.
ucos_src_hhtech-v1.2
- 主要是实现ucos-II在MCF板子上的移植-Is to achieve ucos-II in MCF transplantation on the board
V1
- 自己写的GUI,用于段码式LED,包括了LPC2138上的UCOS应用-Write your own GUI, for Segment type LED
lwip_lpc-v1.01
- 基于UCos-iii+LWIP,代码通过调试,由MDK开发-Based UCos-iii+LWIP, code debugging, developed by the MDK
JZbootloader-v1.3
- 国产的君正jz全系列处理器的bootloader代码,含pc端usb源代码、cpu端源代码,学习ucos,linux必备。-The king made a full range of processors are jz bootloader code, including source code usb pc side, cpu server source code, learning ucos, linux necessary.
myNFC-v1.3
- 嵌入式stm32通过串口1与NFC模块通信,NFC模块读取mifare卡信息,将此信息最终通过串口2打印到PC端屏幕,同时ucos提供多任务功能,LED1和LED2以多任务方式闪烁-Embedded stm32 1 and the NFC module through the serial port communication, NFC module reads mifare card information, this information is the final print to 2 P
ucos-v1.0
- 在STM32F103上移植ucos系统,包括可用做测试的两个LED灯任务以及12864显示任务-The uCOS in STM32F103
Small RTOS v1.12.2
- small rtos 陈明计,这个人有必要要认识下,因为small rtos 是他写的,他根据ucos的原理写的。这个small rtos是可以再51单片机上运行的,但是受ARM内存的限制。 作为单片机开发的时刻都得想着内存的问题,因为51芯片资源有限。(small rtos Chen Ming plan, this person needs to know, because small RTOS he wrote, he wrote on the basis of the principl
MX6U 嵌入式 Linux 驱动 开发指南 V1.6
- 本书主要讲解嵌入式 Linux 中的驱动开发,也会涉及到裸机开发的内容,相信大部分读者 和作者一样,以前都是做单片机开发的工作,比如 51 或者 STM32 等。单片机开发很难接触到 更高层次的系统方面的知识,单片机用到的系统都很简单,比如 UCOS、FreeRTOS 等等,这些 操作系统都是一个 kernel,如果需要网络、文件系统、GUI 等这些就需要开发者自行移植。而 移植又是非常痛苦的一件事情,而且移植完成以后的稳定性也无法保证。即使移植成功以后后 续的开发工作也比较繁琐,因为