搜索资源列表
s3c44b0ledxianshi
- /*** *** *** *** *** *** **/ //**此映射表用来映射LED模块不译码时,显示的字符和必须输入的数据的关系 //**每段和对应比特位的关系见示意图 // g // --- --- // b | a |f | | <---显示0时点亮的段为gfedcb // --- // c | |e | | 那么写入数据为0x7e // --- --- //
UcOS2_Philosopher
- 这个程序演示基本的哲学家就餐问题的解决。程序启动具有五个不同优先级的任务,每个任务对应一个哲学家,完成一系列动作
ucos252
- 网络上唯一的ucos 2.52 visual 2008 编译版,真正和第二版书对应,只为方便大家学习;附带5个例子,工程打开默认为example1,编译其他4个例子手动将各example下的内容拷贝到test下即可
UCOS-IIARM
- UCOS-II的移植需要提供2,3个文件分别介绍如下: 一:OS_CPU.H 1 与编译器有关的数据类型 只是按照不同的编译器编写对应的数据类型的typedef 对应于ARM7的数据类型的编写
uCOSfor2410
- ucos源码 完全对应与三星2410 编译好后 直接可以使用-uCOS source Samsung fully correspond with the 2410 compiler can be used directly after a good
uCOS-2
- uCOS-2的源代码,对应版本2.52,此代码为北航翻译出版的《uCOS嵌入式系统》正版原书所附光盘里提取。-uCOS-2 source code, corresponding to version 2.52, the code for the BUAA translated and published the " uCOS embedded systems" Get The accompanying CD-ROM in the original extract.
uCOS-IItcpip
- UCOS-II系统下实现TCP/IP的所有代码 请自己选择对应的网卡驱动-UCOS-II system to achieve TCP/IP for all of the code, please choose the corresponding network card driver
ucos_Philosopher_Repast
- uC/OS哲学家就餐演示.这个程序演示基本的哲学家就餐问题的解决。程序启动具有五个不同优先级的任务,每个任务对应一个 * 哲学家,完成一系列动作.-uC/OS Dining Philosophers presentation. This program demonstrates the basic dining philosophers problem to solve. Program starts with five different priority tasks, each tas
UCOS
- UC/OS在51单片机下得移植及应用,利用UCOS实现了万年历,并附有本应用的所对应的学位论文。-UC/OS in under 51 were transplanted and SCM applications, the use of UCOS to achieve the calendar, along with the application corresponding to the dissertation.
ucOS-II-V2.86-uCGUI-3.9-DEMO
- ucOS II V2.86 uCGUI 3.9系统,双系统移植,对应三种不同大小的触摸屏。-UcOS II V2.86 uCGUI 3.9 DEMO demonstration system, corresponding to three different sizes of touch screens
LPC2468_OSII
- ucos2官方网站上下载到的源代码,对应LPC2468的芯片,编译器为IAR-ucos2 official website to download the source code, corresponds to the LPC2468 chip, the compiler for the IAR
uCos2-6410-u-boot-ok-now
- OK6410开发板下移至的UCOS系统 包括对应硬件的驱动程序-OK6410 development board to move UCOS system includes corresponding hardware driver
stm32_ucos
- 一个自己编译好了的对应stm32大容量芯片的UCOS系统,供初学者使用的-UCOS system, a compiled a the corresponding the stm32 large capacity chip for beginners ..
htmlServerPUSBPFATFS
- 神舟III HTML服务器 可通过USB将网页可放到SD卡 方便开发嵌入式网站 只需在HTTP连接上加入所在路径即可访问对应目录的文件-The III HTML server through USB will Webpage can be on the SD card to facilitate the development of Embedded Web site only in the HTTP connection with the path where you can access t
UCOS-study
- UCOS II学习资料,包括学习文档,以及文档中对应的示例代码-UCOS II learning materials, including learning document, and the document corresponding to the sample code
uCOS_II-openjtag
- 移植自友善之臂MINI2440平台的UCOS工程,工程对应的开发环境为Eclipse前端+yagarto编译器+Openjtag仿真器,重实现了中断向量加载方式。内含经过完善的SD卡裸机驱动及对应测试代码。-Transplanted from a friendly arm MINI2440 UCOS platform engineering, engineering corresponding development environment for Eclipse compiler front-
RealARM-2410_ucos
- 这是一套用过的开发板的资料(RealARM-2410),里面有开发板提供的详细pdf文档以及对应的ucosii的demo代码等,对学习ucos操作系统以及嵌入式相关的人士有一定启发。-This is a development board used data (RealARM-2410), which has a development board provides a detailed pdf document and the corresponding ucosii the demo cod
STM32C8T6-PIANO-ucos
- UCOSII工程的MIDI解析 解析MIDI内容,根据MIDI文件内的节拍和音符进行钢琴教学的指示 发送到DM132进行LED显示,显示MIDI的键位和力度 内含对应到钢琴键位的原理图,和所用DM132的规格书-MIDI analysis of UCOSII project MIDI content analysis, according to the rhythm and notes in the MIDI file to carry out the instruction o
STM32F103C8T6_UCOS_DEMO
- 这是按照前面我发的从零开始学习ucosii手册,编写成功的模板。芯片是stm32f103c8t6,移植在f103芯片上,都是同理可得。记住虽然可以直接拿着用,但是要修改对应的IO口哦,程序效果是led小灯闪烁。(有一个问题我也不太清楚,理论上c8t6的启动文件应该是startup_stm32f10x_md.s,但是用它却不能成功。用startup_stm32f10x_hd.s却成功了。)(This is a successful template written in front of the