《Essential Linux Device Drivers》第6章

10月 7th, 2009

串口是被许多技术和应用广泛使用的基本通信通道。通用异步收发器(Universal Asynchronous Receiver Transmitter,UART)常用来实现串行通信。在PC兼容机硬件上,UART是Super I/O芯片组的一部分,如图6.1所示。

Read more...

Posted in 3.嵌入式系统 | No Comments »

《Essential Linux Device Drivers》第5章

10月 7th, 2009

这一章,我们将深入字符设备驱动的内幕:顺序存取设备数据的内核代码。字符设备驱动能从如下几类设备获取原始的数据:如打印机、鼠标、看门狗、键盘、内存、实时时钟等,但它不适合用于以块方式存储的、随机访问的设备,如硬盘、软盘和光盘。

Read more...

Posted in 3.嵌入式系统 | No Comments »

2009年5-9月给内核提供patch列表

10月 7th, 2009
Read more...

Posted in 3.嵌入式系统 | 1 Comment »

关于Linux音频驱动的presentation的PPT

07月 31st, 2009

关于Linux音频驱动的presentation的PPT

Read more...

Posted in 3.嵌入式系统 | No Comments »

2009年06月13日Linux性能分析与调优讲座PPT

06月 12th, 2009

性能的含义
常用工具(top/vmstat/iostat/sysctl等)
高级性能调试手段
oprofile
gprofile
内核追踪手段:LTT
Linux实时性

Read more...

Posted in 3.嵌入式系统 | No Comments »

如何成为一个Linux内核开发者(3)

05月 9th, 2009

内核社区和大多数传统的企业开发环境工作形式不一样。这里有一个列表你可以尝试遵照执行以避免出现问题:

Read more...

Posted in 未分类 | No Comments »

如何成为一个Linux内核开发者(2)

05月 9th, 2009

如果你对Linux内核开发一无所知,你可以看看Linux KernelNewbies项目:
http://kernelnewbies.org

Read more...

Posted in 3.软件工程 | No Comments »

如何成为一个Linux内核开发者(1)

05月 9th, 2009

你想成知道如何成为一个Linux内核开发者么?或者你的老板告诉你,“去为这个设备写一个Linux驱动。“这篇文档的目的,就是通过描述你需要经历的过程和提示你如何和社区一起工作,来教给你为达到这些目的所需要知道的所有知识。本文也尝试解释社区为什么这样工作的一些原因。

Read more...

Posted in 3.软件工程 | No Comments »

Linux内核开发–git

05月 9th, 2009

This tutorial is a cookbook of recipes getting up and running with Linus’s source code management (SCM) software, “git.” Its targetted mainly at Linux kernel hackers, though others may find it useful.

Read more...

Posted in 3.软件工程 | No Comments »

对阿尔卡特朗讯实施3天的Linux应用高级开发技术培训

04月 26th, 2009

2009年4月23日起,对阿尔卡特朗讯实施为期3天的Linux应用高级开发技术培训。本次培训的主要目标是:(1)建立嵌入式Linux的开发环境,建设profiling、内存泄露、崩溃转储、benchmark、测试、autoconf等系列工具;(2)串讲Linux内核的核心机理,使得朗讯的同事对内核的工作原理有一个基本的认识;(3)讲解Linux进程开发、多线程开发技术。

Read more...

Posted in 3.嵌入式系统 | No Comments »

下一页 上一页

页面

news


  •   ----Counters-----
         Welcome to Inside SW,FW and HW R&D.
       Developer:宋宝华
    21cnbao@21cn.com

导航

分类

技术网站

最新日志

存档

最新评论

5 days ago Barry Song ASoC: fix kconfig order of Blackfin drivers
Signed-off-by: Barry Song <barry.song@analog.com>