搜索资源列表
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
usosII_ModemDriver
- 在ARM内核的LPC2119硬件平台下,以uc/osII开发环境下写的操作modem的设备驱动程序。用户可以不用修改即可操作modem,而且代码是可重入的。-in the LPC2119 ARM core hardware platform, to uc / osII development environment to write the operation of the modem device driver. Users do not have to be amended to opera
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.
UCOS-II在ARMS3C44B0X上的移植源代码
- UCOS-II在ARM S3C44B0X上的移植源代码。 移植说明: 我没有移植uCOS前,再网上下了一些案例可是大部分都不能直接运行,而且有好多还都有错误。 还发现很多\"移植者\"是忠实的操洗者,并且还操错了。这个移植代码是我领会不少代码的长短根据自己的经验编制,绝对原著!!!因为有好多与大多数移植代码不同之处,故帖出来共享,希望能对将要移植uCOS的人以启发和帮助。 由于我个人时间不多,所以没有写什么移植的\"前因后果\" 但: 移植的详细细节在程序中的注释部分已经
j_gui
- 一个自己写的GUI开发库J_GUI,研究GUI的想自己写个的同志们可以参考,好运-himself wrote a GUI development libraries J_GUI study GUI to write their own comrades can refer to, good luck!
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.
uc-app-test
- 本人写的ATMEL 128 UC/OSII移植程序,有带环型缓冲的键盘驱动,与彩色液晶显示。多任务实验TASK包含在内。-I write ATMEL 128 UC / OSII transplantation procedures, a ring buffer zone keyboard-driven, and color LCD. Multi-task experimental TASK included.
ssw
- 此文件是硬盘自伺服刻录代码,该软件的运行硬件环境是arm966e,开发平台是ADS1.2,源码除了包括用于硬盘碟片刻写的自伺服算法实现部分,还包括ucos实时操作系统在arm966e上的成功移植部分代码.-this file from the hard drive servo write code, the software operating environment is arm966e hardware, ADS1.2 development platform is, in addition
MyLwip02
- 基于sam7x256平台做的CAN与网口互转接口, 只是把基本框架写出!估计有错误,抛砖引玉,-sam7x256 platform based on the CAN do with the network interface mouth referrals, but the basic framework to write! Estimated to be wrong, congregate, Oh
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
Stm32_ucos 在STM32上编写多任务实时操作系统
- 在STM32上编写多任务实时操作系统,同时运行6个任务,通过发送和接收信号量机制,解决哲学家就餐问题,通过板上按键代表哲学家的就餐请求,板上LED灯表示就餐成功或者未果,同时在晶体数码管上显示就餐申请时间。-STM32 to write multi-task in real-time operating system, run six tasks by sending and receiving semaphore mechanism to solve the dining philosophe
Stm32_ucos_2-3
- 在IAR环境中编写程序实现以下功能: 1、设计一个应用程序Mytask; 2、在任务中调用OSTimeGet()获得系统时钟节拍数OSTime,并将其显示在第一组数码管上; 3、当任务运行10s时,调用OSTimeSet()将OSTime设置为10,并显示在第二组数码管上。-Write a program in the IAR environment to achieve the following functions: 1, designing an application Myt
Stm32_ucos_2-1
- 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
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
