搜索资源列表
ucos_application
- 一个UC/OS的小应用,总共三个任务,优先级不一样,重要的是里面移植了一个51处理器,运行环境是keil,大家看看。-a UC / OS small applications, a total of three tasks, not the same priority level, it is important to the transplant inside a 51 processor, the environment is Keil, see.
s3c44b0chumoping
- 当手指或笔触摸屏幕时,平常相互绝缘的两层导电层就在触摸 点位置有了一个接触,因其中一面导电层接通X轴方向的5V均匀电压场(图a) ,使得检测层的电压由零变为非零,控制器侦测到这个接通后,进行A/D转换 ,并将得到的电压值与5V相比即可得触摸点的X轴坐标为(原点在靠近接地点 的那端):Xi=Lx*Vi / V(即分压原理)同理得出Y轴的坐标,这就是所有电 阻技术触摸屏共同的最基本原理。-finger or pen to touch the screen, usually two
ljgARM
- arm开发详解。书籍。李驹光编写。适合入门级学习。-arm. Books. Lee Ju-prepared. Suitable for entry-level learning.
uHALforucos61
- ucos下的driver的抽象层, 有了这一层porting将更容易-CENTER driver of the abstraction layer that with this level will be easier porting
lpc2378_ucos_uctcpip.rar
- 在LPC2378上移植好的UCOS+UCTCPIP,源码层次清晰,协议栈非常稳定。 IDE为KEIL FOR ARM。,In the LPC2378 on the transplant a good UCOS+ UCTCPIP, source-level clarity, the protocol stack is very stable. IDE for KEIL FOR ARM.
ucos-ii-for-cm3
- uCOS-II在CM3处理器上的移植,采用的是SVC中断处理,将用户级和特权级分开。-CM3 uCOS-II processor in the transplant, using the SVC interrupt handling, user-level and privilege level separately.
Book-CortexM3
- 《Cortex-M3 + uC/OS-II嵌入式系统开发入门与应用》一书,word版.入门级,适合初学者。-" Cortex-M3+ uC/OS-II Introduction to embedded system development and application," a book, word version. Entry-level, suitable for beginners.
uCOSII_OLED
- 单水平家用呼吸机主板程序源码。 主板功能:按键、显示(OLED)、通讯 编译环境MDK4.0-Single-level home ventilator program source board. Motherboard features: buttons, display (OLED), communications compilation environment MDK4.0
ucos2_s3c2410_mdk
- uC/OS-II for S3C2410 MDK版 ----------------版本----------------- 核心版本:V2.86 原版 移植版本:AN-1014 原版 其余部分取自 bobey ---------------编译器--------------- RealView MDK-ARM Version:3.24 测试正常 ----------------目录---------------- /Appli
FlashProgForStudy
- 一款自己写的源代码级别下载器,对于学习arm的flash编程的,可以借鉴一下-Wrote it myself a level to download the source code, and for the learning arm of the flash programming, can learn from you
aboutPrority
- 关于UC/OSII的应用,任务二优先级管理,对更深入理解操作系统基本原理非常有帮助-With regard to UC/OSII applications, tasks, two priority-level management, for more in-depth understanding of the basic principles of the operating system is very helpful
S3C44B0x-uCOS
- uCOS-II在 S3C44B0x 系统上的移置 介绍将uCOS-II源代码级移置到S3C44B0x处理器板子上的经验-uCOS-II in the S3C44B0x systems have been relocated presentation would uCOS-II source code have been relocated to the S3C44B0x-level experience on the processor board
ucos2
- Real time uCOS設計.最單存的作業環境,級實作業系統設計.-Real time uCOS design. The best operating environment for a single deposit, real operating system-level design.
ucosv252
- Real time uCOS設計.最單存的作業環境,級實作業系統設計.V252版.-Real time uCOS design. The best operating environment for a single deposit, real operating system-level design. V252 version.
ARM_ADexperiment
- 基于uCOS+ARM9+AD,学习uCOS实时操作系统和ARM编程技术的不错的入门级参考例程-Based on uCOS+ ARM9+ AD, learning real-time operating system and ARM uCOS of good programming routine entry-level reference
ucos2.88_SVC_STM32
- 看到USOS官方和网上很多基于Cortex-M3内核的移植,任务都运行于特权级,并没有充分发挥Cortex-M3用户级和特权级的保护功能,本文件的移植用户级和特权级是分开的,用户任务程序完全运行在用户级,用户级下需要操作中断等特殊要求,都在SVC系统调用函数中实,也可以方便的添加自己的SVC系统调用。-Many official and on-line to see USOS Cortex-M3 core-based migration, the task runs in the privile
ucos_MessageQueue
- uC/OS消息队列演示.这个程序演示基本的消息队列。程序启动设计了6个普通应用任务以及 一个控制任务TAC,等待消息的任 * 务总是按照优先级的高低来决定获得消息的顺 序,实现消息队列的使用。-uC/OS message queue presentation. This program demonstrates a basic message queue. Proceedings designed six common application tasks, and a control ta
uCOS-II
- uCOS-Ⅱ V2.80源码包,增加到255个人任务级管理-uCOS-Ⅱ V2.80 source package, increased to 255 individual task-level management
mydesign
- .基于UCOS—Ⅱ和RAM9设计一个贪吃蛇贪吃蛇游戏。 2.要求贪吃蛇能在实验箱显示屏移动,通过方向键和其他键发出命令控制蛇的移动和其他行为。 3.贪吃蛇游戏能够过关,并游戏难度逐渐增加。 4.屏幕中的食物每次随机出现一个,当食物被吃随后将在屏幕非蛇身位置出现。 5.游戏界面可以显示游戏时间,关卡数和已吃食物数。 6.贪吃蛇如果吃到自己和碰到墙就会死亡,重新开始游戏界面。-. UCOS-Ⅱ and RAM9 based design of a Snake Snake game
ucos-ii-PDF
- ucos-ii 中文书(邵贝贝)PDF版,学习UCOS是入门级好资料-ucos-ii Chinese books (Shao Beibei) PDF version, a good entry-level learning information UCOS