搜索资源列表
VRTX嵌入式系统教程
- linux内核编程.绝对精彩
《Linux编程》
- 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。
Chapter_6_Advanced_experiments_part1
- 周立功magic2410实验箱源码 第6章Linux高级实验(part1) 6.1 Linux内核编译实验 6.2 Linux根文件系统实验 6.3 CAT1025读/写实验. 6.4 ZLG7290键盘读取 6.5 USB-E2PROM编程器实验 6.6 SD/MMC卡实验 6.7触摸屏实验 6.8 PCMCIA接口CF卡实验 -Magic2410 week experimental box Ligong source Linux High Chapte
Embedded_Linux_Kernel_and_Drive_Developmen
- Embedded+Linux+Kernel+and+Driver+Development,一个嵌入式LINUX的电子教科书,从内核移植到应用编程,讲解浅明-Embedded+ Linux+ Kernel+ and+ Driver+ Development, an embedded LINUX electronic textbooks, from the core to the application programming transplantation, on the shallow-ming
nrf905jizhang
- nrf905无线通信模块的linux驱动,其中linux内核的是2.4,主要功能是接收节点的数据并通过TCP网络编程传给上位机-nrf905 wireless communication module linux driver, which is a linux kernel 2.4, the main function is to receive the data node and pass through the TCP PC Network Programming
S3C2410_USB_Linux
- 本程序为在Linux操作系统下,ARM9内核芯片S3C2410A的USB固件驱动程序。此源代码在ADS 1.2集成开发环境中设计完成,并在实际工程中调通。USB外围电路、PC界面编程代码和使得Windows识别此USB的驱动文件均在此包中。-This package contains the USB firmware codes of S3C2410A under the Linux operating system. It is developed in the ADS 1.2 platfor
yinpinchuli
- 音频处理芯片uda1341内核驱动源码、利用声卡上的DSP设备进行声音录制和回放的基本框架、利用混音器框架对各种混音通道的增益进行调节、Linux下的OSS音频接口编程-Audio processing chip uda1341 kernel driver source code, using the sound card' s DSP sound recording and playback equipment for the basic framework, using the fra
socket2
- 基于linux操作系统下的socket编程,完成一个简单聊天工具。服务器端首先:向内核申请一个socket。第二绑定地址到socket上,地址包括主机、端口。第三在socket上,允许接入呼叫并设置队列长度为1.第四等待/接受呼叫。第五传输数据(及可以聊天)。 客户端:第一向内核请求建立socket 第二与服务器相连。第三传输数据 -Linux operating system based on the socket programming, to complete a simple
FullEmbeddedLinuxNotes
- 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
linux_kernel_API
- linux 内核函数介绍, 了解内核编程的基本函数-linux kernel API
seven_steps_to_embedded_Linux
- 嵌入式Linux的学习涵盖的范围比较广,下从bootloader,到内核移植、文件系统,中间的驱动开发,到上层的应用程序调试、开发环境等,变化莫测,经常是别人的能用自己的就有问题。 由于缺乏他人适当指点,自己在学习过程中也走了很多弯路。看到有些朋友学习Linux的热情很高,但有时候不知道从哪入手,遂想和大家分享下这几年的经验教训。 此交流会在BUPT BES协会的组织下,历时半年,共九次。并录制了相关视频,上传到了BYR BT及优库上。 第一篇 Linux主机开发环
[linux_core].CRYSTALWEB
- linux的内核及其内核源码分析。各种编程工具及文章。-Linux
ch04
- 工作八年,一直从事LINUX平台开发,对内核移植编程有一定的心得-For eight years, has been engaged in LINUX platform development, porting the kernel has some programming experience
linux.ARM
- 嵌入式ARM、LINUX开发教程,包含LINUX文件系统,内核介绍移植,设备编程等-Embedded ARM, LINUX development tutorials, including the LINUX file system, introduced porting the kernel, device programming, etc.
LINUX
- linux 内核编程技术必看资料,学习linux必须要看的资料,很值得一看的- program datasheet for linux
ppt
- linux系统编程,计算机系统的基本构成 处理器,主存,I/O模块,系统总线 中断的分类 程序中断,时钟中断,I/O中断,硬件失效中断 存储器的层次结构 Register->cache->main memory->disk 操作模式分为?内核模式,用户模式任何资源分配和调度策略都必须考虑的三个因素公平性,有差别的响应,有效性-linux system programming, the basic structure of a computer syste
ARM-Linux
- 从嵌入式系统基础知识和Linux 编程技术讲起,说明了建立嵌入式Linux 交叉开发环境,分析了嵌入式Linux 系统的引导程序、内核和文件系统三大组成部分,最后介绍嵌入式Linux 系统集成和部署的方法。-From the basics of embedded systems and Linux programming talk, demonstrates how to create an embedded Linux cross-development environment, analyz
Linux-qudong
- 本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个 驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本 书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-This book guides you on how to write your own drive,
linux_usb_yuyv
- linux环境下内核需支持标准uvc协议,此程序通过usb摄像头获取yuyv格式数据,具有标准v4l2的编程流程。-Linux environment to support the standard uvc kernel protocol, the program through the usb camera yuyv format data, with the standard v4l2 programming process.
Linux内核完全注释(PDF)
- Linux内核的完全详细注释,说明,编程知识(linux kernel note particular)