搜索资源列表
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.
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.
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.
ATA_RWdisk
- 本程序是在ucos ii 下的一个读写硬盘的C源程序。可供在他人开发嵌入式系统的读写硬盘时参考。-the procedure was CENTER ii under a literacy drive C source. For others in the development of embedded systems to read and write drives reference.
s3c2410,iar
- s3c2410 ads下的测试程序移植到 iar ewarm v5.2;包括 Please select function : 0 : Please input 1-14 to select test 1 : Real time clock display 2 : 4 key array test 3 : Buzzer test 4 : ADC test 5 : IIC EEPROM test 6 : Touchpanel test 7 : 3.5# TFT LCD 240*320 test 8
mmc_sd
- SD/MMC卡文件读写系统(FAT32),是一个大系统的一部分,但已包括完整的FAT32文件系统各个部分。-SD/MMC card read and write file system (FAT32), is a big part of the system, but have included a complete all parts of FAT32 file system.
nios_II_flash_read_write
- nios ii flash read&write示例源代码-nios ii flash read & write sample source code
STM32-SST25VF016B-SPI-v3
- 本例程包含了SST25VF016B的底层驱动函数, 演示将一段字符串写入SST25VF016B的1页中,然后读出并通过USART1传送出去,同时LED1亮。字符串:SPI SST25VF016B Example: This is SPI DEMO, 终端上出现这一行字,说明SST25VF016B的读写正常 -This routine contains the function of the underlying drivers of SST25VF016B demo takes a st
LT-ARM214X-ucos
- 提取自力天电子的LT-ARM214X 开发板串口读写例程,是IAR环境在ucos系统操作串口,可以从里面提取ucos系统-The extract of Zili days electronic serial read and write routines of the LT-ARM214X development board, IAR environment in the ucos system operating serial port, can be extracted from the i
i2cchengxu
- I2C读写模块,经调试可运行的C语言程序。-I2C read and write modules can be run by the debugging C language program.
Three_Input_Three_Output
- This Program Cotains Eeprom Read-write functions, 4 Bit LCD interface routines, Keyboard Interface with normal Key Input to the 89C52 atmel Microcontroller.
SDMMC
- 基于ucos的lpc21xx读写sd/mmc卡的实验 -UCOS lpc21xx read and write based on the sd/mmc card experiment
ucos_read_usb_test
- zlg开发套件 ucos 读写 U盘试验源代码-zlgdk ucos read write usb source code
sdmmc-zlg
- sd卡zlg实验的ADS源程序向MDK上的移植程序,实现sd读取和写入的基本功能,基于ucosII。-sd card zlg experimental ADS source code to the MDK Porting programs to achieve sd to read and write basic functions, based on ucosII.
port_ucos2
- 移植ucos2的心得,在移植的时候看一下很有指导意义-its write by someone have port ucos2 to arm7 read it and is usful
uCostouch
- 2440 ADC和触摸屏接口有 等待中断模式 的特性。所以需要编写一个中断函数,来完成ADC数据的读取。 以下代码均在友善提供的ucos移植版上测试通过~-2440 ADC and touch screen interface features have to wait for interrupt mode. Therefore need to write an interrupt function, to complete the ADC data read.
bootloader
- * Descr iption : This Program allows an AVR with bootloader capabilities to * Read/write its own Flash/EEprom. To enter Programming mode * an input pin is checked. If this pin is pulled low, programming mode * is entered. If not, normal executi