搜索资源列表
i2c
- linux i2c 示例代码,详细的描述了linux下i2c驱动的编写的方式,及其makefile文件的编写。-the examples of i2c for linux
linuxDR
- 嵌入式linux设备驱动是嵌入式系统中十分重要的组成部分。本书详细讲解了嵌入式linux的各种设备驱动,包括字符设备驱动、数字显示驱动、键盘驱动、a/d驱动、d/a驱动、lcd驱动、触摸屏驱动、can总线驱动、iic总线驱动、音频总线驱动、ide接口驱动、闪存芯片驱动、usb驱动、串口驱动、网络设备驱动等,并结合大量实例进行讲解,读者可以快速熟悉和掌握相关知识。 -Embedded linux device driver is a very important part of embedd
examples
- linux usb driver code, an example-linux usb driver code
Linux-Driver
- 详细说明了linux设备驱动的开发,并带有详细的范例说明-Detailed descr iption of the Linux device drives the development, and with a detailed examples
Linux-Device-driver
- 嵌入式linux设备驱动开发的一些编程实例,hello,gps,i2c,lcd,net,usb等设备驱动开发实例。-Embedded linux device driver development, programming examples, hello, gps, i2c, lcd, net, usb device driver development instance.
Linux-drive-develop-example
- 《Linux驱动程序开发实例》配套代码,我从书本中光盘拷贝出来的。-"Linux driver development examples" s resource code.
Linux_AudioProgrammesExamples
- linux下对音频接口编程的几个简单的例子,和一些知识点的介绍-examples of linux for Programming of the audio device,and some information to it
LinuxC
- linux C 常用函数。英语不好的朋友可以看这个汉语版的“man”手册了;还有示例呢-Linux C commonly used functions. Poor English friends can see the Chinese version of " man" manual , there are examples.
mutex
- Linux中信号量、线程、同步及互斥等例子-Examples of Linux, semaphores, threads, synchronization and mutual exclusion
linux-kernel-Module
- linux 内核模块编程,内核模块编程实例,用于查看linux父子进程关系及进程状态-linux kernel module programming, kernel module programming examples for viewing linux parent and child relationships and the process status
examples
- mini6410 开发板上几种驱动的调用方法,便于熟悉怎样去调用linux的驱动程序-mini6410 development board driver calls several methods to facilitate familiar with how to call linux drivers
Linux-kernel-qudong
- 介绍了linux内核中网络驱动的编写和实例编写的源码等。描述了linux网络驱动的实现原理和方法-Describes the linux kernel network drivers and examples of writing source code written in other. Describes the linux network driver implementation principles and methods
ldd3-examples-(1).tar
- linux device driver sample file reference file by ldd 3rd edition
netlink-program-examples
- Linux下netlink编程,包括用户态和内核态示例-Netlink programming under Linux, including kernel mode and user mode two examples
Linux-orders
- 本文件基本囊括Linux终端中常用的几个命令,以及命令的详解部分,附带例子。-This document covers basic Linux terminal a few commonly used commands, and explain part of the command, with examples.
examples
- linux 嵌入式培训开发相关程序,自己以前培训用的-Embedded linux training related to the development process, their previous training with the
linux-
- linux 入门资料和实例 非常适合初学者了解linux-linux introductory information and examples
Linux-application-development
- 很好的嵌入式linux编程学习资料及源代码实例,简单易懂,适合初学者。-Very good embedded Linux Programming learning materials and source code examples, simple, suitable for beginners.
Linux-usb-driver-examples
- Linux环境下主机端USB驱动程序实例,说明非常详细,可以直接编译使用-USB host-side driver instance under Linux environment, explained very detailed, can be compiled directly use
linux
- in /dev you should do it mknod sparkusb c 180 200 insmod sparkusb.o install driver rmmod sparkusb unttall driver in examples gcc -o test test.c sparkey.o ./test- in /dev you should do it mknod s