搜索资源列表
Pthread-of-linux
- 在linux环境下编写一个控制台应用程序,程序中有一个共享的整型变量shared_var,初始值为0;创建一个线程并使其立即与主线程并发执行。新创建的线程与主线程均不断地循环,并输出shared_var 的值。主线程在循环中不断地对shared_var 进行加1操作,即每次循环shared_var 被加1;而新创建的线程则不断地对shared_var 进行减1 操作,即每次循环shared_var 被减1。观察程序运行的结果,并对你看到的现象进行解释。-Written in the linux
vtss_appl_board_atom12_eval
- ATOM12 评估板上Vitesse PHY的驱动支持包-//*************************************************************************** board specific functions needed for running the PHY API at a Atom12 evaluation board. The evaluation board is equipped with a Rabbit CPU boa
up_down_file
- linux之间实现通信上传下载的方式,主要运行于自动控制系统。-uploading and downloading the way of communication between linux, mainly running on automatic control system.
dev
- linux下的设备驱动模拟程序,新增了一个字符设备驱动,并可以调用该设备,观察模拟的运行效果,了解linux驱动的运行机制!-linux device driver under the simulation program, a new character device driver, and you can call the device to observe the simulation run effects to understand the mechanism of running l
ad7606-1
- linux系统下ad7606驱动程序,在ok6410开发板上运行稳定,内核版本是2.6.30.4-linux system ad7606 driver ok6410 development board running stable kernel version 2.6.30.4
jianpansaomiao
- 小车上的键盘驱动,用于linux的操作系统,在ARM平台运行最好。开发板为mini2440.-Small car keyboard driver for the Linux operating system, running the ARM platform. Development board for mini2440.
453345486led-player
- 这是一个嵌入式linux下的LED驱动代码,能通过交叉编译运行-This is an embedded LED driver code under linux, running through the cross-compiler
luvcview-framebuffer
- luvcview摄像头驱动程序,可在linux环境的arm平台上运行,并增加了截图操作-luvcview camera driver is available on the arm platform running linux environment and increased operating Screenshot
xbmd1
- pcie 安装程序,在linux启动时自动运行,安装驱动程序-pcie installation program, auto running after OS startup
RS232ReaderDemo
- RS232串口的通用RFID读写器测试程序,运行于Linux平台-RS232 serial universal RFID reader test program, running on Linux platform
Led-driver
- 一个基于linux内核写的 LED灯驱动程序,运行平台是基于ARM的S5PV210开发板上-A LED driver based on Linux kernel write lights, running platform is based on S5PV210 development board on ARM
cansocket
- Can通信,两路Can分别对接,两路Can可以相互读写数据,运行在linux在用C++编写,G++编译就好了-Can communicate, Can two docking respectively.Two cans can read and write data to each other, running linux in written C++, G++ compiler like
ps2pi
- 一个基于串口的树莓派ps/2 Linux驱动.PS/2的DATA线接串口的RX线,PS/2的CLK空置。用前要测试键盘的频率。-Using two resistors, a blue LED, a few other bits, and a kernel module you can use a PS/2 keyboard by connecting it to the Pi serial port. This works because I have found that you can
thermal_printer_S380(ADC)
- 热敏打印机的Linux驱动源码,在公司的POS产品中运行稳定运行多年,已经得到了时间的验证。-Linux for thermal printer driver source code, in the company s POS products running in the stable operation for many years, has already received the validation of the time.
sleep_timer
- 低功耗的Linux驱动源码,在公司的POS产品中运行稳定运行多年,已经得到了时间的验证,很多程度上延长了电池的使用时间,提升了用户的体验。-Low power Linux driver source code, in the company s POS products running in the stable operation for many years, has been validated by the time, many extent, prolong the use time
bcm5892_serial
- 博通BCM5892的uart的Linux驱动源码,在公司的POS产品中运行稳定运行多年,已经得到了时间的验证,代码逻辑严谨,运行稳定。-Broadcom BCM5892 uart Linux driver source code, in the company s POS products running in the stable operation for many years, has been validated by the time, code logic is rigorous,
rfid(523)
- 非接射频523的Linux驱动源码,在公司的POS产品中运行稳定运行多年,已经得到了时间的验证,代码逻辑严谨,运行稳定。-A radio frequency (rf), 523 Linux driver source code, in the company s POS products running in the stable operation for many years, has been validated by the time, code logic is rigorous, s
kernel_timer
- linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配
rc522_v1
- rfid读卡器rc522的linux驱动,基于标准spi master架构,速度飞快,在2440开发板什么测试通过,我从单片机什么移植过来的,有兴趣可以看看。-the rfid reader device driver ,based on linux spi master architecture,full speed running。we test it on s3c2440 board.
KVM
- KVM - The kernel-based virtual machine Timo Hirt关于KVM的介绍材料(Virtualization has been introduced in the 1960s, when computing systems were large and expensive to operate. It allowed users to share the computing resources of those machines by runnin