搜索资源列表
-
0下载:
Linux设备驱动第三版,是学习驱动程序开发的不错的资料。-The Linux kernel is a good driver development information
-
-
0下载:
一个发声键盘驱动。本模块会首先禁用常规的键盘中断处理,然后将本身挂到IRQ1上,之后每次其收到键盘中断,将会读取键盘状态和按键,然后当 kernel 认为可行时运行 got_char 打印键盘事件并发出蜂鸣声。3.2.14版本linux下开发,测试可用。
-An audible keyboard driver. This module will first disable the regular keyboard interrupt handler, and then will hang i
-
-
0下载:
linux内核2.6.30下开发,适应ARM2440开发板的内核模块实验程序,有助于熟悉内核模块机制-linux kernel 2.6.30 development, adaptation ARM2440 development board kernel module test procedures, contribute to the familiar kernel module mechanism
-
-
1下载:
linux系统下ad7606驱动程序,在ok6410开发板上运行稳定,内核版本是2.6.30.4-linux system ad7606 driver ok6410 development board running stable kernel version 2.6.30.4
-
-
0下载:
This tutorial was written for a course in Hardware and Linux driver development (DHWKLINUX
(http://www3.informatik.uni-erlangen.de/Lehre/DHwkLINUX/WS2004/index.html)) at the
Friedrich-Alexander-University of Erlangen-Nuremberg (http://www3.inform
-
-
0下载:
Adison.Wesley.Linux.Kernel.Development.3rd.Edition.Jun.2010
主要讲linux内核的原理。-Adison.Wesley.Linux.Kernel.Development.3rd.Edition.Jun.2010 mainly about linux kernel works.
-
-
1下载:
pwm控制蜂鸣器发出乐音,基于cortex-a8平台,主cpu是s5pc100,开发环境是ubuntu 12.04,linux内核版本是2.6.35-pwm control buzzer tone, cortex-a8-based platform, the main cpu is s5pc100, the development environment is ubuntu 12.04, linux kernel version is 2.6.35
-
-
0下载:
Linux Kernel and Driver Development Training
-
-
0下载:
一个基于linux内核写的 LED灯驱动程序,运行平台是基于ARM的S5PV210开发板上-A LED driver based on Linux kernel write lights, running platform is based on S5PV210 development board on ARM
-
-
0下载:
介绍了Linux环境中C语言的开发和内核中常见的数据结构,非常有用。-Linux environment is introduced the development of the C language and common data structure in the kernel, is very useful.
-
-
0下载:
超声波模块驱动,三路超声波,用于智能小车上,基于arm9,linux内核2.6.30开发,内含测试程序!-Ultrasonic module driver, three-way ultrasound, for smart small car, based on arm9, linux kernel 2.6.30 development, containing test program!
-
-
0下载:
tftp-hpa-0.33.tar.gz,支持FTP的linux嵌入式开发内核,包含多个可执行命名的源文件。-tftp-hpa-0.33.tar.gz, supports FTP s linux embedded development kernel, contains more than one executable file named source.
-
-
0下载:
<嵌入式Linux驱动模板精讲与项目实践>自带光盘项目 内核定时器项目 直接烧入mini2440 开发板即可执行-< Embedded Linux driver template talk and project practice > CD version program kernel timer program can be directly burnt into the mini2440 Development Board Executive
-
-
0下载:
<嵌入式Linux驱动模板精讲与项目实践>自带光盘项目 内核通知链项目 直接烧入mini2440 开发板即可执行-< Embedded Linux driver template talk and project practice > CD version program kernel program can be directly burnt into the mini2440 Development Board Executive
-
-
1下载:
嵌入式Linux驱动模板精讲与项目实践 配套光盘 内核线程项目代码 直接烧入mini2440开发板即可-Embedded Linux driver CD kernel thread template talk and project practices project code can be directly burnt into the mini2440 Development Board
-
-
0下载:
嵌入式Linux驱动模板精讲与项目实践 配套光盘 内核模块hello实验 直接烧入mini2440开发板即可-Embedded Linux driven template talk and Hello experimental program CD kernel modules can be directly burnt into the mini2440 Development Board
-
-
0下载:
内核原创代码 用于基础设计开发 仅供参考阅读了解-Kernel original code for the basic design and development for reference only to understand
-
-
0下载:
里面是Linux的4个根文件系统,对应4个子目录:
① 最小的根文件系统fs_mini;
② 使用mdev机制的最小根文件系统fs_mini_mdev;
③ 含有qtopia图形程序的根文件系统fs_qtopia;
④ 含有X Window图形程序的根文件系统fs_xwindow。
在开发阶段,单板上的内核启动后可以通过NFS挂接它们中的某一个,然后执行其中的程序;开发完成后,将所用的整个根文件系统目录制作为映像文件,烧入单板。-During th
-