搜索资源列表
read-first
- 读者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许; 读者优先的附加限制:如果一个读者申请进行读操作时已有另一读者正在进行读操作,则该读者可直接开始读操作。-readers priority. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Readers priority to the addit
write_first
- 写者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许;写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-wrote priority issues. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Write pri
ucosII_i2c
- 周立功公司的ARM开发板LPC2119环境下,I2C总线读写驱动程序。该代码可以重入。可直接使用无须修改。-the development board LPC2119 ARM environment, I2C bus driver to read and write. The code can go back to. Direct access needed to be changed.
CF卡完整读写驱动
- UC/FS做的文件系统很好.高版本的一般只有库文件.CF卡是一种很方便的存储设备。网上可得到的CF卡的驱动程序少三个文件:初始化、读和写。本代码测试读写成功。-UC / FS file system so well. High-only version for the general document. CF card is a very convenient storage devices. Online availability of the CF card driver less thre
Usb_E2PROM
- 菲利浦ARM芯片LPC2000的Usb驱动,基于uC/OS并提供了通过Usb读写E2PROM的应用软件-Philips LPC2000 ARM chip the Usb drives, Based on uC / OS and provide the reader through Usb E2PROM application software
sdrw
- UCOS2的SDMMC卡读写模块,SD/MMC卡读写模块V2.00, 支持SD卡和MMC卡, 支持实时操作系统UCOS-II, 也支持在没有实时操作系统下使用-UCOS2 the SDMMC card reader module, SD / MMC Card Reader V2.00 module, SD Card and MMC cards, and real-time operating system UCOS-II, also support in the absence of the u
fork
- 模拟操作系统底层通过管道的文件传送,定义读写缓冲区,编译后,可看到结果-underlying operating system simulation through the pipeline transmission of documents, the definition read and write buffer compiled, we can see the results
udiskfilerw
- 周立功LPC2000系列,u盘文件系统读写源码。ads项目。-weeks meritorious LPC2000 series, u-source file system read and write. Ads project.
ICCAVR228A
- 用avr实现的读写flash软件,适用于初学者,对于了解avr很有帮助-with avr achieve literacy flash software applicable to beginners and useful for understanding avr
NAND_Flash
- 对nand flash的读写,在arm7公板上试验过,用于文件系统的驱动。-right nand flash literacy in the public board arm7 tested for the file system driver.
ISP1160foruCOS-II
- ISP1160 for uCOS-II,使用于lpc2200系列芯片,内附有uCOS-II2.52全部源码,能同时读写两个USB设备,同时附有应用程序。-for uCOS-II, lpc2200 used in a series of chips, enclosing it for uCOS - II2.52 all source code, can simultaneously read and write two USB devices, along with applications.
SDMMC
- SDMMC卡读写模块 1. ZLG_SD读写模块V2.0: SD/MMC卡读写模块V2.00, 支持SD卡和MMC卡, 支持实时操作 系统UCOS-II, 也支持在没有实时操作系统下使用 2. SDMMCExam: SD/MMC卡读写模块V2.00 使用方法的一个例子 3. 相关中间件和移植代码: SDMMCExam例子 用到的相关中间件和移植代码 4. PC机程序: SDMMCExam例子 的PC机程序,请直接使用本目录下的SDE
uCOS-II_I2C
- ucos下IIC读写的例子,cpu为LPC2210-TRACK under IIC reading example, cpu for the LPC2210
udisktest
- U盘读写实例,包括文件系统,ucos的应用,具有好的参考价值-U disk reading and writing examples, including the file system, TRACK application, with a good reference value
ISP1160_MoveDisk
- 基于ISP1160读写优盘的原代码及技术资料
UDISK
- 基于UCOS的U盘读写实例,包括上位机读写软件
eFS
- ucFS的加强版,含完整代码,原版的ucFS不支持长文件名和中文(因为不支持UNICODE). 经本人修改目前已经支持长文件名,长目录名等,同时定义了自己的扩展UNICODE支持,可用于显示中文,日文等文件名。而且对FAT表操作做了处理,将FAT信息放在内存中,有效提高文件FSEEK的速度,已经应用到公司的项目中,对嵌入式应用中随机读写文件效果很明显!
ARM-UDISK
- 基于ucOSII实现U盘读写的完整源代码包。基于ARM7LPC2290
ZLG_SD
- zlg开发套件ucos操作系统下读写sd卡源代码-zlg dk ucos read sd card source code
1.同步数据的读写
- STM32 ucos 数据的同步读写(Synchronous read and write of data of stm32 ucos)