搜索资源列表
ucfs236
- ucos 的最新文件系统,UCOS文件系统,欢迎大家学习使用。共同学习,共同进步-Latest version of ucos file system ,UCOS file system, Welcome to download and use it,so we can learn together and progress together
UCOS252
- uC/OS 2.52源码完整版 网上也有地方有源码,但是大多数都是少文件的,本原码完整,能够直接使用- uC/OS 2.52 source code complete version Though there is many versions of source code on the Internet ,most of them don t include all the files, this is a complete version ,you can use it directly
uCOS-II应用举例
- uCOS-II应用举例 关于与OS有关的FAT文件管理系统软件包USB驱动软件包CF卡及其IDE接口软件包 TCP/IP软件包GUI软件包我们已经通过各种途径提供了十分详细的开发资料源码与出 版物我们不再针对这些软件包提供任何免费的技术支持因为我们披露的信息没有任何 保留的成份已经足够帮助用户使用与开发如果您是初学者的话这完全需要您自己下功 夫钻研相关的技术细节因为要想掌握以上任何一个软件包的技术细节都不是一朝一夕就能 够做到的事情-uCOS-II application
myucos2
- kei1 c51 移植的ucos2 直接运行我的工程文件可以进入shell界面 里面我修改堆栈地使用方法,内部中文解说-kei1 transplant operation ucos2 direct my engineering documents can enter inside my shell interface changes to the use of stack, internal Chinese Commentary
ucos-gcc-port
- 一个ucos-ii2.51移植到gcc下的port.大概是一个韩国人做的。从UCOS网站上那个VC的port改进而来。使用和介绍请见RAR文件中的注释。-an CENTER-gcc ii2.51 transplanted to the port. About a Korean done. UCOS site from which VC improvement from the port. The use and presentation of RAR see the Notes document
Bc31_H
- 在PC上使用BC31调试uCOSII时所需要加载的uCOS与硬件相关的移植文件的PC头文件。-use of the PC BC31 uCOSII debugging required when loaded with hardware for uCOS related to the shift PC planting document headers.
ucosFile
- ucos中,文件的使用_读取.-OUT, the use of paper _ read.
ucos_IIS
- S3C44B0X 自带的IIS 音频接口的使用,通过 DMA 数据传输方式编程实现对wav 声音文件(不超过 10 秒)的循环播放。 -S3C44B0X built-in IIS audio interfaces use, through DMA data transmission programming right wav sound files (not more than 10 seconds) to broadcast the cycle.
m68332
- 网上也有地方有源码,但是大多数都是少文件的,本原码是80系列的部分原代码,能够直接使用 -Internet is also a place to source, but most are small document, Primitive code is part of a series of 80 original code can be used directly
ix86hb45
- 网上也有地方有源码,但是大多数都是少文件的,本原码是80系列部分原代码,能够直接使用 -Internet is also a place to source, but most are small document, Primitive code is a series of 80 original code can be used directly
ix86l-fp
- 网上也有地方有源码,但是大多数都是少文件的,本原码80系列部分原代码,能够直接使用 -Internet is also a place to source, but most are small documents, a series of primitive code of the original 80 code can be used directly
s683xx
- 网上也有地方有源码,但是大多数都是少文件的,本原码完整,能够直接使用 -Internet is also a place to source, but most are small documents, primitive code integrity, and can be used directly
uCFSTrial
- uc/os 的文件系统,使用fat16格式,绝对的好东西!
UCOS-II文件系统使用手册 uCFS
- ucos的文件系统,-CENTER file system, Ha Ha
本移植也是从网上Download的
- 1. 本移植也是从网上Download的,稍微做了一下整理. 移植除了OS_CPU.h,OS_CPU_A.s,OS_CPU_C.C 三个函数外 对中断专门用了一个函数OS_int_A.s 按其中的规则 写中断函数即可 2。应用实例为\\ArmUCOS\\App\\test1\\test.mcp,在周立功2104的扳子上 的ram中就可直接运行(code+data<16K), 注意使用了.a库文件 (我习惯这么用) 3. 将所有的文件放到D:\\ArmUCOS\\下,这样上面的文件能直接编译
ucGUI的16_16点阵字库
- 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START\"中国人民万岁\"GUI_UC_END /* Set ShiftJIS fo
WORK
- PIC18F452下的uCOS2移植成功代码+MPLAB IDE V8.0的项目文件。结构非常精简,易于理解,使用前请参考其中的“使用前先读我.txt”,否则可能无法正确编译。-PIC18F452 under the successful transplantation uCOS2 code MPLAB IDE V8.0 project files. Structure is very concise, easy to understand, please refer to them bef
uC-FS-UserManual
- 基于ucos2的文件系统ucFS的使用手册,详细介绍该文件系统,并通过examples介绍如何配置文件系统,是如何在开源的ucos2上实现文件系统好帮手!-Ucos2-based file system ucFS' s manual, the details of the file system, and through examples how to configure the file system is how to achieve in the open-source file s
huarongdaoARM7
- 这是一个在ARM7下编写的华容道游戏的工程,里面附有源代码和工程文件可以直接运行,并且支持的平台为博创ARM3000嵌入式平台,可以很好的使用-This is the one prepared under the ARM7 the Huarong game project, which accompanied the source code and project files can be run directly, and supported platforms for Borch ARM30
stm32_usart1_and_usart2
- 该工程文件为STM32F103VET6的串口功能的使用,分别使用了串口1和串口2,经过测试能够通过,本工程基于原子战舰版工程。-The project file is used STM32F103VET6 serial functions, respectively, using the serial port 1 and 2, tested through the project based on atomic warships version works.